From 88b2e4086966a36beebd146b67f83e19079142c9 Mon Sep 17 00:00:00 2001 From: Julian Sniffen Date: Sat, 22 Dec 2018 11:57:31 -0500 Subject: [PATCH] add StatusLineTerm highlights (#119) --- colors/dracula.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/colors/dracula.vim b/colors/dracula.vim index a6964ac..dabfe04 100644 --- a/colors/dracula.vim +++ b/colors/dracula.vim @@ -236,6 +236,8 @@ set background=dark call s:h('Normal', s:fg, s:Background()) call s:h('StatusLine', s:none, s:bglighter, [s:attrs.bold]) call s:h('StatusLineNC', s:none, s:bglight) +call s:h('StatusLineTerm', s:none, s:bglighter, [s:attrs.bold]) +call s:h('StatusLineTermNC', s:none, s:bglight) call s:h('WildMenu', s:bg, s:purple, [s:attrs.bold]) call s:h('CursorLine', s:none, s:subtle)