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 {{{
5 if !has('gui_running') && get(g:, '@optionprefix_transp_bg', 0)
7 # Transparent background
9 CursorLineNr yellow none
10 FoldColumn brightblack none
18 CursorLineNr yellow bg1
19 FoldColumn brightblack bg1
26 # Group Fg Bg Attributes
29 Cursor none none reverse
30 CursorColumn -> CursorLine
31 CursorLine none bg1 bold
32 DiffAdd fg0 brightgreen
33 DiffAdded fg0 brightgreen
34 DiffChange fg0 brightblue
35 DiffDelete fg0 brightred
36 DiffRemoved fg0 brightred
37 DiffText fg0 brightgreen
38 Directory blue none bold
42 Folded brightblack bg1 g=italic
43 IncSearch brightyellow black reverse
45 MatchParen none bg2 bold
53 Question darkyellow none
54 QuickFixLine -> Search
55 Search brightyellow black reverse
57 SpellBad red none t=underline g=italic,undercurl s=red
58 SpellCap blue none t=underline g=italic,undercurl s=blue
59 SpellLocal cyan none t=underline g=italic,undercurl s=cyan
60 SpellRare magenta none t=underline g=italic,undercurl s=magenta
61 StatusLine bg2 fg1 reverse
62 StatusLineNC bg1 fg2 reverse
63 StatusLineTerm -> StatusLine
64 StatusLineTermNC -> StatusLineNC
65 TabLine -> TabLineFill
72 WildMenu blue bg2 bold
73 # Other conventional group names (see `:help group-name`)
75 Character magenta none
76 Comment brightblack none g=italic
81 Delimiter -> Statement
84 Function blue none bold
97 SpecialComment red none
99 StorageClass green none
104 Todo fg bg0 t=bold g=bold,italic
107 Underlined blue none underline
108 # Language mapping cursor
110 # See `:help CursorIM`
111 CursorIM none none reverse
112 # See `:help window-toolbar`
114 ToolbarButton fg0 bg3 bold
119 if get(g:, "@optionprefix_italic", 0)
120 hi Comment cterm=italic
121 hi Folded cterm=italic
122 hi SpellBad cterm=italic,underline
123 hi SpellCap cterm=italic,underline
124 hi SpellLocal cterm=italic,underline
125 hi SpellRare cterm=italic,underline
131 # Additional highlight groups {{{
134 # Visual mode cursor, selection
137 # Useful for custom status lines
138 NormalMode fg2 bg0 reverse
139 InsertMode blue bg0 reverse
140 ReplaceMode cyan bg0 reverse
141 VisualMode yellow bg0 reverse
142 CommandMode magenta bg0 reverse
143 Warnings yellow bg0 reverse
146 # Terminal colors {{{
147 Include: _terminal.colortemplate