+2
-2
colors/off.vim
+2
-2
colors/off.vim
···
81
81
82
82
call s:h("Normal", {"bg": s:bg, "fg": s:norm})
83
83
call s:h("Cursor", {"bg": s:blue, "fg": s:norm })
84
-
call s:h("Comment", {"fg": s:medium_gray, "gui": "italic"})
85
-
call s:h("String", {"fg": s:norm_subtle})
84
+
call s:h("Comment", {"fg": s:bg_subtle, "gui": "italic"})
86
85
87
86
"call s:h("Constant", {"fg": s:cyan})
88
87
hi! link Constant Normal
···
90
89
hi! link Number Constant
91
90
hi! link Boolean Constant
92
91
hi! link Float Constant
92
+
hi! link String Constant
93
93
94
94
"call s:h("Identifier", {"fg": s:dark_blue})
95
95
hi! link Identifier Normal