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_transp_bg', 0)
5 # Transparent background
7 CursorLineNr yellow none
8 FoldColumn darkgray none
14 CursorLineNr yellow bg1
15 FoldColumn darkgray bg1
20 # Group Fg Bg Attributes
21 ColorColumn none bg1 bold
23 Cursor none none reverse,bold
24 CursorColumn none none italic,bold
25 CursorLine none none italic,bold
26 DiffAdd brightgreen black reverse
27 DiffAdded brightgreen black reverse
28 DiffChange brightblue black reverse
29 DiffDelete brightred black reverse
30 DiffRemoved brightred black reverse
31 DiffText brightgreen black reverse
32 Directory blue none bold
34 Error red none t=reverse,bold g=standout,bold
36 Folded bg3 bg1 g=italic
37 IncSearch yellow black reverse
39 MatchParen none bg2 bold
47 Question darkyellow none
48 QuickFixLine -> Search
49 Search brightyellow black reverse
51 SpellBad red none t=underline g=italic,undercurl s=red
52 SpellCap blue none t=underline g=italic,undercurl s=blue
53 SpellLocal cyan none t=underline g=italic,undercurl s=cyan
54 SpellRare magenta none t=underline g=italic,undercurl s=magenta
55 StatusLine bg2 fg1 reverse
56 StatusLineNC bg1 fg2 reverse
57 StatusLineTerm -> StatusLine
58 StatusLineTermNC -> StatusLineNC
59 TabLine -> TabLineFill
66 WildMenu blue bg2 bold
67 # Other conventional group names (see `:help group-name`)
71 Conditional -> Statement
76 Exception -> Statement
90 SpecialChar -> Special
91 SpecialComment -> Special
98 Todo cyan none reverse
101 Underlined none none underline
102 # Language mapping cursor
104 # See `:help CursorIM`
105 CursorIM none none reverse
106 # See `:help window-toolbar`
108 ToolbarButton fg0 bg3 bold
111 # Additional highlight groups {{{
114 # Visual mode cursor, selection
117 # Useful for custom status lines
118 NormalMode fg2 bg0 reverse
119 InsertMode blue bg0 reverse
120 ReplaceMode cyan bg0 reverse
121 VisualMode yellow bg0 reverse
122 CommandMode magenta bg0 reverse
123 Warnings yellow bg0 reverse
126 # Terminal colors {{{