···192192 call s:h("SpellLocal", {"cterm": "underline", "fg": s:dark_green})
193193endif
194194195195-""" Help
196196-hi link helpHyperTextEntry Title
197197-hi link helpHyperTextJump String
198198-199195""" StatusLine
200200-201196call s:h("StatusLine", {"fg": s:status_line})
202197call s:h("StatusLineNC", {"fg": s:status_line_nc})
203198···358353hi link sqlSpecial firstAccent
359354hi link sqlKeyword secondAccent
360355361361-hi link helpExample Noise
356356+hi link helpExample Normal
362357hi link helpCommand secondAccent
363358hi link helpBacktick secondAccent
364364-hi link helpSpecial Noise
359359+hi link helpSpecial Normal
360360+hi link helpUrl secondAccent
361361+hi link helpHyperTextEntry Title
362362+hi link helpHyperTextJump String
363363+365364366365hi link StorageClass Statement
367366
+1-1
readme.md
···11-
11+
2233vim-colors-plain is a duotonic color scheme, the two accents
44being cyan and pink by default (configurable).