diff options
author | patrick brisbin <[email protected]> | 2014-08-29 16:44:11 +0100 |
---|---|---|
committer | patrick brisbin <[email protected]> | 2014-08-29 16:44:11 +0100 |
commit | b72c5f8018e707fe9a224baf99a334b7e3db3295 (patch) | |
tree | d4975f2c025c8541d7edf468ee81f59612eaf6ec | |
parent | 4765a28de198cd8ce4720ee46a5a02cfab2036e6 (diff) |
Make Strings norm_subtle
-rw-r--r-- | colors/off.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/off.vim b/colors/off.vim index 97f7a77..3e6bba1 100644 --- a/colors/off.vim +++ b/colors/off.vim | |||
@@ -82,10 +82,10 @@ endfunction | |||
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:medium_gray, "gui": "italic"}) |
85 | call s:h("String", {"fg": s:norm_subtle}) | ||
85 | 86 | ||
86 | "call s:h("Constant", {"fg": s:cyan}) | 87 | "call s:h("Constant", {"fg": s:cyan}) |
87 | hi! link Constant Normal | 88 | hi! link Constant Normal |
88 | hi! link String Constant | ||
89 | hi! link Character Constant | 89 | hi! link Character Constant |
90 | hi! link Number Constant | 90 | hi! link Number Constant |
91 | hi! link Boolean Constant | 91 | hi! link Boolean Constant |