···192 call s:h("SpellLocal", {"cterm": "underline", "fg": s:dark_green})
193endif
194195-""" Help
196-hi link helpHyperTextEntry Title
197-hi link helpHyperTextJump String
198-199""" StatusLine
200-201call s:h("StatusLine", {"fg": s:status_line})
202call s:h("StatusLineNC", {"fg": s:status_line_nc})
203···358hi link sqlSpecial firstAccent
359hi link sqlKeyword secondAccent
360361-hi link helpExample Noise
362hi link helpCommand secondAccent
363hi link helpBacktick secondAccent
364-hi link helpSpecial Noise
0000365366hi link StorageClass Statement
367
···192 call s:h("SpellLocal", {"cterm": "underline", "fg": s:dark_green})
193endif
1940000195""" StatusLine
0196call s:h("StatusLine", {"fg": s:status_line})
197call s:h("StatusLineNC", {"fg": s:status_line_nc})
198···353hi link sqlSpecial firstAccent
354hi link sqlKeyword secondAccent
355356+hi link helpExample Normal
357hi link helpCommand secondAccent
358hi link helpBacktick secondAccent
359+hi link helpSpecial Normal
360+hi link helpUrl secondAccent
361+hi link helpHyperTextEntry Title
362+hi link helpHyperTextJump String
363+364365hi link StorageClass Statement
366
+1-1
readme.md
···1-
23vim-colors-plain is a duotonic color scheme, the two accents
4being cyan and pink by default (configurable).
···1+
23vim-colors-plain is a duotonic color scheme, the two accents
4being cyan and pink by default (configurable).