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