From 51c56a8633897837d1e38e3ab316b8b227b985b2 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 22 Apr 2022 15:52:42 +0100 Subject: [PATCH] Fix glitch in StatusLineTerm highlight group --- colors/fresh.vim | 2 ++ 1 file changed, 2 insertions(+) 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')