aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatrick brisbin <[email protected]>2014-08-29 16:44:11 +0100
committerpatrick brisbin <[email protected]>2014-08-29 16:44:11 +0100
commitb72c5f8018e707fe9a224baf99a334b7e3db3295 (patch)
treed4975f2c025c8541d7edf468ee81f59612eaf6ec
parent4765a28de198cd8ce4720ee46a5a02cfab2036e6 (diff)
Make Strings norm_subtle
-rw-r--r--colors/off.vim2
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
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:medium_gray, "gui": "italic"})
85call 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})
87hi! link Constant Normal 88hi! link Constant Normal
88hi! link String Constant
89hi! link Character Constant 89hi! link Character Constant
90hi! link Number Constant 90hi! link Number Constant
91hi! link Boolean Constant 91hi! link Boolean Constant