diff options
Diffstat (limited to 'colors')
-rw-r--r-- | colors/off.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/off.vim b/colors/off.vim index 97f7a77..3e6bba1 100644 --- a/colors/off.vim +++ b/colors/off.vim | |||
@@ -82,10 +82,10 @@ endfunction | |||
82 | call s:h("Normal", {"bg": s:bg, "fg": s:norm}) | 82 | call s:h("Normal", {"bg": s:bg, "fg": s:norm}) |
83 | call s:h("Cursor", {"bg": s:blue, "fg": s:norm }) | 83 | call s:h("Cursor", {"bg": s:blue, "fg": s:norm }) |
84 | call s:h("Comment", {"fg": s:medium_gray, "gui": "italic"}) | 84 | call s:h("Comment", {"fg": s:medium_gray, "gui": "italic"}) |
85 | call s:h("String", {"fg": s:norm_subtle}) | ||
85 | 86 | ||
86 | "call s:h("Constant", {"fg": s:cyan}) | 87 | "call s:h("Constant", {"fg": s:cyan}) |
87 | hi! link Constant Normal | 88 | hi! link Constant Normal |
88 | hi! link String Constant | ||
89 | hi! link Character Constant | 89 | hi! link Character Constant |
90 | hi! link Number Constant | 90 | hi! link Number Constant |
91 | hi! link Boolean Constant | 91 | hi! link Boolean Constant |