From e48e3e48f08485cc981ec91044680e6d516c3ee3 Mon Sep 17 00:00:00 2001 From: Chris Kempson Date: Wed, 29 Jun 2016 10:33:00 +0100 Subject: Darkens the search text two shades --- colors/base16-marrakesh.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'colors/base16-marrakesh.vim') diff --git a/colors/base16-marrakesh.vim b/colors/base16-marrakesh.vim index efc1444..0a252ba 100644 --- a/colors/base16-marrakesh.vim +++ b/colors/base16-marrakesh.vim @@ -93,14 +93,14 @@ call hi("ErrorMsg", s:gui08, s:gui00, s:cterm08, s:cterm00, "", "") call hi("Exception", s:gui08, "", s:cterm08, "", "", "") call hi("FoldColumn", s:gui0C, s:gui01, s:cterm0C, s:cterm01, "", "") call hi("Folded", s:gui03, s:gui01, s:cterm03, s:cterm01, "", "") -call hi("IncSearch", s:gui01, s:gui09, s:cterm01, s:cterm09, "none", "") +call hi("IncSearch", s:gui01, s:gui0A, s:cterm01, s:cterm0A, "none", "") call hi("Italic", "", "", "", "", "none", "") call hi("Macro", s:gui08, "", s:cterm08, "", "", "") call hi("MatchParen", s:gui00, s:gui03, s:cterm00, s:cterm03, "", "") call hi("ModeMsg", s:gui0B, "", s:cterm0B, "", "", "") call hi("MoreMsg", s:gui0B, "", s:cterm0B, "", "", "") call hi("Question", s:gui0D, "", s:cterm0D, "", "", "") -call hi("Search", s:gui03, s:gui0A, s:cterm03, s:cterm0A, "", "") +call hi("Search", s:gui01, s:gui0A, s:cterm01, s:cterm0A, "", "") call hi("SpecialKey", s:gui03, "", s:cterm03, "", "", "") call hi("TooLong", s:gui08, "", s:cterm08, "", "", "") call hi("Underlined", s:gui08, "", s:cterm08, "", "", "") -- cgit v1.2.3