All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
1 ; vim: ft=colortemplate fdm=marker
3 ; Default highlight groups {{{
4 #if !has('gui_running') && get(g:, '@optionprefix_dimmed', 0)
6 #if !has('gui_running') && &background ==# 'light'
7 #if !has('gui_running') && get(g:, '@optionprefix_transparent', 0)
12 #elseif !has('gui_running') && &background ==# 'dark'
13 #if get(g:, '@optionprefix_transparent', 0)
14 Normal brightwhite none
16 Normal brightwhite bg0
20 Constant darkgreen none
21 Directory darkblue none bold
22 Error darkred none t=reverse,bold g=standout,bold
23 Function darkcyan none
24 Identifier darkblue none
26 MoreMsg darkgreen none
28 Statement darkred none
29 Special darkyellow none
30 Todo darkcyan none reverse
31 WarningMsg darkred none
32 WildMenu darkblue bg2 bold
35 #if !has('gui_running') && get(g:, '@optionprefix_transparent', 0)
42 Directory blue none bold
43 Error red none t=reverse,bold g=standout,bold
51 Todo cyan none reverse
53 WildMenu blue bg2 bold
55 #if !has('gui_running') && get(g:, '@optionprefix_transparent', 0)
56 ; transparent background
57 CursorLineNr yellow none
58 FoldColumn darkgray none
63 CursorLineNr yellow bg1
64 FoldColumn darkgray bg1
69 ; Group Fg Bg Attributes
70 ColorColumn none bg1 bold
71 Cursor none none reverse,bold
73 CursorLine none bg1 bold
74 DiffAdd none diffgreen
75 DiffAdded none diffgreen
76 DiffChange none diffblue
77 DiffDelete none diffred
78 DiffRemoved none diffred
79 DiffText none diffgreen
82 Folded bg3 bg1 g=italic
83 IncSearch yellow black reverse
86 MatchParen none bg2 bold
92 Question darkyellow none
93 QuickFixLine -> Search
94 Search brightyellow black reverse
96 SpellBad red none t=underline g=italic,undercurl
97 SpellCap blue none t=underline g=italic,undercurl
98 SpellLocal cyan none t=underline g=italic,undercurl
99 SpellRare magenta none t=underline g=italic,undercurl
102 StatusLineTerm -> StatusLine
103 StatusLineTermNC -> StatusLineNC
104 TabLine -> TabLineFill
110 ; Other conventional group names (see `:help group-name`)
112 Character -> Constant
114 Conditional -> Statement
118 Exception -> Statement
126 Operator -> Statement
129 SpecialChar -> Special
130 SpecialComment -> Special
137 Underlined none none underline
138 ; Language mapping cursor
140 ; See `:help CursorIM`
141 CursorIM none none reverse
142 ; See `:help window-toolbar`
144 ToolbarButton fg0 bg3 bold
147 ; Additional highlight groups {{{
150 ; Visual mode cursor, selection
153 ; Useful for custom status lines
154 NormalMode fg2 bg0 reverse
155 InsertMode blue bg0 reverse
156 ReplaceMode cyan bg0 reverse
157 VisualMode yellow bg0 reverse
158 CommandMode magenta bg0 reverse
159 Warnings yellow bg0 reverse
162 ; Terminal colors {{{