annotate runtime/colors/koehler.vim @ 31505:dc282943639c v9.0.1085

patch 9.0.1085: compiler warns for uninitialized variable Commit: https://github.com/vim/vim/commit/9b8a365d019bb948efba5b5276d52bdd99e15d05 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 20 20:47:28 2022 +0000 patch 9.0.1085: compiler warns for uninitialized variable Problem: Compiler warns for uninitialized variable. Solution: Initialize the variable. Remove unused function. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Dec 2022 22:00:04 +0100
parents ebed259f919f
children 2a36aec80c9e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
1 " Name: koehler
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
2 " Author: original author Ron Aaron <ron@ronware.org>
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
3 " Maintainer: original maintainer Ron Aaron <ron@ronware.org>
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
4 " Website: https://www.github.com/vim/colorschemes
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
5 " License: Same as Vim
30085
ebed259f919f Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 29885
diff changeset
6 " Last Updated: Fri 02 Sep 2022 09:23:56 MSK
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
7
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
8 " Generated by Colortemplate v2.2.0
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
9
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
10 set background=dark
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
11
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
12 hi clear
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
13 let g:colors_name = 'koehler'
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
14
29885
f00c56ee8118 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 29779
diff changeset
15 let s:t_Co = exists('&t_Co') && !has('gui_running') ? (&t_Co ?? 0) : -1
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
16
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
17 hi! link Terminal Normal
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
18 hi! link Boolean Constant
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
19 hi! link Character Constant
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
20 hi! link Conditional Statement
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
21 hi! link Debug Special
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
22 hi! link Define PreProc
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
23 hi! link Delimiter Special
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
24 hi! link Exception Statement
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
25 hi! link Float Number
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
26 hi! link Function Identifier
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
27 hi! link Include PreProc
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
28 hi! link IncSearch Visual
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
29 hi! link Keyword Statement
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
30 hi! link Label Statement
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
31 hi! link LineNrAbove LineNr
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
32 hi! link LineNrBelow LineNr
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
33 hi! link Macro PreProc
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
34 hi! link Number Constant
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
35 hi! link Operator Statement
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
36 hi! link PopupSelected PmenuSel
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
37 hi! link PreCondit PreProc
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
38 hi! link Repeat Statement
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
39 hi! link SpecialChar Special
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
40 hi! link SpecialComment Special
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
41 hi! link StatusLineTerm StatusLine
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
42 hi! link StatusLineTermNC StatusLineNC
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
43 hi! link StorageClass Type
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
44 hi! link String Constant
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
45 hi! link Structure Type
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
46 hi! link Tag Special
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
47 hi! link Typedef Type
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
48 hi! link lCursor Cursor
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
49 hi! link CurSearch Search
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
50 hi! link CursorLineFold CursorLine
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
51 hi! link CursorLineSign CursorLine
30085
ebed259f919f Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 29885
diff changeset
52 hi! link MessageWindow Pmenu
ebed259f919f Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 29885
diff changeset
53 hi! link PopupNotification Todo
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
54
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
55 if (has('termguicolors') && &termguicolors) || has('gui_running')
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
56 let g:terminal_ansi_colors = ['#000000', '#cd0000', '#00cd00', '#cdcd00', '#0000ee', '#cd00cd', '#00cdcd', '#e5e5e5', '#7f7f7f', '#ff0000', '#00ff00', '#ffff00', '#5c5cff', '#ff00ff', '#00ffff', '#ffffff']
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
57 endif
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
58 hi Normal guifg=#ffffff guibg=#000000 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
59 hi ColorColumn guifg=NONE guibg=#8b0000 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
60 hi CursorColumn guifg=NONE guibg=#555555 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
61 hi CursorLine guifg=NONE guibg=#555555 gui=NONE cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
62 hi CursorLineNr guifg=#ffff00 guibg=NONE gui=bold cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
63 hi Folded guifg=#00cdcd guibg=#666666 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
64 hi QuickFixLine guifg=#000000 guibg=#ffff00 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
65 hi Conceal guifg=#e5e5e5 guibg=#a9a9a9 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
66 hi Cursor guifg=#000000 guibg=#00ff00 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
67 hi Directory guifg=#cc8000 guibg=NONE gui=NONE cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
68 hi EndOfBuffer guifg=#cd0000 guibg=NONE gui=bold cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
69 hi ErrorMsg guifg=#cd0000 guibg=#ffffff gui=reverse cterm=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
70 hi FoldColumn guifg=#00cdcd guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
71 hi LineNr guifg=#ffff00 guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
72 hi MatchParen guifg=NONE guibg=#0000ff gui=NONE cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
73 hi ModeMsg guifg=#ffffff guibg=#0000ff gui=bold cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
74 hi MoreMsg guifg=#2e8b57 guibg=NONE gui=bold cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
75 hi NonText guifg=#cd0000 guibg=NONE gui=bold cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
76 hi Pmenu guifg=#ffffff guibg=#444444 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
77 hi PmenuSbar guifg=NONE guibg=NONE gui=NONE ctermfg=NONE ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
78 hi PmenuSel guifg=#000000 guibg=#00cdcd gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
79 hi PmenuThumb guifg=NONE guibg=#ffffff gui=NONE cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
80 hi Question guifg=#5c5cff guibg=NONE gui=bold cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
81 hi Search guifg=#ffffff guibg=#ff0000 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
82 hi SignColumn guifg=#00ffff guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
83 hi SpecialKey guifg=#cd0000 guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
84 hi SpellBad guifg=#ff0000 guibg=NONE guisp=#ff0000 gui=undercurl cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
85 hi SpellCap guifg=#60ff60 guibg=NONE guisp=#60ff60 gui=undercurl cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
86 hi SpellLocal guifg=#00ffff guibg=NONE guisp=#00ffff gui=undercurl cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
87 hi SpellRare guifg=#ff00ff guibg=NONE guisp=#ff00ff gui=undercurl cterm=underline
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
88 hi StatusLine guifg=#0000ff guibg=#ffffff gui=bold cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
89 hi StatusLineNC guifg=#0000ff guibg=#e5e5e5 gui=NONE cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
90 hi TabLine guifg=#0000ff guibg=#ffffff gui=bold cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
91 hi TabLineFill guifg=#0000ff guibg=#ffffff gui=bold cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
92 hi TabLineSel guifg=#ffffff guibg=#0000ff gui=bold cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
93 hi Title guifg=#ff00ff guibg=NONE gui=bold cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
94 hi VertSplit guifg=#0000ff guibg=#e5e5e5 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
95 hi Visual guifg=NONE guibg=#666666 gui=reverse cterm=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
96 hi VisualNOS guifg=NONE guibg=#000000 gui=bold,underline cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
97 hi WarningMsg guifg=#ff0000 guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
98 hi WildMenu guifg=#000000 guibg=#ffff00 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
99 hi Comment guifg=#80a0ff guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
100 hi Constant guifg=#ffa0a0 guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
101 hi Error guifg=#cd0000 guibg=#ffffff gui=reverse cterm=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
102 hi Identifier guifg=#40ffff guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
103 hi Ignore guifg=#000000 guibg=#000000 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
104 hi PreProc guifg=#ff80ff guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
105 hi Special guifg=#ffa500 guibg=NONE gui=NONE cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
106 hi Statement guifg=#ffff60 guibg=NONE gui=bold cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
107 hi Todo guifg=#0000ff guibg=#ffff00 gui=NONE cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
108 hi Type guifg=#60ff60 guibg=NONE gui=bold cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
109 hi Underlined guifg=#add8e6 guibg=NONE gui=bold,underline cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
110 hi CursorIM guifg=NONE guibg=fg gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
111 hi ToolbarLine guifg=NONE guibg=NONE gui=NONE ctermfg=NONE ctermbg=NONE cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
112 hi ToolbarButton guifg=#000000 guibg=#e5e5e5 gui=bold cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
113 hi DiffAdd guifg=#ffffff guibg=#5f875f gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
114 hi DiffChange guifg=#ffffff guibg=#5f87af gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
115 hi DiffText guifg=#000000 guibg=#c6c6c6 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
116 hi DiffDelete guifg=#ffffff guibg=#af5faf gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
117
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
118 if s:t_Co >= 256
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
119 hi Normal ctermfg=231 ctermbg=16 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
120 hi ColorColumn ctermfg=NONE ctermbg=88 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
121 hi CursorColumn ctermfg=NONE ctermbg=240 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
122 hi CursorLine ctermfg=NONE ctermbg=240 cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
123 hi CursorLineNr ctermfg=226 ctermbg=NONE cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
124 hi Folded ctermfg=44 ctermbg=59 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
125 hi QuickFixLine ctermfg=16 ctermbg=226 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
126 hi Conceal ctermfg=254 ctermbg=145 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
127 hi Cursor ctermfg=16 ctermbg=46 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
128 hi Directory ctermfg=172 ctermbg=NONE cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
129 hi EndOfBuffer ctermfg=160 ctermbg=NONE cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
130 hi ErrorMsg ctermfg=160 ctermbg=231 cterm=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
131 hi FoldColumn ctermfg=44 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
132 hi LineNr ctermfg=226 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
133 hi MatchParen ctermfg=NONE ctermbg=21 cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
134 hi ModeMsg ctermfg=231 ctermbg=21 cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
135 hi MoreMsg ctermfg=29 ctermbg=NONE cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
136 hi NonText ctermfg=160 ctermbg=NONE cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
137 hi Pmenu ctermfg=231 ctermbg=238 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
138 hi PmenuSbar ctermfg=NONE ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
139 hi PmenuSel ctermfg=16 ctermbg=44 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
140 hi PmenuThumb ctermfg=NONE ctermbg=231 cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
141 hi Question ctermfg=63 ctermbg=NONE cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
142 hi Search ctermfg=231 ctermbg=196 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
143 hi SignColumn ctermfg=51 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
144 hi SpecialKey ctermfg=160 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
145 hi SpellBad ctermfg=196 ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
146 hi SpellCap ctermfg=83 ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
147 hi SpellLocal ctermfg=51 ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
148 hi SpellRare ctermfg=201 ctermbg=NONE cterm=underline
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
149 hi StatusLine ctermfg=21 ctermbg=231 cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
150 hi StatusLineNC ctermfg=21 ctermbg=254 cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
151 hi TabLine ctermfg=21 ctermbg=231 cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
152 hi TabLineFill ctermfg=21 ctermbg=231 cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
153 hi TabLineSel ctermfg=231 ctermbg=21 cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
154 hi Title ctermfg=201 ctermbg=NONE cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
155 hi VertSplit ctermfg=21 ctermbg=254 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
156 hi Visual ctermfg=NONE ctermbg=59 cterm=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
157 hi VisualNOS ctermfg=NONE ctermbg=16 cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
158 hi WarningMsg ctermfg=196 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
159 hi WildMenu ctermfg=16 ctermbg=226 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
160 hi Comment ctermfg=111 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
161 hi Constant ctermfg=217 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
162 hi Error ctermfg=160 ctermbg=231 cterm=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
163 hi Identifier ctermfg=87 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
164 hi Ignore ctermfg=16 ctermbg=16 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
165 hi PreProc ctermfg=213 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
166 hi Special ctermfg=214 ctermbg=NONE cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
167 hi Statement ctermfg=227 ctermbg=NONE cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
168 hi Todo ctermfg=21 ctermbg=226 cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
169 hi Type ctermfg=83 ctermbg=NONE cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
170 hi Underlined ctermfg=153 ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
171 hi CursorIM ctermfg=NONE ctermbg=fg cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
172 hi ToolbarLine ctermfg=NONE ctermbg=NONE cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
173 hi ToolbarButton ctermfg=16 ctermbg=254 cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
174 hi DiffAdd ctermfg=231 ctermbg=65 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
175 hi DiffChange ctermfg=231 ctermbg=67 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
176 hi DiffText ctermfg=16 ctermbg=251 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
177 hi DiffDelete ctermfg=231 ctermbg=133 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
178 unlet s:t_Co
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
179 finish
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
180 endif
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
181
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
182 if s:t_Co >= 16
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
183 hi Normal ctermfg=white ctermbg=black cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
184 hi ColorColumn ctermfg=white ctermbg=darkred cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
185 hi CursorLineNr ctermfg=yellow ctermbg=NONE cterm=underline
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
186 hi CursorColumn ctermfg=NONE ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
187 hi CursorLine ctermfg=NONE ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
188 hi Folded ctermfg=darkblue ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
189 hi QuickFixLine ctermfg=black ctermbg=yellow cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
190 hi Conceal ctermfg=grey ctermbg=grey cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
191 hi Cursor ctermfg=black ctermbg=green cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
192 hi Directory ctermfg=darkyellow ctermbg=NONE cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
193 hi EndOfBuffer ctermfg=darkred ctermbg=NONE cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
194 hi ErrorMsg ctermfg=darkred ctermbg=white cterm=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
195 hi FoldColumn ctermfg=darkcyan ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
196 hi LineNr ctermfg=yellow ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
197 hi MatchParen ctermfg=NONE ctermbg=darkblue cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
198 hi ModeMsg ctermfg=white ctermbg=darkblue cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
199 hi MoreMsg ctermfg=darkgreen ctermbg=NONE cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
200 hi NonText ctermfg=darkred ctermbg=NONE cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
201 hi Pmenu ctermfg=white ctermbg=darkgrey cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
202 hi PmenuSbar ctermfg=NONE ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
203 hi PmenuSel ctermfg=black ctermbg=darkcyan cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
204 hi PmenuThumb ctermfg=NONE ctermbg=white cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
205 hi Question ctermfg=blue ctermbg=NONE cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
206 hi Search ctermfg=white ctermbg=red cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
207 hi SignColumn ctermfg=cyan ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
208 hi SpecialKey ctermfg=darkred ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
209 hi SpellBad ctermfg=red ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
210 hi SpellCap ctermfg=green ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
211 hi SpellLocal ctermfg=cyan ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
212 hi SpellRare ctermfg=magenta ctermbg=NONE cterm=underline
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
213 hi StatusLine ctermfg=darkblue ctermbg=white cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
214 hi StatusLineNC ctermfg=darkblue ctermbg=grey cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
215 hi TabLine ctermfg=darkblue ctermbg=white cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
216 hi TabLineFill ctermfg=darkblue ctermbg=white cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
217 hi TabLineSel ctermfg=white ctermbg=darkblue cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
218 hi Title ctermfg=magenta ctermbg=NONE cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
219 hi VertSplit ctermfg=darkblue ctermbg=grey cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
220 hi Visual ctermfg=NONE ctermbg=darkgrey cterm=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
221 hi VisualNOS ctermfg=NONE ctermbg=black cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
222 hi WarningMsg ctermfg=red ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
223 hi WildMenu ctermfg=black ctermbg=yellow cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
224 hi Comment ctermfg=blue ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
225 hi Constant ctermfg=darkred ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
226 hi Error ctermfg=darkred ctermbg=white cterm=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
227 hi Identifier ctermfg=cyan ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
228 hi Ignore ctermfg=black ctermbg=black cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
229 hi PreProc ctermfg=magenta ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
230 hi Special ctermfg=darkyellow ctermbg=NONE cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
231 hi Statement ctermfg=yellow ctermbg=NONE cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
232 hi Todo ctermfg=darkblue ctermbg=yellow cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
233 hi Type ctermfg=green ctermbg=NONE cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
234 hi Underlined ctermfg=blue ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
235 hi CursorIM ctermfg=NONE ctermbg=fg cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
236 hi ToolbarLine ctermfg=NONE ctermbg=NONE cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
237 hi ToolbarButton ctermfg=black ctermbg=grey cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
238 hi DiffAdd ctermfg=white ctermbg=darkgreen cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
239 hi DiffChange ctermfg=white ctermbg=blue cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
240 hi DiffText ctermfg=black ctermbg=grey cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
241 hi DiffDelete ctermfg=white ctermbg=magenta cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
242 unlet s:t_Co
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
243 finish
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
244 endif
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
245
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
246 if s:t_Co >= 8
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
247 hi Normal ctermfg=grey ctermbg=black cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
248 hi ColorColumn ctermfg=grey ctermbg=darkred cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
249 hi CursorLineNr ctermfg=darkyellow ctermbg=NONE cterm=underline
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
250 hi CursorColumn ctermfg=NONE ctermbg=NONE cterm=underline
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
251 hi CursorLine ctermfg=NONE ctermbg=NONE cterm=underline
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
252 hi Folded ctermfg=darkblue ctermbg=NONE cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
253 hi QuickFixLine ctermfg=black ctermbg=darkyellow cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
254 hi Conceal ctermfg=grey ctermbg=NONE cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
255 hi Directory ctermfg=darkyellow ctermbg=NONE cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
256 hi EndOfBuffer ctermfg=darkred ctermbg=NONE cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
257 hi ErrorMsg ctermfg=darkred ctermbg=grey cterm=bold,reverse
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
258 hi FoldColumn ctermfg=darkcyan ctermbg=NONE cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
259 hi LineNr ctermfg=darkyellow ctermbg=NONE cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
260 hi MatchParen ctermfg=NONE ctermbg=darkblue cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
261 hi ModeMsg ctermfg=white ctermbg=darkblue cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
262 hi MoreMsg ctermfg=darkgreen ctermbg=NONE cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
263 hi NonText ctermfg=darkred ctermbg=NONE cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
264 hi Pmenu ctermfg=grey ctermbg=darkgrey cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
265 hi PmenuSbar ctermfg=NONE ctermbg=grey cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
266 hi PmenuSel ctermfg=black ctermbg=darkcyan cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
267 hi PmenuThumb ctermfg=NONE ctermbg=darkcyan cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
268 hi Question ctermfg=darkblue ctermbg=NONE cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
269 hi Search ctermfg=grey ctermbg=darkred cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
270 hi SignColumn ctermfg=darkcyan ctermbg=NONE cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
271 hi SpecialKey ctermfg=darkred ctermbg=NONE cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
272 hi SpellBad ctermfg=darkred ctermbg=darkyellow cterm=reverse
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
273 hi SpellCap ctermfg=darkgreen ctermbg=NONE cterm=reverse
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
274 hi SpellLocal ctermfg=darkcyan ctermbg=NONE cterm=reverse
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
275 hi SpellRare ctermfg=darkmagenta ctermbg=darkyellow cterm=reverse
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
276 hi StatusLine ctermfg=grey ctermbg=darkblue cterm=bold,reverse
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
277 hi StatusLineNC ctermfg=grey ctermbg=darkblue cterm=reverse
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
278 hi TabLine ctermfg=grey ctermbg=darkblue cterm=bold,reverse
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
279 hi TabLineFill ctermfg=darkblue ctermbg=grey cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
280 hi TabLineSel ctermfg=grey ctermbg=darkblue cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
281 hi Title ctermfg=darkmagenta ctermbg=NONE cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
282 hi VertSplit ctermfg=darkblue ctermbg=grey cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
283 hi Visual ctermfg=NONE ctermbg=NONE cterm=reverse
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
284 hi VisualNOS ctermfg=NONE ctermbg=black cterm=underline
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
285 hi WarningMsg ctermfg=darkred ctermbg=NONE cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
286 hi WildMenu ctermfg=black ctermbg=darkyellow cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
287 hi Comment ctermfg=darkblue ctermbg=NONE cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
288 hi Constant ctermfg=darkred ctermbg=NONE cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
289 hi Error ctermfg=darkred ctermbg=grey cterm=reverse
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
290 hi Identifier ctermfg=darkcyan ctermbg=NONE cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
291 hi Ignore ctermfg=black ctermbg=black cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
292 hi PreProc ctermfg=darkmagenta ctermbg=NONE cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
293 hi Special ctermfg=darkyellow ctermbg=NONE cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
294 hi Statement ctermfg=darkyellow ctermbg=NONE cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
295 hi Todo ctermfg=darkblue ctermbg=darkyellow cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
296 hi Type ctermfg=darkgreen ctermbg=NONE cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
297 hi Underlined ctermfg=NONE ctermbg=NONE cterm=underline
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
298 hi ToolbarLine ctermfg=NONE ctermbg=NONE cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
299 hi ToolbarButton ctermfg=grey ctermbg=black cterm=bold,reverse
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
300 hi DiffAdd ctermfg=white ctermbg=darkgreen cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
301 hi DiffChange ctermfg=white ctermbg=darkblue cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
302 hi DiffText ctermfg=black ctermbg=grey cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
303 hi DiffDelete ctermfg=white ctermbg=darkmagenta cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
304 unlet s:t_Co
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
305 finish
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
306 endif
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
307
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
308 if s:t_Co >= 0
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
309 hi Normal term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
310 hi ColorColumn term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
311 hi Conceal term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
312 hi Cursor term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
313 hi CursorColumn term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
314 hi CursorLine term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
315 hi CursorLineNr term=bold
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
316 hi DiffAdd term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
317 hi DiffChange term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
318 hi DiffDelete term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
319 hi DiffText term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
320 hi Directory term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
321 hi EndOfBuffer term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
322 hi ErrorMsg term=bold,reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
323 hi FoldColumn term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
324 hi Folded term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
325 hi IncSearch term=bold,reverse,underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
326 hi LineNr term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
327 hi MatchParen term=bold,underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
328 hi ModeMsg term=bold
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
329 hi MoreMsg term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
330 hi NonText term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
331 hi Pmenu term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
332 hi PmenuSbar term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
333 hi PmenuSel term=bold
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
334 hi PmenuThumb term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
335 hi Question term=standout
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
336 hi Search term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
337 hi SignColumn term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
338 hi SpecialKey term=bold
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
339 hi SpellBad term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
340 hi SpellCap term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
341 hi SpellLocal term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
342 hi SpellRare term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
343 hi StatusLine term=bold,reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
344 hi StatusLineNC term=bold,underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
345 hi TabLine term=bold,underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
346 hi TabLineFill term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
347 hi Terminal term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
348 hi TabLineSel term=bold,reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
349 hi Title term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
350 hi VertSplit term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
351 hi Visual term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
352 hi VisualNOS term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
353 hi WarningMsg term=standout
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
354 hi WildMenu term=bold
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
355 hi CursorIM term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
356 hi ToolbarLine term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
357 hi ToolbarButton term=bold,reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
358 hi CurSearch term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
359 hi CursorLineFold term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
360 hi CursorLineSign term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
361 hi Comment term=bold
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
362 hi Constant term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
363 hi Error term=bold,reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
364 hi Identifier term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
365 hi Ignore term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
366 hi PreProc term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
367 hi Special term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
368 hi Statement term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
369 hi Todo term=bold,reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
370 hi Type term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
371 hi Underlined term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
372 unlet s:t_Co
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
373 finish
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
374 endif
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
375
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
376 " Background: dark
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
377 " Color: xterm0 #000000 16 black
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
378 " Color: xterm1 #cd0000 160 darkred
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
379 " Color: xterm2 #00cd00 40 darkgreen
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
380 " Color: xterm3 #cdcd00 184 darkyellow
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
381 " Color: xterm4 #0000ee 20 darkblue
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
382 " Color: xterm5 #cd00cd 164 darkmagenta
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
383 " Color: xterm6 #00cdcd 44 darkcyan
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
384 " Color: xterm7 #e5e5e5 254 grey
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
385 " Color: xterm8 #7f7f7f 102 darkgrey
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
386 " Color: xterm9 #ff0000 196 red
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
387 " Color: xterm10 #00ff00 46 green
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
388 " Color: xterm11 #ffff00 226 yellow
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
389 " Color: xterm12 #5c5cff 63 blue
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
390 " Color: xterm13 #ff00ff 201 magenta
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
391 " Color: xterm14 #00ffff 51 cyan
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
392 " Color: xterm15 #ffffff 231 white
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
393 " Color: Pmenu #444444 238 darkgrey
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
394 " Color: rgbGrey40 #666666 59 darkgrey
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
395 " Color: rgbDarkGrey #a9a9a9 145 grey
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
396 " Color: rgbDarkBlue #00008b 20 darkblue
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
397 " Color: rgbDarkMagenta #8b008b 90 darkmagenta
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
398 " Color: rgbBlue #0000ff 21 darkblue
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
399 " Color: rgbDarkCyan #008b8b 44 darkcyan
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
400 " Color: rgbSeaGreen #2e8b57 29 darkgreen
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
401 " Color: rgbGrey #bebebe 250 grey
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
402 " Color: StatusLineTerm #90ee90 120 darkgreen
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
403 " Color: ToolbarLine #7f7f7f 244 darkgrey
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
404 " Color: Comment #80a0ff 111 blue
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
405 " Color: Constant #ffa0a0 217 darkred
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
406 " Color: Special #ffa500 214 darkyellow
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
407 " Color: Identifier #40ffff 87 cyan
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
408 " Color: Statement #ffff60 227 yellow
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
409 " Color: PreProc #ff80ff 213 magenta
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
410 " Color: Type #60ff60 83 green
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
411 " Color: koeDirectory #cc8000 172 darkyellow
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
412 " Color: koeCursorLine #555555 240 black
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
413 " Color: koeLightBlue #ADD8E6 153 blue
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
414 " Color: koeDarkRed #8b0000 88 darkred
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
415 " Term colors: xterm0 xterm1 xterm2 xterm3 xterm4 xterm5 xterm6 xterm7
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
416 " Term colors: xterm8 xterm9 xterm10 xterm11 xterm12 xterm13
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
417 " Term colors: xterm14 xterm15
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
418 " Color: bgDiffA #5F875F 65 darkgreen
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
419 " Color: bgDiffC #5F87AF 67 blue
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
420 " Color: bgDiffD #AF5FAF 133 magenta
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
421 " Color: bgDiffT #C6C6C6 251 grey
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
422 " Color: fgDiffW #FFFFFF 231 white
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
423 " Color: fgDiffB #000000 16 black
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
424 " Color: bgDiffC8 #5F87AF 67 darkblue
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
425 " Color: bgDiffD8 #AF5FAF 133 darkmagenta
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10140
diff changeset
426 " vim: et ts=2 sw=2