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
72 CursorColumn -> CursorLine
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
85 MatchParen none bg2 bold
91 Question darkyellow none
92 QuickFixLine -> Search
93 Search brightyellow black reverse
95 SpellBad red none t=underline g=italic,undercurl s=red
96 SpellCap blue none t=underline g=italic,undercurl s=blue
97 SpellLocal cyan none t=underline g=italic,undercurl s=cyan
98 SpellRare magenta none t=underline g=italic,undercurl s=magenta
99 StatusLine bg2 fg1 reverse
100 StatusLineNC bg1 fg2 reverse
101 StatusLineTerm -> StatusLine
102 StatusLineTermNC -> StatusLineNC
103 TabLine -> TabLineFill
109 # Other conventional group names (see `:help group-name`)
111 Character -> Constant
113 Conditional -> Statement
117 Exception -> Statement
125 Operator -> Statement
128 SpecialChar -> Special
129 SpecialComment -> Special
136 Underlined none none underline
137 # Language mapping cursor
139 # See `:help CursorIM`
140 CursorIM none none reverse
141 # See `:help window-toolbar`
143 ToolbarButton fg0 bg3 bold
146 # Additional highlight groups {{{
149 # Visual mode cursor, selection
152 # Useful for custom status lines
153 NormalMode fg2 bg0 reverse
154 InsertMode blue bg0 reverse
155 ReplaceMode cyan bg0 reverse
156 VisualMode yellow bg0 reverse
157 CommandMode magenta bg0 reverse
158 Warnings yellow bg0 reverse
161 # Terminal colors {{{