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,italic
32 DiffAdd fg0 brightgreen
33 DiffChange fg0 brightblue
34 DiffDelete fg0 brightred
35 DiffText fg0 brightgreen
36 Directory blue none bold
40 Folded brightblack bg1 g=italic
41 IncSearch brightyellow black reverse
43 MatchParen none bg2 bold
51 Question darkyellow none
52 QuickFixLine -> Search
53 Search brightyellow black reverse
55 SpellBad red none t=underline g=italic,undercurl s=red
56 SpellCap blue none t=underline g=italic,undercurl s=blue
57 SpellLocal cyan none t=underline g=italic,undercurl s=cyan
58 SpellRare magenta none t=underline g=italic,undercurl s=magenta
59 StatusLine bg2 fg1 reverse
60 StatusLineNC bg1 fg2 reverse
61 StatusLineTerm -> StatusLine
62 StatusLineTermNC -> StatusLineNC
63 TabLine -> TabLineFill
70 WildMenu blue bg2 bold
71 # Other conventional group names (see `:help group-name`)
73 Character magenta none
74 Comment brightblack none g=italic
79 Delimiter -> Statement
82 Function blue none bold
95 SpecialComment red none
97 StorageClass green none
102 Todo fg bg0 t=bold g=bold,italic
105 Underlined blue none underline
106 # Language mapping cursor
108 # See `:help CursorIM`
109 CursorIM none none reverse
110 # See `:help window-toolbar`
112 ToolbarButton fg0 bg3 bold
117 if get(g:, "@optionprefix_italic", 0)
118 hi Comment cterm=italic
119 hi Folded cterm=italic
120 hi SpellBad cterm=italic,underline
121 hi SpellCap cterm=italic,underline
122 hi SpellLocal cterm=italic,underline
123 hi SpellRare cterm=italic,underline
129 # Additional highlight groups {{{
132 # Visual mode cursor, selection
135 # Useful for custom status lines
136 NormalMode fg2 bg0 reverse
137 InsertMode blue bg0 reverse
138 ReplaceMode cyan bg0 reverse
139 VisualMode yellow bg0 reverse
140 CommandMode magenta bg0 reverse
141 Warnings yellow bg0 reverse
144 # Terminal colors {{{
145 Include: _terminal.colortemplate