diff options
author | patrick brisbin <[email protected]> | 2016-03-18 00:44:38 +0000 |
---|---|---|
committer | patrick brisbin <[email protected]> | 2016-03-18 00:44:38 +0000 |
commit | f73094d874a90c3ab4be4e7282d898fdb72f2a67 (patch) | |
tree | ab15530556e1caf0a76a0b969c4f55e57462e56a | |
parent | 6df0bca37766853ea919654d2c5c2c03eae50fa0 (diff) |
Make comments subtler, normalize string
-rw-r--r-- | colors/off.vim | 4 |
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 | ||
82 | call s:h("Normal", {"bg": s:bg, "fg": s:norm}) | 82 | call s:h("Normal", {"bg": s:bg, "fg": s:norm}) |
83 | call s:h("Cursor", {"bg": s:blue, "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"}) | 84 | call s:h("Comment", {"fg": s:bg_subtle, "gui": "italic"}) |
85 | call 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}) |
88 | hi! link Constant Normal | 87 | hi! link Constant Normal |
@@ -90,6 +89,7 @@ hi! link Character Constant | |||
90 | hi! link Number Constant | 89 | hi! link Number Constant |
91 | hi! link Boolean Constant | 90 | hi! link Boolean Constant |
92 | hi! link Float Constant | 91 | hi! link Float Constant |
92 | hi! link String Constant | ||
93 | 93 | ||
94 | "call s:h("Identifier", {"fg": s:dark_blue}) | 94 | "call s:h("Identifier", {"fg": s:dark_blue}) |
95 | hi! link Identifier Normal | 95 | hi! link Identifier Normal |