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 darkgray none
18 CursorLineNr yellow bg1
19 FoldColumn darkgray bg1
26 # Group Fg Bg Attributes
29 Cursor none none reverse
30 CursorColumn -> ColorColumn
31 CursorLine -> ColorColumn
32 DiffAdd brightgreen black reverse
33 DiffAdded brightgreen black reverse
34 DiffChange brightblue black reverse
35 DiffDelete brightred black reverse
36 DiffRemoved brightred black reverse
37 DiffText brightgreen black reverse
38 Directory blue none bold
40 Error red none t=reverse,bold g=standout,bold
42 Folded bg3 bg1 g=italic
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`)
77 Conditional -> Statement
82 Exception -> Statement
96 SpecialChar -> Special
97 SpecialComment -> Special
104 Todo cyan none reverse
107 Underlined none 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