annotate runtime/colors/murphy.vim @ 29242:8095f317cb9c

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