aboutsummaryrefslogtreecommitdiff
path: root/colors/off.vim
diff options
context:
space:
mode:
Diffstat (limited to 'colors/off.vim')
-rw-r--r--colors/off.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/colors/off.vim b/colors/off.vim
index 9debe73..b24baaf 100644
--- a/colors/off.vim
+++ b/colors/off.vim
@@ -81,8 +81,7 @@ endfunction
81 81
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:bg_subtle, "gui": "italic"})
85call s:h("String", {"fg": s:norm_subtle})
86 85
87"call s:h("Constant", {"fg": s:cyan}) 86"call s:h("Constant", {"fg": s:cyan})
88hi! link Constant Normal 87hi! link Constant Normal
@@ -90,6 +89,7 @@ hi! link Character Constant
90hi! link Number Constant 89hi! link Number Constant
91hi! link Boolean Constant 90hi! link Boolean Constant
92hi! link Float Constant 91hi! link Float Constant
92hi! link String Constant
93 93
94"call s:h("Identifier", {"fg": s:dark_blue}) 94"call s:h("Identifier", {"fg": s:dark_blue})
95hi! link Identifier Normal 95hi! link Identifier Normal