aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--colors/off.vim2
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
82call s:h("Normal", {"bg": s:bg, "fg": s:norm}) 82call s:h("Normal", {"bg": s:bg, "fg": s:norm})
83call s:h("Cursor", {"bg": s:blue, "fg": s:norm }) 83call s:h("Cursor", {"bg": s:blue, "fg": s:norm })
84call s:h("Comment", {"fg": s:medium_gray, "gui": "italic"}) 84call s:h("Comment", {"fg": s:medium_gray, "gui": "italic"})
85call 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})
87hi! link Constant Normal 88hi! link Constant Normal
88hi! link String Constant
89hi! link Character Constant 89hi! link Character Constant
90hi! link Number Constant 90hi! link Number Constant
91hi! link Boolean Constant 91hi! link Boolean Constant