diff --git a/colors/fresh.vim b/colors/fresh.vim index bc790e1..f18e4b5 100644 --- a/colors/fresh.vim +++ b/colors/fresh.vim @@ -126,7 +126,9 @@ if has('gui_running') || &t_Co == 256 call s:hi('SpellLocal', '5', '', '') call s:hi('SpellRare', '3', '', '') call s:hi('StatusLine', '15', '233', '') + call s:hi('StatusLineTerm', '15', '233', '') call s:hi('StatusLineNC', '', '235', '') + call s:hi('StatusLineTermNC', '', '235', '') call s:hi('TabLine', '246', '235', 'bold') call s:hi('TabLineFill', '', '235', '') call s:hi('TabLineSel', '248', '', 'bold')