Mercurial > vim
annotate runtime/colors/blue.vim @ 31233:d80066065462 v9.0.0950
patch 9.0.0950: the pattern "_szs" matches at EOL
Commit: https://github.com/vim/vim/commit/c96311b5be307f5a1d1b20a0ec930d63964e7335
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Nov 25 21:13:47 2022 +0000
patch 9.0.0950: the pattern "\_s\zs" matches at EOL
Problem: The pattern "\_s\zs" matches at EOL.
Solution: Make the pattern "\_s\zs" match at the start of the next line.
(closes #11617)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 25 Nov 2022 22:15:03 +0100 |
parents | ebed259f919f |
children | 2a36aec80c9e |
rev | line source |
---|---|
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
1 " Name: blue |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
2 " Description: Colorscheme with a blue background |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
3 " Author: Original author Steven Vertigan <steven@vertigan.wattle.id.au> |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
4 " Maintainer: Original maintainer Steven Vertigan <steven@vertigan.wattle.id.au> |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
5 " Website: https://github.com/vim/colorschemes |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
6 " License: Same as Vim |
30085 | 7 " Last Updated: Fri 02 Sep 2022 09:41:44 MSK |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
8 |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
9 " Generated by Colortemplate v2.2.0 |
7 | 10 |
11 set background=dark | |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
12 |
7 | 13 hi clear |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
14 let g:colors_name = 'blue' |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
15 |
29885 | 16 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:
1121
diff
changeset
|
17 |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
18 if (has('termguicolors') && &termguicolors) || has('gui_running') |
29779 | 19 let g:terminal_ansi_colors = ['#000000', '#cd0000', '#00cd00', '#cdcd00', '#0000ee', '#cd00cd', '#00cdcd', '#e5e5e5', '#7f7f7f', '#ff0000', '#00ff00', '#ffff00', '#5c5cff', '#ff00ff', '#00ffff', '#ffffff'] |
7 | 20 endif |
29779 | 21 hi Normal guifg=#ffd700 guibg=#000087 gui=NONE cterm=NONE |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
22 hi CursorLine guifg=NONE guibg=#005faf gui=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
23 hi Pmenu guifg=#ffffff guibg=#008787 gui=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
24 hi PmenuSel guifg=#008787 guibg=#ffffff gui=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
25 hi QuickFixLine guifg=#000000 guibg=#d787d7 gui=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
26 hi ColorColumn guifg=NONE guibg=#870087 gui=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
27 hi Conceal 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:
1121
diff
changeset
|
28 hi Cursor guifg=#000000 guibg=#00ff00 gui=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
29 hi CursorColumn guifg=NONE guibg=#005faf gui=NONE cterm=NONE |
29779 | 30 hi CursorIM guifg=#000000 guibg=#ffd700 gui=NONE cterm=NONE |
31 hi CursorLineNr guifg=#ffd700 guibg=#005faf gui=bold cterm=NONE | |
32 hi EndOfBuffer guifg=#ffd700 guibg=#000087 gui=NONE cterm=NONE | |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
33 hi Error guifg=#ff7f50 guibg=#000087 gui=reverse cterm=reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
34 hi ErrorMsg guifg=#ffffff guibg=#d70000 gui=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
35 hi FoldColumn guifg=#008787 guibg=NONE gui=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
36 hi Folded guifg=#000087 guibg=#878700 gui=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
37 hi IncSearch guifg=#d787d7 guibg=#000000 gui=standout cterm=reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
38 hi LineNr guifg=#5fffff guibg=NONE gui=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
39 hi MatchParen guifg=NONE guibg=NONE gui=reverse ctermfg=NONE ctermbg=NONE cterm=reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
40 hi ModeMsg guifg=#000087 guibg=#00ff00 gui=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
41 hi MoreMsg guifg=#5fffff guibg=NONE gui=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
42 hi NonText guifg=#d787d7 guibg=NONE gui=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
43 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:
1121
diff
changeset
|
44 hi PmenuThumb guifg=NONE guibg=#ffffff gui=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
45 hi Question guifg=#00ff00 guibg=NONE gui=NONE cterm=NONE |
29779 | 46 hi Search guifg=#ffd700 guibg=#000000 gui=reverse cterm=reverse |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
47 hi SignColumn guifg=#008787 guibg=NONE gui=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
48 hi SpecialKey guifg=#5fffff guibg=NONE gui=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
49 hi SpellBad guifg=#d70000 guibg=NONE guisp=#d70000 gui=undercurl cterm=underline |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
50 hi SpellCap guifg=#00ff00 guibg=NONE guisp=#00ff00 gui=undercurl cterm=underline |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
51 hi SpellLocal guifg=#ffffff guibg=NONE guisp=#ffffff gui=undercurl cterm=underline |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
52 hi SpellRare guifg=#d787d7 guibg=NONE guisp=#d787d7 gui=undercurl cterm=underline |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
53 hi StatusLine guifg=#000087 guibg=#5fffff gui=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
54 hi StatusLineNC guifg=#000087 guibg=#008787 gui=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
55 hi ToolbarButton guifg=#ffffff guibg=#005faf gui=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
56 hi ToolbarLine 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:
1121
diff
changeset
|
57 hi VertSplit guifg=#008787 guibg=NONE gui=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
58 hi Visual guifg=#ffffff guibg=#008787 gui=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
59 hi VisualNOS guifg=#008787 guibg=#ffffff gui=NONE cterm=NONE |
30085 | 60 hi WarningMsg guifg=#d787d7 guibg=NONE gui=NONE cterm=NONE |
29779 | 61 hi WildMenu guifg=#000087 guibg=#ffd700 gui=NONE cterm=NONE |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
62 hi debugBreakpoint guifg=#00ff00 guibg=#000087 gui=reverse cterm=reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
63 hi debugPC guifg=#5fffff guibg=#000087 gui=reverse cterm=reverse |
29150 | 64 hi Directory guifg=#5fffff guibg=NONE gui=NONE cterm=NONE |
65 hi Title guifg=#d787d7 guibg=NONE gui=NONE cterm=NONE | |
66 hi Comment guifg=#878787 guibg=NONE gui=bold cterm=NONE | |
67 hi Constant guifg=#5fffff guibg=NONE gui=NONE cterm=NONE | |
68 hi Identifier guifg=#bcbcbc guibg=NONE gui=NONE cterm=NONE | |
69 hi Ignore guifg=#878787 guibg=NONE gui=NONE cterm=NONE | |
70 hi PreProc guifg=#00ff00 guibg=NONE gui=NONE cterm=NONE | |
71 hi Special guifg=#d787d7 guibg=NONE gui=NONE cterm=NONE | |
72 hi Statement guifg=#ffffff guibg=NONE gui=NONE cterm=NONE | |
73 hi Todo guifg=NONE guibg=NONE gui=reverse ctermfg=NONE ctermbg=NONE cterm=reverse | |
74 hi Type guifg=#ffa500 guibg=NONE gui=bold cterm=NONE | |
75 hi Underlined guifg=NONE guibg=NONE gui=underline ctermfg=NONE ctermbg=NONE cterm=underline | |
29779 | 76 hi Label guifg=#ffd700 guibg=NONE gui=NONE cterm=NONE |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
77 hi! link Terminal Normal |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
78 hi! link Debug Special |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
79 hi! link diffAdded String |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
80 hi! link diffRemoved WarningMsg |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
81 hi! link diffOnly WarningMsg |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
82 hi! link diffNoEOL WarningMsg |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
83 hi! link diffIsA WarningMsg |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
84 hi! link diffIdentical WarningMsg |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
85 hi! link diffDiffer WarningMsg |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
86 hi! link diffCommon WarningMsg |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
87 hi! link diffBDiffer WarningMsg |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
88 hi! link lCursor Cursor |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
89 hi! link LineNrAbove LineNr |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
90 hi! link LineNrBelow LineNr |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
91 hi! link CurSearch Search |
29150 | 92 hi! link CursorLineNr CursorLine |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
93 hi! link CursorLineFold CursorLine |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
94 hi! link CursorLineSign CursorLine |
29150 | 95 hi! link StatusLineTerm StatusLine |
96 hi! link StatusLineTermNC StatusLineNC | |
97 hi! link TabLine StatusLineNC | |
98 hi! link TabLineFill StatusLineNC | |
99 hi! link TabLineSel StatusLine | |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
100 hi! link Boolean Constant |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
101 hi! link Character Constant |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
102 hi! link Conditional Statement |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
103 hi! link Define PreProc |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
104 hi! link Delimiter Special |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
105 hi! link Exception Statement |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
106 hi! link Float Constant |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
107 hi! link Function Identifier |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
108 hi! link Include PreProc |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
109 hi! link Keyword Statement |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
110 hi! link Macro PreProc |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
111 hi! link Number Constant |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
112 hi! link Operator Type |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
113 hi! link PreCondit PreProc |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
114 hi! link Repeat Statement |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
115 hi! link SpecialChar Special |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
116 hi! link SpecialComment Special |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
117 hi! link StorageClass Type |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
118 hi! link String Constant |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
119 hi! link Structure Type |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
120 hi! link Tag Special |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
121 hi! link Typedef Type |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
122 hi! link Terminal Normal |
30085 | 123 hi! link MessageWindow Pmenu |
124 hi! link PopupNotification Todo | |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
125 hi DiffAdd guifg=#ffffff guibg=#5f875f gui=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
126 hi DiffChange guifg=#ffffff guibg=#5f87af gui=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
127 hi DiffText guifg=#000000 guibg=#c6c6c6 gui=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
128 hi DiffDelete guifg=#ffffff guibg=#af5faf gui=NONE cterm=NONE |
7 | 129 |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
130 if s:t_Co >= 256 |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
131 hi Normal ctermfg=220 ctermbg=18 cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
132 hi CursorLine ctermfg=NONE ctermbg=25 cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
133 hi Pmenu ctermfg=231 ctermbg=30 cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
134 hi PmenuSel ctermfg=30 ctermbg=231 cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
135 hi QuickFixLine ctermfg=16 ctermbg=176 cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
136 hi ColorColumn ctermfg=NONE ctermbg=90 cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
137 hi Conceal ctermfg=NONE ctermbg=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
138 hi Cursor ctermfg=16 ctermbg=46 cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
139 hi CursorColumn ctermfg=NONE ctermbg=25 cterm=NONE |
29150 | 140 hi CursorIM ctermfg=16 ctermbg=220 cterm=NONE |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
141 hi CursorLineNr ctermfg=220 ctermbg=25 cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
142 hi EndOfBuffer ctermfg=220 ctermbg=18 cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
143 hi Error ctermfg=209 ctermbg=18 cterm=reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
144 hi ErrorMsg ctermfg=231 ctermbg=160 cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
145 hi FoldColumn ctermfg=30 ctermbg=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
146 hi Folded ctermfg=18 ctermbg=100 cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
147 hi IncSearch ctermfg=176 ctermbg=16 cterm=reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
148 hi LineNr ctermfg=87 ctermbg=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
149 hi MatchParen ctermfg=NONE ctermbg=NONE cterm=reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
150 hi ModeMsg ctermfg=18 ctermbg=46 cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
151 hi MoreMsg ctermfg=87 ctermbg=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
152 hi NonText ctermfg=176 ctermbg=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
153 hi PmenuSbar ctermfg=NONE ctermbg=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
154 hi PmenuThumb ctermfg=NONE ctermbg=231 cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
155 hi Question ctermfg=46 ctermbg=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
156 hi Search ctermfg=220 ctermbg=16 cterm=reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
157 hi SignColumn ctermfg=30 ctermbg=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
158 hi SpecialKey ctermfg=87 ctermbg=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
159 hi SpellBad ctermfg=160 ctermbg=NONE cterm=underline |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
160 hi SpellCap ctermfg=46 ctermbg=NONE cterm=underline |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
161 hi SpellLocal ctermfg=231 ctermbg=NONE cterm=underline |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
162 hi SpellRare ctermfg=176 ctermbg=NONE cterm=underline |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
163 hi StatusLine ctermfg=18 ctermbg=87 cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
164 hi StatusLineNC ctermfg=18 ctermbg=30 cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
165 hi ToolbarButton ctermfg=231 ctermbg=25 cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
166 hi ToolbarLine ctermfg=NONE ctermbg=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
167 hi VertSplit ctermfg=30 ctermbg=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
168 hi Visual ctermfg=231 ctermbg=30 cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
169 hi VisualNOS ctermfg=30 ctermbg=231 cterm=NONE |
30085 | 170 hi WarningMsg ctermfg=176 ctermbg=NONE cterm=NONE |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
171 hi WildMenu ctermfg=18 ctermbg=220 cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
172 hi debugBreakpoint ctermfg=46 ctermbg=18 cterm=reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
173 hi debugPC ctermfg=87 ctermbg=18 cterm=reverse |
29150 | 174 hi Directory ctermfg=87 ctermbg=NONE cterm=NONE |
175 hi Title ctermfg=176 ctermbg=NONE cterm=NONE | |
176 hi Comment ctermfg=102 ctermbg=NONE cterm=NONE | |
177 hi Constant ctermfg=87 ctermbg=NONE cterm=NONE | |
178 hi Identifier ctermfg=250 ctermbg=NONE cterm=NONE | |
179 hi Ignore ctermfg=102 ctermbg=NONE cterm=NONE | |
180 hi PreProc ctermfg=46 ctermbg=NONE cterm=NONE | |
181 hi Special ctermfg=176 ctermbg=NONE cterm=NONE | |
182 hi Statement ctermfg=231 ctermbg=NONE cterm=NONE | |
183 hi Todo ctermfg=NONE ctermbg=NONE cterm=reverse | |
184 hi Type ctermfg=214 ctermbg=NONE cterm=NONE | |
185 hi Underlined ctermfg=NONE ctermbg=NONE cterm=underline | |
186 hi Label ctermfg=220 ctermbg=NONE cterm=NONE | |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
187 hi! link Terminal Normal |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
188 hi! link Debug Special |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
189 hi! link diffAdded String |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
190 hi! link diffRemoved WarningMsg |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
191 hi! link diffOnly WarningMsg |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
192 hi! link diffNoEOL WarningMsg |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
193 hi! link diffIsA WarningMsg |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
194 hi! link diffIdentical WarningMsg |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
195 hi! link diffDiffer WarningMsg |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
196 hi! link diffCommon WarningMsg |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
197 hi! link diffBDiffer WarningMsg |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
198 hi! link lCursor Cursor |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
199 hi! link LineNrAbove LineNr |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
200 hi! link LineNrBelow LineNr |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
201 hi! link CurSearch Search |
29150 | 202 hi! link CursorLineNr CursorLine |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
203 hi! link CursorLineFold CursorLine |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
204 hi! link CursorLineSign CursorLine |
29150 | 205 hi! link StatusLineTerm StatusLine |
206 hi! link StatusLineTermNC StatusLineNC | |
207 hi! link TabLine StatusLineNC | |
208 hi! link TabLineFill StatusLineNC | |
209 hi! link TabLineSel StatusLine | |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
210 hi! link Boolean Constant |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
211 hi! link Character Constant |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
212 hi! link Conditional Statement |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
213 hi! link Define PreProc |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
214 hi! link Delimiter Special |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
215 hi! link Exception Statement |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
216 hi! link Float Constant |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
217 hi! link Function Identifier |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
218 hi! link Include PreProc |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
219 hi! link Keyword Statement |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
220 hi! link Macro PreProc |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
221 hi! link Number Constant |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
222 hi! link Operator Type |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
223 hi! link PreCondit PreProc |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
224 hi! link Repeat Statement |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
225 hi! link SpecialChar Special |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
226 hi! link SpecialComment Special |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
227 hi! link StorageClass Type |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
228 hi! link String Constant |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
229 hi! link Structure Type |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
230 hi! link Tag Special |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
231 hi! link Typedef Type |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
232 hi! link Terminal Normal |
30085 | 233 hi! link MessageWindow Pmenu |
234 hi! link PopupNotification Todo | |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
235 hi DiffAdd ctermfg=231 ctermbg=65 cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
236 hi DiffChange ctermfg=231 ctermbg=67 cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
237 hi DiffText ctermfg=16 ctermbg=251 cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
238 hi DiffDelete ctermfg=231 ctermbg=133 cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
239 unlet s:t_Co |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
240 finish |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
241 endif |
7 | 242 |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
243 if s:t_Co >= 16 |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
244 hi Normal ctermfg=yellow ctermbg=darkblue cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
245 hi CursorLine ctermfg=NONE ctermbg=NONE cterm=underline |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
246 hi Pmenu ctermfg=black ctermbg=darkcyan cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
247 hi PmenuSel ctermfg=black ctermbg=white cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
248 hi QuickFixLine ctermfg=black ctermbg=magenta cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
249 hi ColorColumn ctermfg=NONE ctermbg=darkmagenta cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
250 hi Conceal ctermfg=NONE ctermbg=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
251 hi Cursor ctermfg=black ctermbg=green cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
252 hi CursorColumn ctermfg=NONE ctermbg=blue cterm=NONE |
29150 | 253 hi CursorIM ctermfg=black ctermbg=yellow cterm=NONE |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
254 hi CursorLineNr ctermfg=yellow ctermbg=blue cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
255 hi EndOfBuffer ctermfg=yellow ctermbg=darkblue cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
256 hi Error ctermfg=red ctermbg=darkblue cterm=reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
257 hi ErrorMsg ctermfg=white ctermbg=red cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
258 hi FoldColumn ctermfg=darkcyan ctermbg=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
259 hi Folded ctermfg=darkblue ctermbg=darkyellow cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
260 hi IncSearch ctermfg=magenta ctermbg=black cterm=reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
261 hi LineNr ctermfg=cyan ctermbg=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
262 hi MatchParen ctermfg=NONE ctermbg=NONE cterm=reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
263 hi ModeMsg ctermfg=darkblue ctermbg=green cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
264 hi MoreMsg ctermfg=cyan ctermbg=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
265 hi NonText ctermfg=magenta ctermbg=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
266 hi PmenuSbar ctermfg=NONE ctermbg=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
267 hi PmenuThumb ctermfg=NONE ctermbg=white cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
268 hi Question ctermfg=green ctermbg=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
269 hi Search ctermfg=yellow ctermbg=black cterm=reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
270 hi SignColumn ctermfg=darkcyan ctermbg=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
271 hi SpecialKey ctermfg=cyan ctermbg=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
272 hi SpellBad ctermfg=red ctermbg=NONE cterm=underline |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
273 hi SpellCap ctermfg=green ctermbg=NONE cterm=underline |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
274 hi SpellLocal ctermfg=white ctermbg=NONE cterm=underline |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
275 hi SpellRare ctermfg=magenta ctermbg=NONE cterm=underline |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
276 hi StatusLine ctermfg=darkblue ctermbg=cyan cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
277 hi StatusLineNC ctermfg=darkblue ctermbg=darkcyan cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
278 hi ToolbarButton ctermfg=white ctermbg=blue cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
279 hi ToolbarLine ctermfg=NONE ctermbg=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
280 hi VertSplit ctermfg=darkcyan ctermbg=NONE cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
281 hi Visual ctermfg=white ctermbg=darkcyan cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
282 hi VisualNOS ctermfg=darkcyan ctermbg=white cterm=NONE |
30085 | 283 hi WarningMsg ctermfg=magenta ctermbg=NONE cterm=NONE |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
284 hi WildMenu ctermfg=darkblue ctermbg=yellow cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
285 hi debugBreakpoint ctermfg=green ctermbg=darkblue cterm=reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
286 hi debugPC ctermfg=cyan ctermbg=darkblue cterm=reverse |
29150 | 287 hi Directory ctermfg=cyan ctermbg=NONE cterm=NONE |
288 hi Title ctermfg=magenta ctermbg=NONE cterm=NONE | |
289 hi Comment ctermfg=darkgray ctermbg=NONE cterm=NONE | |
290 hi Constant ctermfg=cyan ctermbg=NONE cterm=NONE | |
291 hi Identifier ctermfg=gray ctermbg=NONE cterm=NONE | |
292 hi Ignore ctermfg=darkgray ctermbg=NONE cterm=NONE | |
293 hi PreProc ctermfg=green ctermbg=NONE cterm=NONE | |
294 hi Special ctermfg=magenta ctermbg=NONE cterm=NONE | |
295 hi Statement ctermfg=white ctermbg=NONE cterm=NONE | |
296 hi Todo ctermfg=NONE ctermbg=NONE cterm=reverse | |
297 hi Type ctermfg=darkyellow ctermbg=NONE cterm=NONE | |
298 hi Underlined ctermfg=NONE ctermbg=NONE cterm=underline | |
299 hi Label ctermfg=yellow ctermbg=NONE cterm=NONE | |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
300 hi! link Terminal Normal |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
301 hi! link Debug Special |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
302 hi! link diffAdded String |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
303 hi! link diffRemoved WarningMsg |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
304 hi! link diffOnly WarningMsg |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
305 hi! link diffNoEOL WarningMsg |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
306 hi! link diffIsA WarningMsg |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
307 hi! link diffIdentical WarningMsg |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
308 hi! link diffDiffer WarningMsg |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
309 hi! link diffCommon WarningMsg |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
310 hi! link diffBDiffer WarningMsg |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
311 hi! link lCursor Cursor |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
312 hi! link LineNrAbove LineNr |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
313 hi! link LineNrBelow LineNr |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
314 hi! link CurSearch Search |
29150 | 315 hi! link CursorLineNr CursorLine |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
316 hi! link CursorLineFold CursorLine |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
317 hi! link CursorLineSign CursorLine |
29150 | 318 hi! link StatusLineTerm StatusLine |
319 hi! link StatusLineTermNC StatusLineNC | |
320 hi! link TabLine StatusLineNC | |
321 hi! link TabLineFill StatusLineNC | |
322 hi! link TabLineSel StatusLine | |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
323 hi! link Boolean Constant |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
324 hi! link Character Constant |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
325 hi! link Conditional Statement |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
326 hi! link Define PreProc |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
327 hi! link Delimiter Special |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
328 hi! link Exception Statement |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
329 hi! link Float Constant |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
330 hi! link Function Identifier |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
331 hi! link Include PreProc |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
332 hi! link Keyword Statement |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
333 hi! link Macro PreProc |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
334 hi! link Number Constant |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
335 hi! link Operator Type |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
336 hi! link PreCondit PreProc |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
337 hi! link Repeat Statement |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
338 hi! link SpecialChar Special |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
339 hi! link SpecialComment Special |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
340 hi! link StorageClass Type |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
341 hi! link String Constant |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
342 hi! link Structure Type |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
343 hi! link Tag Special |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
344 hi! link Typedef Type |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
345 hi! link Terminal Normal |
30085 | 346 hi! link MessageWindow Pmenu |
347 hi! link PopupNotification Todo | |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
348 hi DiffAdd ctermfg=white ctermbg=darkgreen cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
349 hi DiffChange ctermfg=white ctermbg=blue cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
350 hi DiffText ctermfg=black ctermbg=grey cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
351 hi DiffDelete ctermfg=white ctermbg=magenta cterm=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
352 unlet s:t_Co |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
353 finish |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
354 endif |
7 | 355 |
29150 | 356 if s:t_Co >= 8 |
357 hi Normal ctermfg=darkyellow ctermbg=blue cterm=NONE | |
358 hi CursorLine ctermfg=NONE ctermbg=NONE cterm=underline | |
359 hi Pmenu ctermfg=black ctermbg=cyan cterm=NONE | |
360 hi PmenuSel ctermfg=black ctermbg=gray cterm=NONE | |
361 hi QuickFixLine ctermfg=black ctermbg=magenta cterm=NONE | |
362 hi ColorColumn ctermfg=NONE ctermbg=magenta cterm=NONE | |
363 hi Conceal ctermfg=NONE ctermbg=NONE cterm=NONE | |
364 hi Cursor ctermfg=black ctermbg=green cterm=NONE | |
365 hi CursorColumn ctermfg=blue ctermbg=yellow cterm=bold,reverse | |
366 hi CursorIM ctermfg=black ctermbg=yellow cterm=NONE | |
367 hi EndOfBuffer ctermfg=yellow ctermbg=blue cterm=NONE | |
368 hi Error ctermfg=red ctermbg=blue cterm=reverse | |
369 hi ErrorMsg ctermfg=gray ctermbg=red cterm=NONE | |
370 hi FoldColumn ctermfg=cyan ctermbg=NONE cterm=NONE | |
371 hi Folded ctermfg=blue ctermbg=yellow cterm=NONE | |
372 hi IncSearch ctermfg=magenta ctermbg=black cterm=reverse | |
373 hi LineNr ctermfg=cyan ctermbg=NONE cterm=NONE | |
374 hi MatchParen ctermfg=NONE ctermbg=NONE cterm=reverse | |
375 hi ModeMsg ctermfg=blue ctermbg=green cterm=NONE | |
376 hi MoreMsg ctermfg=cyan ctermbg=NONE cterm=NONE | |
377 hi NonText ctermfg=magenta ctermbg=NONE cterm=NONE | |
378 hi PmenuSbar ctermfg=NONE ctermbg=NONE cterm=NONE | |
379 hi PmenuThumb ctermfg=NONE ctermbg=white cterm=NONE | |
380 hi Question ctermfg=green ctermbg=NONE cterm=NONE | |
381 hi Search ctermfg=yellow ctermbg=black cterm=reverse | |
382 hi SignColumn ctermfg=cyan ctermbg=NONE cterm=NONE | |
383 hi SpecialKey ctermfg=cyan ctermbg=NONE cterm=NONE | |
384 hi SpellBad ctermfg=red ctermbg=yellow cterm=reverse | |
385 hi SpellCap ctermfg=green ctermbg=NONE cterm=reverse | |
386 hi SpellLocal ctermfg=gray ctermbg=NONE cterm=reverse | |
387 hi SpellRare ctermfg=magenta ctermbg=yellow cterm=reverse | |
388 hi StatusLine ctermfg=cyan ctermbg=blue cterm=bold,reverse | |
389 hi StatusLineNC ctermfg=blue ctermbg=cyan cterm=NONE | |
390 hi ToolbarButton ctermfg=blue ctermbg=gray cterm=bold,reverse | |
391 hi ToolbarLine ctermfg=NONE ctermbg=NONE cterm=NONE | |
392 hi VertSplit ctermfg=cyan ctermbg=NONE cterm=NONE | |
393 hi Visual ctermfg=black ctermbg=cyan cterm=NONE | |
394 hi VisualNOS ctermfg=cyan ctermbg=gray cterm=NONE | |
395 hi WarningMsg ctermfg=red ctermbg=NONE cterm=NONE | |
396 hi WildMenu ctermfg=blue ctermbg=yellow cterm=NONE | |
397 hi debugBreakpoint ctermfg=green ctermbg=blue cterm=reverse | |
398 hi debugPC ctermfg=cyan ctermbg=blue cterm=reverse | |
399 hi Directory ctermfg=cyan ctermbg=NONE cterm=NONE | |
400 hi Title ctermfg=magenta ctermbg=NONE cterm=NONE | |
401 hi Comment ctermfg=black ctermbg=NONE cterm=bold | |
402 hi Constant ctermfg=cyan ctermbg=NONE cterm=NONE | |
403 hi Identifier ctermfg=gray ctermbg=NONE cterm=NONE | |
404 hi Ignore ctermfg=gray ctermbg=NONE cterm=NONE | |
405 hi PreProc ctermfg=green ctermbg=NONE cterm=NONE | |
406 hi Special ctermfg=magenta ctermbg=NONE cterm=NONE | |
407 hi Statement ctermfg=gray ctermbg=NONE cterm=NONE | |
408 hi Todo ctermfg=NONE ctermbg=NONE cterm=reverse | |
409 hi Type ctermfg=red ctermbg=NONE cterm=NONE | |
410 hi Underlined ctermfg=NONE ctermbg=NONE cterm=underline | |
411 hi Label ctermfg=yellow ctermbg=NONE cterm=NONE | |
412 hi! link Terminal Normal | |
413 hi! link Debug Special | |
414 hi! link diffAdded String | |
415 hi! link diffRemoved WarningMsg | |
416 hi! link diffOnly WarningMsg | |
417 hi! link diffNoEOL WarningMsg | |
418 hi! link diffIsA WarningMsg | |
419 hi! link diffIdentical WarningMsg | |
420 hi! link diffDiffer WarningMsg | |
421 hi! link diffCommon WarningMsg | |
422 hi! link diffBDiffer WarningMsg | |
423 hi! link lCursor Cursor | |
424 hi! link LineNrAbove LineNr | |
425 hi! link LineNrBelow LineNr | |
426 hi! link CurSearch Search | |
427 hi! link CursorLineNr CursorLine | |
428 hi! link CursorLineFold CursorLine | |
429 hi! link CursorLineSign CursorLine | |
430 hi! link StatusLineTerm StatusLine | |
431 hi! link StatusLineTermNC StatusLineNC | |
432 hi! link TabLine StatusLineNC | |
433 hi! link TabLineFill StatusLineNC | |
434 hi! link TabLineSel StatusLine | |
435 hi! link Boolean Constant | |
436 hi! link Character Constant | |
437 hi! link Conditional Statement | |
438 hi! link Define PreProc | |
439 hi! link Delimiter Special | |
440 hi! link Exception Statement | |
441 hi! link Float Constant | |
442 hi! link Function Identifier | |
443 hi! link Include PreProc | |
444 hi! link Keyword Statement | |
445 hi! link Macro PreProc | |
446 hi! link Number Constant | |
447 hi! link Operator Type | |
448 hi! link PreCondit PreProc | |
449 hi! link Repeat Statement | |
450 hi! link SpecialChar Special | |
451 hi! link SpecialComment Special | |
452 hi! link StorageClass Type | |
453 hi! link String Constant | |
454 hi! link Structure Type | |
455 hi! link Tag Special | |
456 hi! link Typedef Type | |
457 hi! link Terminal Normal | |
30085 | 458 hi! link MessageWindow Pmenu |
459 hi! link PopupNotification Todo | |
29150 | 460 hi DiffAdd ctermfg=white ctermbg=darkgreen cterm=NONE |
461 hi DiffChange ctermfg=white ctermbg=darkblue cterm=NONE | |
462 hi DiffText ctermfg=black ctermbg=grey cterm=NONE | |
463 hi DiffDelete ctermfg=white ctermbg=darkmagenta cterm=NONE | |
464 unlet s:t_Co | |
465 finish | |
466 endif | |
467 | |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
468 if s:t_Co >= 0 |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
469 hi Normal term=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
470 hi ColorColumn term=reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
471 hi Conceal term=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
472 hi Cursor term=reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
473 hi CursorColumn term=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
474 hi CursorLine term=underline |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
475 hi CursorLineNr term=bold |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
476 hi DiffAdd term=reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
477 hi DiffChange term=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
478 hi DiffDelete term=reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
479 hi DiffText term=reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
480 hi Directory term=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
481 hi EndOfBuffer term=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
482 hi ErrorMsg term=bold,reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
483 hi FoldColumn term=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
484 hi Folded term=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
485 hi IncSearch term=bold,reverse,underline |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
486 hi LineNr term=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
487 hi MatchParen term=bold,underline |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
488 hi ModeMsg term=bold |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
489 hi MoreMsg term=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
490 hi NonText term=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
491 hi Pmenu term=reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
492 hi PmenuSbar term=reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
493 hi PmenuSel term=bold |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
494 hi PmenuThumb term=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
495 hi Question term=standout |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
496 hi Search term=reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
497 hi SignColumn term=reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
498 hi SpecialKey term=bold |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
499 hi SpellBad term=underline |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
500 hi SpellCap term=underline |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
501 hi SpellLocal term=underline |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
502 hi SpellRare term=underline |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
503 hi StatusLine term=bold,reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
504 hi StatusLineNC term=bold,underline |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
505 hi TabLine term=bold,underline |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
506 hi TabLineFill term=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
507 hi Terminal term=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
508 hi TabLineSel term=bold,reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
509 hi Title term=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
510 hi VertSplit term=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
511 hi Visual term=reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
512 hi VisualNOS term=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
513 hi WarningMsg term=standout |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
514 hi WildMenu term=bold |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
515 hi CursorIM term=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
516 hi ToolbarLine term=reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
517 hi ToolbarButton term=bold,reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
518 hi CurSearch term=reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
519 hi CursorLineFold term=underline |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
520 hi CursorLineSign term=underline |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
521 hi Comment term=bold |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
522 hi Constant term=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
523 hi Error term=bold,reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
524 hi Identifier term=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
525 hi Ignore term=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
526 hi PreProc term=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
527 hi Special term=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
528 hi Statement term=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
529 hi Todo term=bold,reverse |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
530 hi Type term=NONE |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
531 hi Underlined term=underline |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
532 unlet s:t_Co |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
533 finish |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
534 endif |
7 | 535 |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
536 " Background: dark |
29779 | 537 " Color: x_black #000000 16 black |
538 " Color: x_darkred #cd0000 160 darkred | |
539 " Color: x_darkgreen #00cd00 40 darkgreen | |
540 " Color: x_darkyellow #cdcd00 184 darkyellow | |
541 " Color: x_darkblue #0000ee 21 darkblue | |
542 " Color: x_darkmagenta #cd00cd 164 darkmagenta | |
543 " Color: x_darkcyan #00cdcd 44 darkcyan | |
544 " Color: x_gray #e5e5e5 254 gray | |
545 " Color: x_darkgray #7f7f7f 244 darkgray | |
546 " Color: x_red #ff0000 196 red | |
547 " Color: x_green #00ff00 46 green | |
548 " Color: x_yellow #ffff00 226 yellow | |
549 " Color: x_blue #5c5cff 63 blue | |
550 " Color: x_magenta #ff00ff 201 magenta | |
551 " Color: x_cyan #00ffff 51 cyan | |
552 " Color: x_white #ffffff 231 white | |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
553 " Color: black #000000 16 black |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
554 " Color: darkred #870000 88 darkred |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
555 " Color: darkyellow #878700 100 darkyellow |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
556 " Color: darkblue #000087 18 darkblue |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
557 " Color: darkmagenta #870087 90 darkmagenta |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
558 " Color: darkcyan #008787 30 darkcyan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
559 " Color: gray #bcbcbc 250 gray |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
560 " Color: comment #878787 102 darkgray |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
561 " Color: darkgray #878787 102 darkgray |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
562 " Color: red #d70000 160 red |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
563 " Color: green #00ff00 46 green |
29779 | 564 " Color: yellow #ffd700 220 yellow |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
565 " Color: blue #005faf 25 blue |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
566 " Color: magenta #d787d7 176 magenta |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
567 " Color: cyan #5fffff 87 cyan |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
568 " Color: white #ffffff 231 white |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
569 " Color: xtermblue #5fafff 75 blue |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
570 " Color: xtermdarkblue #0087af 31 darkblue |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
571 " Color: orange #ffa500 214 darkyellow |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
572 " Color: darkgreen #006400 22 darkgreen |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
573 " Color: coral #ff7f50 209 red |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
574 " Color: olivedrab #6b8e23 64 green |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
575 " Color: slateblue #6a5acd 62 darkmagenta |
29779 | 576 " Term colors: x_black x_darkred x_darkgreen x_darkyellow x_darkblue x_darkmagenta x_darkcyan x_gray |
577 " Term colors: x_darkgray x_red x_green x_yellow x_blue x_magenta x_cyan x_white | |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
578 " Color: bgDiffA #5F875F 65 darkgreen |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
579 " Color: bgDiffC #5F87AF 67 blue |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
580 " Color: bgDiffD #AF5FAF 133 magenta |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
581 " Color: bgDiffT #C6C6C6 251 grey |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
582 " Color: fgDiffW #FFFFFF 231 white |
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
583 " Color: fgDiffB #000000 16 black |
29150 | 584 " Color: bgDiffC8 #5F87AF 67 darkblue |
585 " Color: bgDiffD8 #AF5FAF 133 darkmagenta | |
28862
82244cfc4694
Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents:
1121
diff
changeset
|
586 " vim: et ts=2 sw=2 |