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 fg4 brightgreen
33 DiffChange fg4 brightblue
34 DiffDelete fg4 brightred
35 DiffText fg4 brightyellow
36 Directory blue none bold
38 Error red bg0 bold,reverse
40 Folded brightblack bg1 g=italic
41 IncSearch brightyellow black reverse
43 MatchParen none bg3 bold
44 ModeMsg yellow none bold
45 MoreMsg yellow none bold
49 PmenuSel bg1 blue bold
51 Question yellow none bold
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
69 WarningMsg red none bold
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
80 Error red bg0 bold,reverse
83 Function blue none bold
96 SpecialComment red none
98 StorageClass green none
103 Todo fg bg0 t=bold g=bold,italic
106 Underlined blue none underline
107 # Language mapping cursor
109 # See `:help CursorIM`
110 CursorIM none none reverse
111 # See `:help window-toolbar`
113 ToolbarButton fg0 bg3 bold
118 if get(g:, "@optionprefix_italic", 0)
119 hi Comment cterm=italic
120 hi Folded cterm=italic
121 hi SpellBad cterm=italic,underline
122 hi SpellCap cterm=italic,underline
123 hi SpellLocal cterm=italic,underline
124 hi SpellRare cterm=italic,underline
130 # Additional highlight groups {{{
133 # Visual mode cursor, selection
136 # Useful for custom status lines
137 NormalMode fg2 bg0 reverse
138 InsertMode blue bg0 reverse
139 ReplaceMode cyan bg0 reverse
140 VisualMode yellow bg0 reverse
141 CommandMode magenta bg0 reverse
142 Warnings yellow bg0 reverse
145 # Terminal colors {{{
146 Include: _terminal.colortemplate