From bb967730567236fe4dc21c2fd38ef162c64066aa Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sat, 7 Nov 2015 22:13:35 +0000 Subject: [PATCH] Match vim status colour to tmux --- colors/fresh.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/fresh.vim b/colors/fresh.vim index 8954045..5b645d9 100644 --- a/colors/fresh.vim +++ b/colors/fresh.vim @@ -125,7 +125,7 @@ if has("gui_running") || &t_Co == 256 call s:hi("SpellCap", "12", "", "") call s:hi("SpellLocal", "5", "", "") call s:hi("SpellRare", "3", "", "") - call s:hi("StatusLine", "235", "235", "") + call s:hi("StatusLine", "233", "233", "") call s:hi("StatusLineNC", "", "235", "") call s:hi("TabLine", "246", "235", "bold") call s:hi("TabLineFill", "", "235", "")