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

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