From c6dc08b9b287012afae0e555929fb09f233b3eb2 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 4 Feb 2015 11:43:01 +0000 Subject: [PATCH] Update vim fresh colorscheme --- colors/fresh.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/fresh.vim b/colors/fresh.vim index de36dc6..80606b8 100644 --- a/colors/fresh.vim +++ b/colors/fresh.vim @@ -130,7 +130,7 @@ if has("gui_running") || &t_Co == 256 call s:hi("TabLine", "246", "235", "bold") call s:hi("TabLineFill", "", "235", "") call s:hi("TabLineSel", "248", "", "bold") - call s:hi("Title", "", "", "") + call s:hi("Title", "", "", "bold") call s:hi("Visual", "", "235", "") call s:hi("VisualNOS", "", "", "") call s:hi("WarningMsg", "5", "", "")