annotate runtime/colors/evening.vim @ 29064:3fbc7462de59 v8.2.5054

patch 8.2.5054: no good filetype for conf files similar to dosini Commit: https://github.com/vim/vim/commit/635f48010dcf6d97f3a65b4785e1726ad386d3eb Author: Mudskipper875 <89634034+Mudskipper875@users.noreply.github.com> Date: Fri Jun 3 18:40:53 2022 +0100 patch 8.2.5054: no good filetype for conf files similar to dosini Problem: No good filetype for conf files similar to dosini. Solution: Add the confini filetype. (closes https://github.com/vim/vim/issues/10510)
author Bram Moolenaar <Bram@vim.org>
date Fri, 03 Jun 2022 19:45:02 +0200
parents 82244cfc4694
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: 10261
diff changeset
1 " Name: evening
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
2 " Description: This color scheme uses a dark grey background.
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
3 " Author: Original author Bram Moolenaar <Bram@vim.org>
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
4 " Maintainer: Original maintainer Steven Vertigan <steven@vertigan.wattle.id.au>
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
5 " Website: https://github.com/vim/colorschemes
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
6 " License: Same as Vim
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
7 " Last Updated: Wed May 11 22:56:37 2022
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
8
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
9 " Generated by Colortemplate v2.2.0
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
10
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
11 set background=dark
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
12
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
13 hi clear
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
14 let g:colors_name = 'evening'
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
15
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
16 let s:t_Co = exists('&t_Co') && !empty(&t_Co) && &t_Co > 1 ? &t_Co : 1
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
17
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
18 if (has('termguicolors') && &termguicolors) || has('gui_running')
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
19 let g:terminal_ansi_colors = ['#000000', '#ffa500', '#2e8b57', '#ffff00', '#006faf', '#8b008b', '#008b8b', '#bebebe', '#4d4d4d', '#ff5f5f', '#00ff00', '#ffff60', '#0087ff', '#ff80ff', '#00ffff', '#ffffff']
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
20 endif
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
21 hi Normal guifg=#ffffff guibg=#333333 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
22 hi ColorColumn guifg=NONE guibg=#8b0000 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
23 hi CursorLine guifg=NONE guibg=#666666 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
24 hi CursorLineNr guifg=#ffff00 guibg=#666666 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
25 hi EndOfBuffer guifg=#add8e6 guibg=#4d4d4d gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
26 hi StatusLine guifg=#333333 guibg=#ffffff gui=bold cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
27 hi StatusLineNC guifg=#333333 guibg=#d3d3d3 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
28 hi TabLineSel guifg=#333333 guibg=#ffffff gui=bold cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
29 hi TabLine guifg=#333333 guibg=#d3d3d3 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
30 hi QuickFixLine guifg=#ffffff guibg=#8b008b gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
31 hi Pmenu guifg=#ffffff guibg=#4d4d4d gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
32 hi PmenuSbar guifg=NONE guibg=NONE gui=NONE ctermfg=NONE ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
33 hi PmenuSel guifg=#000000 guibg=#bebebe gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
34 hi PmenuThumb guifg=NONE guibg=#ffffff gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
35 hi LineNr guifg=#ffff00 guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
36 hi Conceal guifg=NONE guibg=NONE gui=NONE ctermfg=NONE ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
37 hi Cursor guifg=#000000 guibg=#00ff00 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
38 hi Error guifg=#ff0000 guibg=#ffffff gui=reverse cterm=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
39 hi ErrorMsg guifg=#ffffff guibg=#ff0000 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
40 hi FoldColumn guifg=#add8e6 guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
41 hi Folded guifg=#00008b guibg=#d3d3d3 gui=bold cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
42 hi IncSearch guifg=#00ff00 guibg=NONE gui=reverse cterm=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
43 hi MatchParen guifg=NONE guibg=#008b8b gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
44 hi ModeMsg guifg=NONE guibg=NONE gui=bold ctermfg=NONE ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
45 hi MoreMsg guifg=#2e8b57 guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
46 hi NonText guifg=#add8e6 guibg=#4d4d4d gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
47 hi Question guifg=#00ff00 guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
48 hi Search guifg=#000000 guibg=#ffff00 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
49 hi SignColumn guifg=#008b8b guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
50 hi SpecialKey guifg=#00ffff guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
51 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: 10261
diff changeset
52 hi SpellCap guifg=#00ff00 guibg=NONE guisp=#00ff00 gui=undercurl cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
53 hi SpellLocal guifg=#00ffff guibg=NONE guisp=#00ffff gui=undercurl cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
54 hi SpellRare guifg=#ff80ff guibg=NONE guisp=#ff80ff gui=undercurl cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
55 hi! link StatusLineTerm StatusLine
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
56 hi! link StatusLineTermNC StatusLineNC
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
57 hi! link TabLineFill TabLine
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
58 hi ToolbarButton guifg=NONE guibg=#999999 gui=bold cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
59 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: 10261
diff changeset
60 hi VertSplit guifg=#ffffff guibg=#ffffff gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
61 hi Visual guifg=#ffffff guibg=#999999 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
62 hi VisualNOS guifg=NONE guibg=NONE gui=bold,underline ctermfg=NONE ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
63 hi WarningMsg guifg=#ff0000 guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
64 hi WildMenu guifg=#000000 guibg=#ffff00 gui=bold cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
65 hi debugBreakpoint guifg=#00008b guibg=#ff0000 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
66 hi debugPC guifg=#00008b guibg=#0000ff gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
67 hi! link Terminal Normal
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
68 hi! link CursorColumn CursorLine
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
69 hi! link CursorIM Cursor
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
70 hi! link LineNrAbove LineNr
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
71 hi! link LineNrBelow LineNr
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
72 hi! link Debug Special
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
73 hi! link diffAdded String
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
74 hi! link diffRemoved WarningMsg
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
75 hi! link diffOnly WarningMsg
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
76 hi! link diffNoEOL WarningMsg
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
77 hi! link diffIsA WarningMsg
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
78 hi! link diffIdentical WarningMsg
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
79 hi! link diffDiffer WarningMsg
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
80 hi! link diffCommon WarningMsg
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
81 hi! link diffBDiffer WarningMsg
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
82 hi! link lCursor Cursor
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
83 hi! link CurSearch Search
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
84 hi! link CursorLineFold CursorLine
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
85 hi! link CursorLineSign CursorLine
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
86 hi Directory guifg=#00ffff guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
87 hi Title guifg=#ff80ff guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
88 hi Comment guifg=#80a0ff guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
89 hi Constant guifg=#ffa0a0 guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
90 hi Identifier guifg=#00ffff guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
91 hi Ignore guifg=#333333 guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
92 hi PreProc guifg=#ff80ff guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
93 hi Special guifg=#ffa500 guibg=NONE gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
94 hi Statement guifg=#ffff60 guibg=NONE gui=bold cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
95 hi Todo guifg=#ffff00 guibg=#0000ff gui=reverse cterm=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
96 hi Type guifg=#00ff00 guibg=NONE gui=bold cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
97 hi Underlined guifg=#80a0ff guibg=NONE gui=underline cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
98 hi! link Boolean Constant
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
99 hi! link Character Constant
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
100 hi! link Conditional Statement
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
101 hi! link Define PreProc
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
102 hi! link Delimiter Special
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
103 hi! link Exception Statement
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
104 hi! link Float Constant
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
105 hi! link Function Identifier
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
106 hi! link Include PreProc
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
107 hi! link Keyword Statement
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
108 hi! link Label Statement
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
109 hi! link Macro PreProc
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
110 hi! link Number Constant
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
111 hi! link Operator Statement
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
112 hi! link PreCondit PreProc
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
113 hi! link Repeat Statement
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
114 hi! link SpecialChar Special
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
115 hi! link SpecialComment Special
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
116 hi! link StorageClass Type
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
117 hi! link String Constant
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
118 hi! link Structure Type
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
119 hi! link Tag Special
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
120 hi! link Typedef Type
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
121 hi DiffAdd guifg=#ffffff guibg=#5f875f gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
122 hi DiffChange guifg=#ffffff guibg=#5f87af gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
123 hi DiffText guifg=#000000 guibg=#c6c6c6 gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
124 hi DiffDelete guifg=#ffffff guibg=#af5faf gui=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
125
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
126 if s:t_Co >= 256
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
127 hi Normal ctermfg=231 ctermbg=236 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
128 hi ColorColumn ctermfg=NONE ctermbg=88 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
129 hi CursorLine ctermfg=NONE ctermbg=241 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
130 hi CursorLineNr ctermfg=226 ctermbg=241 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
131 hi EndOfBuffer ctermfg=153 ctermbg=239 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
132 hi StatusLine ctermfg=236 ctermbg=231 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
133 hi StatusLineNC ctermfg=236 ctermbg=252 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
134 hi TabLineSel ctermfg=236 ctermbg=231 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
135 hi TabLine ctermfg=236 ctermbg=252 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
136 hi QuickFixLine ctermfg=231 ctermbg=90 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
137 hi Pmenu ctermfg=231 ctermbg=239 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
138 hi PmenuSbar ctermfg=NONE ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
139 hi PmenuSel ctermfg=16 ctermbg=250 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
140 hi PmenuThumb ctermfg=NONE ctermbg=231 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
141 hi LineNr ctermfg=226 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
142 hi Conceal ctermfg=NONE ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
143 hi Cursor ctermfg=16 ctermbg=46 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
144 hi Error ctermfg=196 ctermbg=231 cterm=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
145 hi ErrorMsg ctermfg=231 ctermbg=196 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
146 hi FoldColumn ctermfg=153 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
147 hi Folded ctermfg=18 ctermbg=252 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
148 hi IncSearch ctermfg=46 ctermbg=NONE cterm=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
149 hi MatchParen ctermfg=NONE ctermbg=30 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
150 hi ModeMsg ctermfg=NONE ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
151 hi MoreMsg ctermfg=29 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
152 hi NonText ctermfg=153 ctermbg=239 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
153 hi Question ctermfg=46 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
154 hi Search ctermfg=16 ctermbg=226 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
155 hi SignColumn ctermfg=30 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
156 hi SpecialKey ctermfg=51 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
157 hi SpellBad ctermfg=196 ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
158 hi SpellCap ctermfg=46 ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
159 hi SpellLocal ctermfg=51 ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
160 hi SpellRare ctermfg=201 ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
161 hi! link StatusLineTerm StatusLine
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
162 hi! link StatusLineTermNC StatusLineNC
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
163 hi! link TabLineFill TabLine
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
164 hi ToolbarButton ctermfg=NONE ctermbg=246 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
165 hi ToolbarLine ctermfg=NONE ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
166 hi VertSplit ctermfg=231 ctermbg=231 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
167 hi Visual ctermfg=231 ctermbg=246 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
168 hi VisualNOS ctermfg=NONE ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
169 hi WarningMsg ctermfg=196 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
170 hi WildMenu ctermfg=16 ctermbg=226 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
171 hi debugBreakpoint ctermfg=18 ctermbg=196 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
172 hi debugPC ctermfg=18 ctermbg=21 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
173 hi! link Terminal Normal
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
174 hi! link CursorColumn CursorLine
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
175 hi! link CursorIM Cursor
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
176 hi! link LineNrAbove LineNr
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
177 hi! link LineNrBelow LineNr
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
178 hi! link Debug Special
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
179 hi! link diffAdded String
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
180 hi! link diffRemoved WarningMsg
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
181 hi! link diffOnly WarningMsg
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
182 hi! link diffNoEOL WarningMsg
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
183 hi! link diffIsA WarningMsg
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
184 hi! link diffIdentical WarningMsg
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
185 hi! link diffDiffer WarningMsg
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
186 hi! link diffCommon WarningMsg
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
187 hi! link diffBDiffer WarningMsg
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
188 hi! link lCursor Cursor
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
189 hi! link CurSearch Search
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
190 hi! link CursorLineFold CursorLine
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
191 hi! link CursorLineSign CursorLine
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
192 hi Directory ctermfg=51 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
193 hi Title ctermfg=201 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
194 hi Comment ctermfg=111 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
195 hi Constant ctermfg=217 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
196 hi Identifier ctermfg=51 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
197 hi Ignore ctermfg=236 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
198 hi PreProc ctermfg=201 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
199 hi Special ctermfg=214 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
200 hi Statement ctermfg=227 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
201 hi Todo ctermfg=226 ctermbg=21 cterm=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
202 hi Type ctermfg=46 ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
203 hi Underlined ctermfg=111 ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
204 hi! link Boolean Constant
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
205 hi! link Character Constant
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
206 hi! link Conditional Statement
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
207 hi! link Define PreProc
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
208 hi! link Delimiter Special
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
209 hi! link Exception Statement
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
210 hi! link Float Constant
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
211 hi! link Function Identifier
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
212 hi! link Include PreProc
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
213 hi! link Keyword Statement
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
214 hi! link Label Statement
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
215 hi! link Macro PreProc
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
216 hi! link Number Constant
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
217 hi! link Operator Statement
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
218 hi! link PreCondit PreProc
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
219 hi! link Repeat Statement
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
220 hi! link SpecialChar Special
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
221 hi! link SpecialComment Special
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
222 hi! link StorageClass Type
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
223 hi! link String Constant
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
224 hi! link Structure Type
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
225 hi! link Tag Special
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
226 hi! link Typedef Type
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
227 hi DiffAdd ctermfg=231 ctermbg=65 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
228 hi DiffChange ctermfg=231 ctermbg=67 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
229 hi DiffText ctermfg=16 ctermbg=251 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
230 hi DiffDelete ctermfg=231 ctermbg=133 cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
231 unlet s:t_Co
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
232 finish
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
233 endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
234
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
235 if s:t_Co >= 16
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
236 hi Normal ctermfg=white ctermbg=black cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
237 hi ColorColumn ctermfg=white ctermbg=darkred cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
238 hi CursorLine ctermfg=NONE ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
239 hi CursorLineNr ctermfg=NONE ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
240 hi EndOfBuffer ctermfg=lightblue ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
241 hi StatusLine ctermfg=black ctermbg=white cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
242 hi StatusLineNC ctermfg=black ctermbg=gray cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
243 hi TabLineSel ctermfg=black ctermbg=white cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
244 hi TabLine ctermfg=black ctermbg=gray cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
245 hi QuickFixLine ctermfg=white ctermbg=darkmagenta cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
246 hi Pmenu ctermfg=white ctermbg=darkgray cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
247 hi PmenuSbar ctermfg=NONE ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
248 hi PmenuSel ctermfg=black ctermbg=gray cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
249 hi PmenuThumb ctermfg=NONE ctermbg=white cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
250 hi LineNr ctermfg=darkyellow ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
251 hi Conceal ctermfg=NONE ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
252 hi Cursor ctermfg=black ctermbg=green cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
253 hi Error ctermfg=red ctermbg=white cterm=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
254 hi ErrorMsg ctermfg=white ctermbg=red cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
255 hi FoldColumn ctermfg=lightblue ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
256 hi Folded ctermfg=darkblue ctermbg=gray cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
257 hi IncSearch ctermfg=green ctermbg=NONE cterm=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
258 hi MatchParen ctermfg=NONE ctermbg=darkcyan cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
259 hi ModeMsg ctermfg=NONE ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
260 hi MoreMsg ctermfg=darkgreen ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
261 hi NonText ctermfg=lightblue ctermbg=darkgray cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
262 hi Question ctermfg=green ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
263 hi Search ctermfg=black ctermbg=darkyellow cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
264 hi SignColumn ctermfg=darkcyan ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
265 hi SpecialKey ctermfg=cyan ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
266 hi SpellBad ctermfg=red ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
267 hi SpellCap ctermfg=green ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
268 hi SpellLocal ctermfg=cyan ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
269 hi SpellRare ctermfg=darkmagenta ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
270 hi! link StatusLineTerm StatusLine
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
271 hi! link StatusLineTermNC StatusLineNC
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
272 hi! link TabLineFill TabLine
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
273 hi ToolbarButton ctermfg=NONE ctermbg=darkgray cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
274 hi ToolbarLine ctermfg=NONE ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
275 hi VertSplit ctermfg=white ctermbg=white cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
276 hi Visual ctermfg=white ctermbg=darkgray cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
277 hi VisualNOS ctermfg=NONE ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
278 hi WarningMsg ctermfg=red ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
279 hi WildMenu ctermfg=black ctermbg=darkyellow cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
280 hi debugBreakpoint ctermfg=darkblue ctermbg=red cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
281 hi debugPC ctermfg=darkblue ctermbg=blue cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
282 hi! link Terminal Normal
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
283 hi! link CursorColumn CursorLine
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
284 hi! link CursorIM Cursor
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
285 hi! link LineNrAbove LineNr
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
286 hi! link LineNrBelow LineNr
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
287 hi! link Debug Special
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
288 hi! link diffAdded String
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
289 hi! link diffRemoved WarningMsg
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
290 hi! link diffOnly WarningMsg
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
291 hi! link diffNoEOL WarningMsg
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
292 hi! link diffIsA WarningMsg
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
293 hi! link diffIdentical WarningMsg
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
294 hi! link diffDiffer WarningMsg
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
295 hi! link diffCommon WarningMsg
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
296 hi! link diffBDiffer WarningMsg
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
297 hi! link lCursor Cursor
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
298 hi! link CurSearch Search
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
299 hi! link CursorLineFold CursorLine
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
300 hi! link CursorLineSign CursorLine
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
301 hi Directory ctermfg=cyan ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
302 hi Title ctermfg=darkmagenta ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
303 hi Comment ctermfg=lightblue ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
304 hi Constant ctermfg=magenta ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
305 hi Identifier ctermfg=cyan ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
306 hi Ignore ctermfg=gray ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
307 hi PreProc ctermfg=darkmagenta ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
308 hi Special ctermfg=darkred ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
309 hi Statement ctermfg=yellow ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
310 hi Todo ctermfg=darkyellow ctermbg=blue cterm=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
311 hi Type ctermfg=green ctermbg=NONE cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
312 hi Underlined ctermfg=lightblue ctermbg=NONE cterm=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
313 hi! link Boolean Constant
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
314 hi! link Character Constant
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
315 hi! link Conditional Statement
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
316 hi! link Define PreProc
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
317 hi! link Delimiter Special
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
318 hi! link Exception Statement
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
319 hi! link Float Constant
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
320 hi! link Function Identifier
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
321 hi! link Include PreProc
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
322 hi! link Keyword Statement
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
323 hi! link Label Statement
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
324 hi! link Macro PreProc
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
325 hi! link Number Constant
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
326 hi! link Operator Statement
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
327 hi! link PreCondit PreProc
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
328 hi! link Repeat Statement
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
329 hi! link SpecialChar Special
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
330 hi! link SpecialComment Special
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
331 hi! link StorageClass Type
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
332 hi! link String Constant
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
333 hi! link Structure Type
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
334 hi! link Tag Special
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
335 hi! link Typedef Type
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
336 hi DiffAdd ctermfg=white ctermbg=darkgreen cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
337 hi DiffChange ctermfg=white ctermbg=blue cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
338 hi DiffText ctermfg=black ctermbg=grey cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
339 hi DiffDelete ctermfg=white ctermbg=magenta cterm=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
340 unlet s:t_Co
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
341 finish
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
342 endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
343
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
344 if s:t_Co >= 0
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
345 hi Normal term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
346 hi ColorColumn term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
347 hi Conceal term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
348 hi Cursor term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
349 hi CursorColumn term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
350 hi CursorLine term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
351 hi CursorLineNr term=bold
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
352 hi DiffAdd term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
353 hi DiffChange term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
354 hi DiffDelete term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
355 hi DiffText term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
356 hi Directory term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
357 hi EndOfBuffer term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
358 hi ErrorMsg term=bold,reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
359 hi FoldColumn term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
360 hi Folded term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
361 hi IncSearch term=bold,reverse,underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
362 hi LineNr term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
363 hi MatchParen term=bold,underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
364 hi ModeMsg term=bold
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
365 hi MoreMsg term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
366 hi NonText term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
367 hi Pmenu term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
368 hi PmenuSbar term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
369 hi PmenuSel term=bold
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
370 hi PmenuThumb term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
371 hi Question term=standout
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
372 hi Search term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
373 hi SignColumn term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
374 hi SpecialKey term=bold
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
375 hi SpellBad term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
376 hi SpellCap term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
377 hi SpellLocal term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
378 hi SpellRare term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
379 hi StatusLine term=bold,reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
380 hi StatusLineNC term=bold,underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
381 hi TabLine term=bold,underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
382 hi TabLineFill term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
383 hi Terminal term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
384 hi TabLineSel term=bold,reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
385 hi Title term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
386 hi VertSplit term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
387 hi Visual term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
388 hi VisualNOS term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
389 hi WarningMsg term=standout
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
390 hi WildMenu term=bold
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
391 hi CursorIM term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
392 hi ToolbarLine term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
393 hi ToolbarButton term=bold,reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
394 hi CurSearch term=reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
395 hi CursorLineFold term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
396 hi CursorLineSign term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
397 hi Comment term=bold
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
398 hi Constant term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
399 hi Error term=bold,reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
400 hi Identifier term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
401 hi Ignore term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
402 hi PreProc term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
403 hi Special term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
404 hi Statement term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
405 hi Todo term=bold,reverse
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
406 hi Type term=NONE
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
407 hi Underlined term=underline
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
408 unlet s:t_Co
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
409 finish
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
410 endif
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
411
28862
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
412 " Background: dark
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
413 " Color: lightmagenta #ffa0a0 217 magenta
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
414 " Color: blue #0000ff 21 blue
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
415 " Color: cyan #00ffff 51 cyan
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
416 " Color: yellow #ffff00 226 darkyellow
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
417 " Color: white #ffffff 231 white
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
418 " Color: black #000000 16 black
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
419 " Color: green #00ff00 46 green
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
420 " Color: magenta #ff80ff 201 darkmagenta
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
421 " Color: red #ff0000 196 red
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
422 " Color: lightyellow #ffff60 227 yellow
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
423 " Color: darkblue #00008b 18 darkblue
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
424 " Color: darkcyan #008b8b 30 darkcyan
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
425 " Color: darkmagenta #8b008b 90 darkmagenta
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
426 " Color: lightblue #add8e6 153 lightblue
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
427 " Color: orange #ffa500 214 darkred
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
428 " Color: seagreen #2e8b57 29 darkgreen
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
429 " Color: lightgrey #d3d3d3 252 gray
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
430 " Color: grey #bebebe 250 gray
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
431 " Color: grey20 #333333 236 gray
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
432 " Color: grey30 #4d4d4d 239 darkgray
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
433 " Color: grey40 #666666 241 darkgray
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
434 " Color: grey60 #999999 246 darkgray
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
435 " Color: xtermblue #0087ff 33 blue
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
436 " Color: xtermdarkblue #006faf 25 darkblue
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
437 " Color: xtermred #ff5f5f 203 red
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
438 " Color: comment #80a0ff 111 lightblue
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
439 " Color: darkred #8b0000 88 darkred
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
440 " Term colors: black orange seagreen yellow xtermdarkblue darkmagenta darkcyan grey
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
441 " Term colors: grey30 xtermred green lightyellow xtermblue magenta cyan white
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
442 " Color: bgDiffA #5F875F 65 darkgreen
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
443 " Color: bgDiffC #5F87AF 67 blue
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
444 " Color: bgDiffD #AF5FAF 133 magenta
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
445 " Color: bgDiffT #C6C6C6 251 grey
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
446 " Color: fgDiffW #FFFFFF 231 white
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
447 " Color: fgDiffB #000000 16 black
82244cfc4694 Update runtime files, new color schemes
Bram Moolenaar <Bram@vim.org>
parents: 10261
diff changeset
448 " vim: et ts=2 sw=2