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