From 6f94a036cb27b900b2924606270726418711cded Mon Sep 17 00:00:00 2001 From: Chris Kempson Date: Fri, 12 Oct 2012 18:31:27 +0100 Subject: Updated with base16-builder --- colors/base16-tomorrow.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'colors/base16-tomorrow.vim') diff --git a/colors/base16-tomorrow.vim b/colors/base16-tomorrow.vim index 0d481de..1dedd64 100644 --- a/colors/base16-tomorrow.vim +++ b/colors/base16-tomorrow.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:gui00, s:gui05, s:cterm00, s:gui05, "") + call hi("Cursor", s:gui00, s:gui05, s:cterm00, s:cterm05, "") 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, "") -- cgit v1.2.3