From e92fe72314f0379d928cb23628a038b1a4f7153c Mon Sep 17 00:00:00 2001 From: Chris Kempson Date: Fri, 12 Oct 2012 07:58:30 +0100 Subject: Updated with base16-builder --- colors/base16-monokai.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'colors/base16-monokai.vim') diff --git a/colors/base16-monokai.vim b/colors/base16-monokai.vim index 45f2257..36f46d9 100644 --- a/colors/base16-monokai.vim +++ b/colors/base16-monokai.vim @@ -96,7 +96,7 @@ call hi("WarningMsg", s:gui08, "", s:cterm08, "", "") call hi("WildMenu", s:gui08, "", s:cterm08, "", "") if &background == "dark" - call hi("Cursor", s:gui05, "", s:cterm05, "", "") + call hi("Cursor", s:gui00, s:gui05, s:cterm00, s:gui05, "") call hi("NonText", s:gui03, "", s:cterm03, "", "") call hi("Normal", s:gui05, s:gui00, s:cterm05, s:cterm00, "") call hi("LineNr", s:gui03, s:gui01, s:cterm03, s:cterm01, "") @@ -122,7 +122,7 @@ if &background == "dark" call hi("TabLineSel", s:gui06, s:gui01, s:cterm06, s:cterm01, "reverse") endif else - call hi("Cursor", s:gui02, "", s:cterm02, "", "") + call hi("Cursor", s:gui00, s:gui02, s:cterm00, s:cterm02, "") call hi("NonText", s:gui05, "", s:cterm05, "", "") call hi("Normal", s:gui02, s:gui07, s:cterm02, s:cterm05, "") call hi("LineNr", s:gui04, s:gui06, s:cterm04, s:cterm06, "") -- cgit v1.2.3