From b72c5f8018e707fe9a224baf99a334b7e3db3295 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Fri, 29 Aug 2014 11:44:11 -0400 Subject: Make Strings norm_subtle --- colors/off.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 call s:h("Normal", {"bg": s:bg, "fg": s:norm}) call s:h("Cursor", {"bg": s:blue, "fg": s:norm }) call s:h("Comment", {"fg": s:medium_gray, "gui": "italic"}) +call s:h("String", {"fg": s:norm_subtle}) "call s:h("Constant", {"fg": s:cyan}) hi! link Constant Normal -hi! link String Constant hi! link Character Constant hi! link Number Constant hi! link Boolean Constant -- cgit v1.2.3