From f73094d874a90c3ab4be4e7282d898fdb72f2a67 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Thu, 17 Mar 2016 20:44:38 -0400 Subject: Make comments subtler, normalize string --- colors/off.vim | 4 ++-- 1 file 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 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("Comment", {"fg": s:bg_subtle, "gui": "italic"}) "call s:h("Constant", {"fg": s:cyan}) hi! link Constant Normal @@ -90,6 +89,7 @@ hi! link Character Constant hi! link Number Constant hi! link Boolean Constant hi! link Float Constant +hi! link String Constant "call s:h("Identifier", {"fg": s:dark_blue}) hi! link Identifier Normal -- cgit v1.2.3