annotate runtime/colors/slate.vim @ 29276:3dccbb97c76e

Added tag v8.2.5155 for changeset 281509f1417ba92e233721f42f3396f897b3281f
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 Jun 2022 13:45:05 +0200
parents d1fe80fb35e6
children e64e9ba15acc
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: 1619
diff changeset
1 " Name: slate
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
2 " Description: Remake of slate
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
3 " Author: Original maintainer Ralph Amissah <ralph@amissah.com>
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
4 " Maintainer: Original maintainer Ralph Amissah <ralph@amissah.com>
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
5 " Website: https://github.com/vim/colorschemes
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
6 " License: Same as Vim
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
7 " Last Updated: Sun Jun 12 11:03:10 2022
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
8
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
9 " Generated by Colortemplate v2.2.0
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
10
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
11 set background=dark
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
12
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
13 hi clear
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
14 let g:colors_name = 'slate'
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
15
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
16 let s:t_Co = exists('&t_Co') && !empty(&t_Co) && &t_Co > 1 ? &t_Co : 1
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
17
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
18 if (has('termguicolors') && &termguicolors) || has('gui_running')
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
19 let g:terminal_ansi_colors = ['#000000', '#ff0000', '#5f8700', '#ffff00', '#87d7ff', '#d7d787', '#ffd7af', '#666666', '#333333', '#ffafaf', '#00875f', '#ffd700', '#5f87d7', '#afaf87', '#ff8787', '#ffffff']
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
20 endif
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
21 hi! link Terminal Normal
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
22 hi! link LineNrAbove LineNr
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
23 hi! link LineNrBelow LineNr
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
24 hi! link CurSearch Search
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
25 hi! link CursorLineFold CursorLine
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
26 hi! link CursorLineSign CursorLine
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
27 hi Normal guifg=#ffffff guibg=#262626 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
28 hi EndOfBuffer guifg=#5f87d7 guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
29 hi StatusLine guifg=#000000 guibg=#afaf87 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
30 hi StatusLineNC guifg=#666666 guibg=#afaf87 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
31 hi StatusLineTerm guifg=#000000 guibg=#afaf87 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
32 hi StatusLineTermNC guifg=#666666 guibg=#afaf87 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
33 hi VertSplit guifg=#666666 guibg=#afaf87 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
34 hi PmenuSel guifg=#262626 guibg=#d7d787 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
35 hi Pmenu guifg=NONE guibg=#4a4a4a gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
36 hi PmenuSbar guifg=NONE guibg=#262626 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
37 hi PmenuThumb guifg=NONE guibg=#ffd700 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
38 hi TabLineSel guifg=#000000 guibg=#afaf87 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
39 hi TabLine guifg=#666666 guibg=#333333 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
40 hi TabLineFill guifg=#ff8787 guibg=#333333 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
41 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: 1619
diff changeset
42 hi ToolbarButton guifg=#262626 guibg=#d7d787 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
43 hi NonText guifg=#5f87d7 guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
44 hi SpecialKey guifg=#00875f guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
45 hi QuickFixLine guifg=#000000 guibg=#5f87d7 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
46 hi Folded guifg=#666666 guibg=#000000 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
47 hi FoldColumn guifg=#5f87d7 guibg=#000000 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
48 hi CursorLine guifg=NONE guibg=#333333 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
49 hi CursorColumn guifg=NONE guibg=#333333 gui=NONE cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
50 hi ColorColumn guifg=NONE guibg=#000000 gui=NONE cterm=NONE
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
51 hi CursorLineNr guifg=NONE guibg=#333333 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
52 hi Visual guifg=#d7d787 guibg=#5f8700 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
53 hi SignColumn guifg=NONE guibg=#262626 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
54 hi VisualNOS guifg=#d7d787 guibg=#5f8700 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
55 hi LineNr guifg=#666666 guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
56 hi Underlined guifg=#5f87d7 guibg=NONE gui=underline cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
57 hi Error guifg=#ff0000 guibg=#ffffff gui=reverse cterm=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
58 hi ErrorMsg guifg=#ff0000 guibg=#000000 gui=reverse cterm=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
59 hi ModeMsg guifg=#262626 guibg=#ffd700 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
60 hi WarningMsg guifg=#ff8787 guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
61 hi MoreMsg guifg=#00875f guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
62 hi Question guifg=#ffd700 guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
63 hi Todo guifg=#ff0000 guibg=#ffff00 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
64 hi MatchParen guifg=#000000 guibg=#ffd700 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
65 hi Search guifg=#000000 guibg=#d7875f gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
66 hi IncSearch guifg=#000000 guibg=#00ff00 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
67 hi WildMenu guifg=#262626 guibg=#d7d787 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
68 hi Cursor guifg=#333333 guibg=#d7d787 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
69 hi lCursor guifg=#262626 guibg=#ffafaf gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
70 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: 1619
diff changeset
71 hi SpellCap guifg=#ffff00 guibg=NONE guisp=#ffff00 gui=undercurl cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
72 hi SpellLocal guifg=#ffafaf guibg=NONE guisp=#ffafaf gui=undercurl cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
73 hi SpellRare guifg=#ffd7af guibg=NONE guisp=#ffd7af gui=undercurl cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
74 hi Comment guifg=#666666 guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
75 hi String guifg=#87d7ff guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
76 hi Identifier guifg=#ff8787 guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
77 hi Function guifg=#ffd7af guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
78 hi Special guifg=#d7d787 guibg=NONE gui=NONE cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
79 hi Statement guifg=#5f87d7 guibg=NONE gui=bold cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
80 hi Constant guifg=#ffafaf guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
81 hi PreProc guifg=#d7875f guibg=NONE gui=NONE cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
82 hi Type guifg=#5f87d7 guibg=NONE gui=bold cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
83 hi Operator guifg=#d7875f guibg=NONE gui=NONE cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
84 hi Define guifg=#ffd700 guibg=NONE gui=bold cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
85 hi Structure guifg=#00ff00 guibg=NONE gui=NONE cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
86 hi Directory guifg=#00875f guibg=NONE gui=bold cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
87 hi Conceal guifg=#666666 guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
88 hi Ignore 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
89 hi Title guifg=#ffd700 guibg=NONE gui=bold cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
90 hi DiffAdd guifg=#ffffff guibg=#5f875f gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
91 hi DiffChange guifg=#ffffff guibg=#5f87af gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
92 hi DiffText guifg=#000000 guibg=#c6c6c6 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
93 hi DiffDelete guifg=#ffffff guibg=#af5faf gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
94
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
95 if s:t_Co >= 256
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
96 hi! link Terminal Normal
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
97 hi! link LineNrAbove LineNr
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
98 hi! link LineNrBelow LineNr
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
99 hi! link CurSearch Search
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
100 hi! link CursorLineFold CursorLine
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
101 hi! link CursorLineSign CursorLine
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
102 hi Normal ctermfg=231 ctermbg=235 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
103 hi EndOfBuffer ctermfg=68 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
104 hi StatusLine ctermfg=16 ctermbg=144 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
105 hi StatusLineNC ctermfg=241 ctermbg=144 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
106 hi StatusLineTerm ctermfg=16 ctermbg=144 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
107 hi StatusLineTermNC ctermfg=241 ctermbg=144 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
108 hi VertSplit ctermfg=241 ctermbg=144 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
109 hi PmenuSel ctermfg=235 ctermbg=186 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
110 hi Pmenu ctermfg=NONE ctermbg=239 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
111 hi PmenuSbar ctermfg=NONE ctermbg=235 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
112 hi PmenuThumb ctermfg=NONE ctermbg=220 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
113 hi TabLineSel ctermfg=16 ctermbg=144 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
114 hi TabLine ctermfg=241 ctermbg=236 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
115 hi TabLineFill ctermfg=210 ctermbg=236 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
116 hi ToolbarLine ctermfg=NONE ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
117 hi ToolbarButton ctermfg=235 ctermbg=186 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
118 hi NonText ctermfg=68 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
119 hi SpecialKey ctermfg=29 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
120 hi QuickFixLine ctermfg=16 ctermbg=68 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
121 hi Folded ctermfg=241 ctermbg=16 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
122 hi FoldColumn ctermfg=68 ctermbg=16 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
123 hi CursorLine ctermfg=NONE ctermbg=236 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
124 hi CursorColumn ctermfg=NONE ctermbg=236 cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
125 hi ColorColumn ctermfg=NONE ctermbg=16 cterm=NONE
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
126 hi CursorLineNr ctermfg=NONE ctermbg=236 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
127 hi Visual ctermfg=186 ctermbg=64 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
128 hi SignColumn ctermfg=NONE ctermbg=235 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
129 hi VisualNOS ctermfg=186 ctermbg=64 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
130 hi LineNr ctermfg=241 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
131 hi Underlined ctermfg=68 ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
132 hi Error ctermfg=196 ctermbg=231 cterm=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
133 hi ErrorMsg ctermfg=196 ctermbg=16 cterm=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
134 hi ModeMsg ctermfg=235 ctermbg=220 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
135 hi WarningMsg ctermfg=210 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
136 hi MoreMsg ctermfg=29 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
137 hi Question ctermfg=220 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
138 hi Todo ctermfg=196 ctermbg=226 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
139 hi MatchParen ctermfg=16 ctermbg=220 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
140 hi Search ctermfg=16 ctermbg=173 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
141 hi IncSearch ctermfg=16 ctermbg=46 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
142 hi WildMenu ctermfg=235 ctermbg=186 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
143 hi SpellBad ctermfg=196 ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
144 hi SpellCap ctermfg=226 ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
145 hi SpellLocal ctermfg=217 ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
146 hi SpellRare ctermfg=223 ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
147 hi Comment ctermfg=241 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
148 hi String ctermfg=117 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
149 hi Identifier ctermfg=210 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
150 hi Function ctermfg=223 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
151 hi Special ctermfg=186 ctermbg=NONE cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
152 hi Statement ctermfg=68 ctermbg=NONE cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
153 hi Constant ctermfg=217 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
154 hi PreProc ctermfg=173 ctermbg=NONE cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
155 hi Type ctermfg=68 ctermbg=NONE cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
156 hi Operator ctermfg=173 ctermbg=NONE cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
157 hi Define ctermfg=220 ctermbg=NONE cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
158 hi Structure ctermfg=46 ctermbg=NONE cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
159 hi Directory ctermfg=29 ctermbg=NONE cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
160 hi Conceal ctermfg=241 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
161 hi Ignore ctermfg=NONE ctermbg=NONE cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
162 hi Title ctermfg=220 ctermbg=NONE cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
163 hi DiffAdd ctermfg=231 ctermbg=65 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
164 hi DiffChange ctermfg=231 ctermbg=67 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
165 hi DiffText ctermfg=16 ctermbg=251 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
166 hi DiffDelete ctermfg=231 ctermbg=133 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
167 unlet s:t_Co
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
168 finish
822
45fad0f590d0 updated for version 7.0c12
vimboss
parents:
diff changeset
169 endif
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
170
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
171 if s:t_Co >= 16
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
172 hi Normal ctermfg=white ctermbg=black cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
173 hi EndOfBuffer ctermfg=blue ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
174 hi StatusLine ctermfg=black ctermbg=grey cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
175 hi StatusLineNC ctermfg=darkgrey ctermbg=grey cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
176 hi StatusLineTerm ctermfg=black ctermbg=grey cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
177 hi StatusLineTermNC ctermfg=darkgrey ctermbg=grey cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
178 hi VertSplit ctermfg=darkgrey ctermbg=grey cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
179 hi PmenuSel ctermfg=black ctermbg=darkyellow cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
180 hi Pmenu ctermfg=NONE ctermbg=darkgrey cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
181 hi PmenuSbar ctermfg=NONE ctermbg=black cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
182 hi PmenuThumb ctermfg=NONE ctermbg=yellow cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
183 hi TabLineSel ctermfg=black ctermbg=darkyellow cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
184 hi TabLine ctermfg=grey ctermbg=darkgrey cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
185 hi TabLineFill ctermfg=cyan ctermbg=darkgrey cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
186 hi ToolbarLine ctermfg=NONE ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
187 hi ToolbarButton ctermfg=black ctermbg=darkyellow cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
188 hi NonText ctermfg=blue ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
189 hi SpecialKey ctermfg=green ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
190 hi QuickFixLine ctermfg=black ctermbg=blue cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
191 hi Folded ctermfg=darkcyan ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
192 hi FoldColumn ctermfg=darkcyan ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
193 hi CursorLine ctermfg=NONE ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
194 hi CursorColumn ctermfg=NONE ctermbg=NONE cterm=underline
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
195 hi CursorLineNr ctermfg=yellow ctermbg=NONE cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
196 hi ColorColumn ctermfg=white ctermbg=darkgrey cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
197 hi Visual ctermfg=yellow ctermbg=darkgreen cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
198 hi SignColumn ctermfg=NONE ctermbg=black cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
199 hi VisualNOS ctermfg=darkmagenta ctermbg=darkgreen cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
200 hi LineNr ctermfg=grey ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
201 hi Underlined ctermfg=blue ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
202 hi Error ctermfg=darkred ctermbg=white cterm=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
203 hi ErrorMsg ctermfg=darkred ctermbg=black cterm=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
204 hi ModeMsg ctermfg=black ctermbg=yellow cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
205 hi WarningMsg ctermfg=cyan ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
206 hi MoreMsg ctermfg=green ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
207 hi Question ctermfg=yellow ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
208 hi Todo ctermfg=darkred ctermbg=darkyellow cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
209 hi MatchParen ctermfg=black ctermbg=yellow cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
210 hi Search ctermfg=black ctermbg=darkmagenta cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
211 hi IncSearch ctermfg=black ctermbg=darkgreen cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
212 hi WildMenu ctermfg=black ctermbg=darkyellow cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
213 hi SpellBad ctermfg=darkred ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
214 hi SpellCap ctermfg=darkyellow ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
215 hi SpellLocal ctermfg=red ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
216 hi SpellRare ctermfg=darkcyan ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
217 hi Comment ctermfg=darkgrey ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
218 hi String ctermfg=cyan ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
219 hi Identifier ctermfg=darkred ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
220 hi Function ctermfg=yellow ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
221 hi Special ctermfg=darkyellow ctermbg=NONE cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
222 hi Statement ctermfg=blue ctermbg=NONE cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
223 hi Constant ctermfg=red ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
224 hi PreProc ctermfg=darkmagenta ctermbg=NONE cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
225 hi Type ctermfg=blue ctermbg=NONE cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
226 hi Operator ctermfg=darkmagenta ctermbg=NONE cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
227 hi Define ctermfg=yellow ctermbg=NONE cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
228 hi Structure ctermfg=darkgreen ctermbg=NONE cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
229 hi Directory ctermfg=green ctermbg=NONE cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
230 hi Conceal ctermfg=grey ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
231 hi Ignore ctermfg=NONE ctermbg=NONE cterm=NONE
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
232 hi Title ctermfg=yellow ctermbg=NONE cterm=bold
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
233 hi DiffAdd ctermfg=white ctermbg=darkgreen cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
234 hi DiffChange ctermfg=white ctermbg=blue cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
235 hi DiffText ctermfg=black ctermbg=grey cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
236 hi DiffDelete ctermfg=white ctermbg=magenta cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
237 unlet s:t_Co
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
238 finish
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
239 endif
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
240
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
241 if s:t_Co >= 8
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
242 hi Normal ctermfg=grey ctermbg=black cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
243 hi EndOfBuffer ctermfg=darkblue ctermbg=NONE cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
244 hi StatusLine ctermfg=grey ctermbg=black cterm=bold,reverse
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
245 hi StatusLineNC ctermfg=grey ctermbg=black cterm=reverse
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
246 hi StatusLineTerm ctermfg=grey ctermbg=black cterm=bold,reverse
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
247 hi StatusLineTermNC ctermfg=grey ctermbg=black cterm=reverse
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
248 hi VertSplit ctermfg=grey ctermbg=black cterm=reverse
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
249 hi PmenuSel ctermfg=black ctermbg=darkyellow cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
250 hi Pmenu ctermfg=black ctermbg=darkcyan cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
251 hi PmenuSbar ctermfg=NONE ctermbg=black cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
252 hi PmenuThumb ctermfg=NONE ctermbg=darkyellow cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
253 hi TabLineSel ctermfg=black ctermbg=darkyellow cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
254 hi TabLine ctermfg=grey ctermbg=black cterm=reverse
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
255 hi TabLineFill ctermfg=grey ctermbg=black cterm=reverse
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
256 hi ToolbarButton ctermfg=grey ctermbg=black cterm=bold,reverse
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
257 hi NonText ctermfg=darkblue ctermbg=NONE cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
258 hi SpecialKey ctermfg=darkgreen ctermbg=NONE cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
259 hi QuickFixLine ctermfg=black ctermbg=darkblue cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
260 hi Folded ctermfg=darkcyan ctermbg=NONE cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
261 hi FoldColumn ctermfg=darkcyan ctermbg=NONE cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
262 hi CursorLine ctermfg=NONE ctermbg=NONE cterm=underline
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
263 hi CursorColumn ctermfg=NONE ctermbg=NONE cterm=underline
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
264 hi CursorLineNr ctermfg=darkyellow ctermbg=NONE cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
265 hi ColorColumn ctermfg=grey ctermbg=darkred cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
266 hi Visual ctermfg=NONE ctermbg=NONE cterm=reverse
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
267 hi SignColumn ctermfg=NONE ctermbg=NONE cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
268 hi VisualNOS ctermfg=darkmagenta ctermbg=darkgreen cterm=underline
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
269 hi LineNr ctermfg=grey ctermbg=NONE cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
270 hi Underlined ctermfg=NONE ctermbg=NONE cterm=underline
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
271 hi Error ctermfg=darkred ctermbg=grey cterm=reverse
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
272 hi ErrorMsg ctermfg=darkred ctermbg=black cterm=reverse
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
273 hi ModeMsg ctermfg=NONE ctermbg=darkyellow cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
274 hi WarningMsg ctermfg=darkcyan ctermbg=NONE cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
275 hi MoreMsg ctermfg=darkgreen ctermbg=NONE cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
276 hi Question ctermfg=darkyellow ctermbg=NONE cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
277 hi Todo ctermfg=darkred ctermbg=darkyellow cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
278 hi MatchParen ctermfg=black ctermbg=darkyellow cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
279 hi Search ctermfg=black ctermbg=darkmagenta cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
280 hi IncSearch ctermfg=black ctermbg=darkgreen cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
281 hi WildMenu ctermfg=black ctermbg=darkyellow cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
282 hi SpellBad ctermfg=darkred ctermbg=darkyellow cterm=reverse
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
283 hi SpellCap ctermfg=darkyellow ctermbg=NONE cterm=reverse
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
284 hi SpellLocal ctermfg=darkmagenta ctermbg=darkyellow cterm=reverse
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
285 hi SpellRare ctermfg=darkcyan ctermbg=NONE cterm=reverse
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
286 hi Comment ctermfg=grey ctermbg=NONE cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
287 hi String ctermfg=darkcyan ctermbg=NONE cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
288 hi Identifier ctermfg=darkred ctermbg=NONE cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
289 hi Function ctermfg=darkyellow ctermbg=NONE cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
290 hi Special ctermfg=darkyellow ctermbg=NONE cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
291 hi Statement ctermfg=darkblue ctermbg=NONE cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
292 hi Constant ctermfg=darkred ctermbg=NONE cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
293 hi PreProc ctermfg=darkmagenta ctermbg=NONE cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
294 hi Type ctermfg=darkblue ctermbg=NONE cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
295 hi Operator ctermfg=darkmagenta ctermbg=NONE cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
296 hi Define ctermfg=darkyellow ctermbg=NONE cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
297 hi Structure ctermfg=darkgreen ctermbg=NONE cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
298 hi Directory ctermfg=darkgreen ctermbg=NONE cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
299 hi Conceal ctermfg=grey ctermbg=NONE cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
300 hi Ignore ctermfg=NONE ctermbg=NONE cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
301 hi Title ctermfg=darkyellow ctermbg=NONE cterm=bold
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
302 hi DiffAdd ctermfg=white ctermbg=darkgreen cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
303 hi DiffChange ctermfg=white ctermbg=darkblue cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
304 hi DiffText ctermfg=black ctermbg=grey cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
305 hi DiffDelete ctermfg=white ctermbg=darkmagenta cterm=NONE
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
306 unlet s:t_Co
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
307 finish
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
308 endif
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
309
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
310 if s:t_Co >= 0
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
311 hi Normal term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
312 hi ColorColumn term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
313 hi Conceal term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
314 hi Cursor term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
315 hi CursorColumn term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
316 hi CursorLine term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
317 hi CursorLineNr term=bold
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
318 hi DiffAdd term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
319 hi DiffChange term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
320 hi DiffDelete term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
321 hi DiffText term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
322 hi Directory term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
323 hi EndOfBuffer term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
324 hi ErrorMsg term=bold,reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
325 hi FoldColumn term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
326 hi Folded term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
327 hi IncSearch term=bold,reverse,underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
328 hi LineNr term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
329 hi MatchParen term=bold,underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
330 hi ModeMsg term=bold
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
331 hi MoreMsg term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
332 hi NonText term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
333 hi Pmenu term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
334 hi PmenuSbar term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
335 hi PmenuSel term=bold
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
336 hi PmenuThumb term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
337 hi Question term=standout
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
338 hi Search term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
339 hi SignColumn term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
340 hi SpecialKey term=bold
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
341 hi SpellBad term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
342 hi SpellCap term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
343 hi SpellLocal term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
344 hi SpellRare term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
345 hi StatusLine term=bold,reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
346 hi StatusLineNC term=bold,underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
347 hi TabLine term=bold,underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
348 hi TabLineFill term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
349 hi Terminal term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
350 hi TabLineSel term=bold,reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
351 hi Title term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
352 hi VertSplit term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
353 hi Visual term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
354 hi VisualNOS term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
355 hi WarningMsg term=standout
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
356 hi WildMenu term=bold
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
357 hi CursorIM term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
358 hi ToolbarLine term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
359 hi ToolbarButton term=bold,reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
360 hi CurSearch term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
361 hi CursorLineFold term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
362 hi CursorLineSign term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
363 hi Comment term=bold
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
364 hi Constant term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
365 hi Error term=bold,reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
366 hi Identifier term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
367 hi Ignore term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
368 hi PreProc term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
369 hi Special term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
370 hi Statement term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
371 hi Todo term=bold,reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
372 hi Type term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
373 hi Underlined term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
374 unlet s:t_Co
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
375 finish
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
376 endif
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
377
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
378 " Background: dark
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
379 " Color: foreground #FFFFFF 231 white
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
380 " Color: background #262626 235 black
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
381 " Color: color00 #000000 16 black
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
382 " Color: color08 #333333 236 darkgrey
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
383 " Color: color01 #FF0000 196 darkred
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
384 " Color: color09 #FFAFAF 217 red
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
385 " Color: color02 #5F8700 64 darkgreen
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
386 " Color: color10 #00875F 29 green
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
387 " Color: color03 #ffff00 226 darkyellow
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
388 " Color: color11 #FFD700 220 yellow
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
389 " Color: color04 #87d7FF 117 darkblue
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
390 " Color: color12 #5F87D7 68 blue
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
391 " Color: color05 #d7d787 186 darkmagenta
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
392 " Color: color13 #AFAF87 144 magenta
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
393 " Color: color06 #FFD7AF 223 darkcyan
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
394 " Color: color14 #FF8787 210 cyan
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
395 " Color: color07 #666666 241 grey
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
396 " Color: color15 #FFFFFF 231 white
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
397 " Color: color16 #D7875F 173 darkmagenta
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
398 " Color: color17 #00FF00 46 darkgreen
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
399 " Color: Pmenu #4A4A4A 239 darkgrey
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
400 " Term colors: color00 color01 color02 color03 color04 color05 color06 color07
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
401 " Term colors: color08 color09 color10 color11 color12 color13 color14 color15
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
402 " Color: bgDiffA #5F875F 65 darkgreen
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
403 " Color: bgDiffC #5F87AF 67 blue
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
404 " Color: bgDiffD #AF5FAF 133 magenta
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
405 " Color: bgDiffT #C6C6C6 251 grey
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
406 " Color: fgDiffW #FFFFFF 231 white
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
407 " Color: fgDiffB #000000 16 black
29150
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
408 " Color: bgDiffC8 #5F87AF 67 darkblue
d1fe80fb35e6 Update runtime files
Bram Moolenaar <Bram@vim.org>
parents: 28862
diff changeset
409 " Color: bgDiffD8 #AF5FAF 133 darkmagenta
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
410 " vim: et ts=2 sw=2