mirror of
https://github.com/preservim/vim-colors-pencil.git
synced 2025-11-16 23:33:42 -05:00
fixed minor syntax issue for gui colors
This commit is contained in:
@@ -184,10 +184,10 @@ call s:h("DiffText", {"fg": s:dark_blue})
|
||||
call s:h("SignColumn", {"fg": s:light_green})
|
||||
" hi Conceal
|
||||
if has("gui_running")
|
||||
call s:h("SpellBad", {"gui": "undercurl", "guisp": s.red})
|
||||
call s:h("SpellCap", {"gui": "undercurl", "guisp": s.light_green})
|
||||
call s:h("SpellRare", {"gui": "undercurl", "guisp": s.pink})
|
||||
call s:h("SpellLocal", {"gui": "undercurl", "guisp": s.dark_green})
|
||||
call s:h("SpellBad", {"gui": "undercurl", "guisp": s:red})
|
||||
call s:h("SpellCap", {"gui": "undercurl", "guisp": s:light_green})
|
||||
call s:h("SpellRare", {"gui": "undercurl", "guisp": s:pink})
|
||||
call s:h("SpellLocal", {"gui": "undercurl", "guisp": s:dark_green})
|
||||
else
|
||||
call s:h("SpellBad", {"cterm": "underline", "fg": s:red})
|
||||
call s:h("SpellCap", {"cterm": "underline", "fg": s:light_green})
|
||||
|
||||
Reference in New Issue
Block a user