annotate runtime/colors/slate.vim @ 28862:82244cfc4694

Update runtime files, new color schemes Commit: https://github.com/vim/vim/commit/30ab04e16e1e9e6133590181197b3f8e70cb495e Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 14 13:33:50 2022 +0100 Update runtime files, new color schemes
author Bram Moolenaar <Bram@vim.org>
date Sat, 14 May 2022 14:45:04 +0200
parents b9740fb41986
children d1fe80fb35e6
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
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
7 " Last Updated: Wed May 11 22:56:45 2022
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
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
21 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
22 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
23 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
24 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
25 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
26 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
27 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
28 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
29 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
30 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
31 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
32 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
33 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
34 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
35 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
36 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
37 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
38 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
39 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
40 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
41 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
42 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
43 hi CursorColumn guifg=NONE guibg=#333333 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
44 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
45 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
46 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
47 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
48 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
49 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
50 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
51 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
52 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
53 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
54 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
55 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
56 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
57 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
58 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
59 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
60 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
61 hi ColorColumn guifg=NONE guibg=#000000 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
62 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
63 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
64 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
65 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
66 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
67 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
68 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
69 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
70 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
71 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
72 hi Special guifg=#d7d787 guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
73 hi Statement guifg=#5f87d7 guibg=NONE gui=bold cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
74 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
75 hi PreProc guifg=#d7875f guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
76 hi Type guifg=#5f87d7 guibg=NONE gui=bold cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
77 hi Operator guifg=#d7875f guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
78 hi Define guifg=#ffd700 guibg=NONE gui=bold cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
79 hi Structure guifg=#00ff00 guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
80 hi Directory guifg=#00875f guibg=NONE gui=bold cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
81 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
82 hi Ignore 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
83 hi Title guifg=#ffd700 guibg=NONE gui=bold cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
84 hi! link Terminal Normal
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
85 hi! link LineNrAbove LineNr
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
86 hi! link LineNrBelow LineNr
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
87 hi! link CurSearch Search
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
88 hi! link CursorLineFold CursorLine
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
89 hi! link CursorLineSign CursorLine
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
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
96 hi Normal ctermfg=231 ctermbg=235 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
97 hi EndOfBuffer ctermfg=68 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
98 hi StatusLine ctermfg=16 ctermbg=144 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
99 hi StatusLineNC ctermfg=241 ctermbg=144 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
100 hi StatusLineTerm ctermfg=16 ctermbg=144 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
101 hi StatusLineTermNC ctermfg=241 ctermbg=144 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
102 hi VertSplit ctermfg=241 ctermbg=144 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
103 hi PmenuSel ctermfg=235 ctermbg=186 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
104 hi Pmenu ctermfg=NONE ctermbg=239 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
105 hi PmenuSbar ctermfg=NONE ctermbg=235 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
106 hi PmenuThumb ctermfg=NONE ctermbg=220 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
107 hi TabLineSel ctermfg=16 ctermbg=144 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
108 hi TabLine ctermfg=241 ctermbg=236 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
109 hi TabLineFill ctermfg=210 ctermbg=236 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
110 hi ToolbarLine ctermfg=NONE ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
111 hi ToolbarButton ctermfg=235 ctermbg=186 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
112 hi NonText ctermfg=68 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
113 hi SpecialKey ctermfg=29 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
114 hi QuickFixLine ctermfg=16 ctermbg=68 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
115 hi Folded ctermfg=241 ctermbg=16 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
116 hi FoldColumn ctermfg=68 ctermbg=16 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
117 hi CursorLine ctermfg=NONE ctermbg=236 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
118 hi CursorColumn ctermfg=NONE ctermbg=236 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
119 hi CursorLineNr ctermfg=NONE ctermbg=236 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
120 hi Visual ctermfg=186 ctermbg=64 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
121 hi SignColumn ctermfg=NONE ctermbg=235 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
122 hi VisualNOS ctermfg=186 ctermbg=64 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
123 hi LineNr ctermfg=241 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
124 hi Underlined ctermfg=68 ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
125 hi Error ctermfg=196 ctermbg=231 cterm=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
126 hi ErrorMsg ctermfg=196 ctermbg=16 cterm=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
127 hi ModeMsg ctermfg=235 ctermbg=220 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
128 hi WarningMsg ctermfg=210 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
129 hi MoreMsg ctermfg=29 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
130 hi Question ctermfg=220 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
131 hi Todo ctermfg=196 ctermbg=226 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
132 hi MatchParen ctermfg=16 ctermbg=220 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
133 hi Search ctermfg=16 ctermbg=173 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
134 hi IncSearch ctermfg=16 ctermbg=46 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
135 hi WildMenu ctermfg=235 ctermbg=186 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
136 hi ColorColumn ctermfg=NONE ctermbg=16 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
137 hi Cursor ctermfg=236 ctermbg=186 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
138 hi lCursor ctermfg=235 ctermbg=217 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
139 hi SpellBad ctermfg=196 ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
140 hi SpellCap ctermfg=226 ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
141 hi SpellLocal ctermfg=217 ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
142 hi SpellRare ctermfg=223 ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
143 hi Comment ctermfg=241 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
144 hi String ctermfg=117 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
145 hi Identifier ctermfg=210 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
146 hi Function ctermfg=223 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
147 hi Special ctermfg=186 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
148 hi Statement ctermfg=68 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
149 hi Constant ctermfg=217 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
150 hi PreProc ctermfg=173 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
151 hi Type ctermfg=68 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
152 hi Operator ctermfg=173 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
153 hi Define ctermfg=220 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
154 hi Structure ctermfg=46 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
155 hi Directory ctermfg=29 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
156 hi Conceal ctermfg=241 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
157 hi Ignore ctermfg=NONE ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
158 hi Title ctermfg=220 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
159 hi! link Terminal Normal
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
160 hi! link LineNrAbove LineNr
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
161 hi! link LineNrBelow LineNr
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
162 hi! link CurSearch Search
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
163 hi! link CursorLineFold CursorLine
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
164 hi! link CursorLineSign CursorLine
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
165 hi DiffAdd ctermfg=231 ctermbg=65 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
166 hi DiffChange ctermfg=231 ctermbg=67 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
167 hi DiffText ctermfg=16 ctermbg=251 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
168 hi DiffDelete ctermfg=231 ctermbg=133 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
169 unlet s:t_Co
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
170 finish
822
45fad0f590d0 updated for version 7.0c12
vimboss
parents:
diff changeset
171 endif
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
172
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
173 if s:t_Co >= 16
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
174 hi Normal ctermfg=white ctermbg=black cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
175 hi EndOfBuffer ctermfg=blue ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
176 hi StatusLine ctermfg=black ctermbg=grey cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
177 hi StatusLineNC ctermfg=darkgrey ctermbg=grey cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
178 hi StatusLineTerm ctermfg=black ctermbg=grey cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
179 hi StatusLineTermNC ctermfg=darkgrey ctermbg=grey cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
180 hi VertSplit ctermfg=darkgrey ctermbg=grey cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
181 hi PmenuSel ctermfg=black ctermbg=darkyellow cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
182 hi Pmenu ctermfg=NONE ctermbg=darkgrey cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
183 hi PmenuSbar ctermfg=NONE ctermbg=black cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
184 hi PmenuThumb ctermfg=NONE ctermbg=yellow cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
185 hi TabLineSel ctermfg=black ctermbg=darkyellow cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
186 hi TabLine ctermfg=grey ctermbg=darkgrey cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
187 hi TabLineFill ctermfg=cyan ctermbg=darkgrey cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
188 hi ToolbarLine ctermfg=NONE ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
189 hi ToolbarButton ctermfg=black ctermbg=darkyellow cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
190 hi NonText ctermfg=blue ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
191 hi SpecialKey ctermfg=green ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
192 hi QuickFixLine ctermfg=black ctermbg=blue cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
193 hi Folded ctermfg=darkcyan ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
194 hi FoldColumn ctermfg=darkcyan ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
195 hi CursorLine ctermfg=NONE ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
196 hi CursorColumn ctermfg=NONE ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
197 hi CursorLineNr ctermfg=yellow ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
198 hi ColorColumn ctermfg=white ctermbg=darkgrey cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
199 hi Visual ctermfg=yellow ctermbg=darkgreen cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
200 hi SignColumn ctermfg=NONE ctermbg=black cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
201 hi VisualNOS ctermfg=darkmagenta ctermbg=darkgreen cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
202 hi LineNr ctermfg=grey ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
203 hi Underlined ctermfg=blue ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
204 hi Error ctermfg=darkred ctermbg=white cterm=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
205 hi ErrorMsg ctermfg=darkred ctermbg=black cterm=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
206 hi ModeMsg ctermfg=black ctermbg=yellow cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
207 hi WarningMsg ctermfg=cyan ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
208 hi MoreMsg ctermfg=green ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
209 hi Question ctermfg=yellow ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
210 hi Todo ctermfg=darkred ctermbg=darkyellow cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
211 hi MatchParen ctermfg=black ctermbg=yellow cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
212 hi Search ctermfg=black ctermbg=darkmagenta cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
213 hi IncSearch ctermfg=black ctermbg=darkgreen cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
214 hi WildMenu ctermfg=black ctermbg=darkyellow cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
215 hi ColorColumn ctermfg=white ctermbg=darkgrey cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
216 hi Cursor ctermfg=darkgrey ctermbg=darkmagenta cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
217 hi lCursor ctermfg=black ctermbg=red cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
218 hi SpellBad ctermfg=darkred ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
219 hi SpellCap ctermfg=darkyellow ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
220 hi SpellLocal ctermfg=red ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
221 hi SpellRare ctermfg=darkcyan ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
222 hi Comment ctermfg=darkgrey ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
223 hi String ctermfg=cyan ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
224 hi Identifier ctermfg=darkred ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
225 hi Function ctermfg=yellow ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
226 hi Special ctermfg=darkyellow ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
227 hi Statement ctermfg=blue ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
228 hi Constant ctermfg=red ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
229 hi PreProc ctermfg=darkmagenta ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
230 hi Type ctermfg=blue ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
231 hi Operator ctermfg=darkmagenta ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
232 hi Define ctermfg=yellow ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
233 hi Structure ctermfg=darkgreen ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
234 hi Directory ctermfg=green ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
235 hi Conceal ctermfg=grey ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
236 hi Ignore ctermfg=NONE ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
237 hi Title ctermfg=yellow ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
238 hi! link Terminal Normal
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
239 hi! link LineNrAbove LineNr
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
240 hi! link LineNrBelow LineNr
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
241 hi! link CurSearch Search
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
242 hi! link CursorLineFold CursorLine
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
243 hi! link CursorLineSign CursorLine
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
244 hi DiffAdd ctermfg=white ctermbg=darkgreen cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
245 hi DiffChange ctermfg=white ctermbg=blue cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
246 hi DiffText ctermfg=black ctermbg=grey cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
247 hi DiffDelete ctermfg=white ctermbg=magenta cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
248 unlet s:t_Co
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
249 finish
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
250 endif
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
251
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
252 if s:t_Co >= 0
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
253 hi Normal term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
254 hi ColorColumn term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
255 hi Conceal term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
256 hi Cursor term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
257 hi CursorColumn term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
258 hi CursorLine term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
259 hi CursorLineNr term=bold
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
260 hi DiffAdd term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
261 hi DiffChange term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
262 hi DiffDelete term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
263 hi DiffText term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
264 hi Directory term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
265 hi EndOfBuffer term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
266 hi ErrorMsg term=bold,reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
267 hi FoldColumn term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
268 hi Folded term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
269 hi IncSearch term=bold,reverse,underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
270 hi LineNr term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
271 hi MatchParen term=bold,underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
272 hi ModeMsg term=bold
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
273 hi MoreMsg term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
274 hi NonText term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
275 hi Pmenu term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
276 hi PmenuSbar term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
277 hi PmenuSel term=bold
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
278 hi PmenuThumb term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
279 hi Question term=standout
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
280 hi Search term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
281 hi SignColumn term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
282 hi SpecialKey term=bold
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
283 hi SpellBad term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
284 hi SpellCap term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
285 hi SpellLocal term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
286 hi SpellRare term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
287 hi StatusLine term=bold,reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
288 hi StatusLineNC term=bold,underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
289 hi TabLine term=bold,underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
290 hi TabLineFill term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
291 hi Terminal term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
292 hi TabLineSel term=bold,reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
293 hi Title term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
294 hi VertSplit term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
295 hi Visual term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
296 hi VisualNOS term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
297 hi WarningMsg term=standout
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
298 hi WildMenu term=bold
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
299 hi CursorIM term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
300 hi ToolbarLine term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
301 hi ToolbarButton term=bold,reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
302 hi CurSearch term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
303 hi CursorLineFold term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
304 hi CursorLineSign term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
305 hi Comment term=bold
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
306 hi Constant term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
307 hi Error term=bold,reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
308 hi Identifier term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
309 hi Ignore term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
310 hi PreProc term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
311 hi Special term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
312 hi Statement term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
313 hi Todo term=bold,reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
314 hi Type term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
315 hi Underlined term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
316 unlet s:t_Co
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
317 finish
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
318 endif
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
319
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
320 " Background: dark
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
321 " Color: foreground #FFFFFF 231 white
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
322 " Color: background #262626 235 black
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
323 " Color: color00 #000000 16 black
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
324 " Color: color08 #333333 236 darkgrey
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
325 " Color: color01 #FF0000 196 darkred
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
326 " Color: color09 #FFAFAF 217 red
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
327 " Color: color02 #5F8700 64 darkgreen
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
328 " Color: color10 #00875F 29 green
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
329 " Color: color03 #ffff00 226 darkyellow
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
330 " Color: color11 #FFD700 220 yellow
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
331 " Color: color04 #87d7FF 117 darkblue
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
332 " Color: color12 #5F87D7 68 blue
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
333 " Color: color05 #d7d787 186 darkmagenta
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
334 " Color: color13 #AFAF87 144 magenta
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
335 " Color: color06 #FFD7AF 223 darkcyan
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
336 " Color: color14 #FF8787 210 cyan
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
337 " Color: color07 #666666 241 grey
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
338 " Color: color15 #FFFFFF 231 white
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
339 " Color: color16 #D7875F 173 darkmagenta
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
340 " Color: color17 #00FF00 46 darkgreen
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
341 " Color: Pmenu #4A4A4A 239 darkgrey
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
342 " 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
343 " 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
344 " Color: bgDiffA #5F875F 65 darkgreen
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
345 " Color: bgDiffC #5F87AF 67 blue
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
346 " Color: bgDiffD #AF5FAF 133 magenta
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
347 " Color: bgDiffT #C6C6C6 251 grey
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
348 " Color: fgDiffW #FFFFFF 231 white
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
349 " Color: fgDiffB #000000 16 black
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 1619
diff changeset
350 " vim: et ts=2 sw=2