aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatrick brisbin <[email protected]>2016-03-18 00:44:38 +0000
committerpatrick brisbin <[email protected]>2016-03-18 00:44:38 +0000
commitf73094d874a90c3ab4be4e7282d898fdb72f2a67 (patch)
treeab15530556e1caf0a76a0b969c4f55e57462e56a
parent6df0bca37766853ea919654d2c5c2c03eae50fa0 (diff)
Make comments subtler, normalize string
-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