From 0a0d2fbb7ad91c87d3bb8ec75912b45c2d4f2f21 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 2 Jan 2015 20:09:05 +0000 Subject: [PATCH] Update twilight.vim --- colors/twilight.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colors/twilight.vim b/colors/twilight.vim index e263ff0..d544c51 100644 --- a/colors/twilight.vim +++ b/colors/twilight.vim @@ -80,7 +80,7 @@ if has("gui_running") || &t_Co == 256 "call HiGroup("IncSearch", s:empty, s:empty, "none") call HiGroup("LineNr", s:white, s:dark_grey, "none") call HiGroup("CursorLineNr", s:light_orange, s:dark_grey, "none") - call HiGroup("MatchParen", s:none, s:dark_green_blue, "none") + call HiGroup("MatchParen", s:none, s:blue, "none") "call HiGroup("ModeMsg", s:empty, s:empty, "none") "call HiGroup("MoreMsg", s:empty, s:empty, "none") call HiGroup("NonText", s:blue, s:empty, "none") @@ -101,7 +101,7 @@ if has("gui_running") || &t_Co == 256 call HiGroup("TabLine", s:light_grey, s:mid_grey, "bold") call HiGroup("TabLineFill", s:none, s:mid_grey, "none") call HiGroup("TabLineSel", s:white, s:dark_grey, "bold") - "call HiGroup("Title", s:empty, s:empty, "none") + call HiGroup("Title", s:violet, s:empty, "bold") call HiGroup("Visual", s:empty, s:grey, "none") "call HiGroup("VisualNOS", s:empty, s:empty, "none") "call HiGroup("WarningMsg", s:empty, s:empty, "none")