From 4152f871951afdede2db2a08acff85aea2999c06 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 26 Feb 2022 13:14:11 +0900 Subject: feat!: reduce bloatness --- fnl/nvrc/colors.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnl/nvrc/colors.fnl') diff --git a/fnl/nvrc/colors.fnl b/fnl/nvrc/colors.fnl index 7750814..58ab4cd 100644 --- a/fnl/nvrc/colors.fnl +++ b/fnl/nvrc/colors.fnl @@ -41,7 +41,7 @@ (highlight :CmpItemMenu {:fg (. colors :fg)}) ; Misc - (highlight :StatusLine {:bg (. colors :black)}) + (highlight :StatusLine {:bg (. colors :bg)}) (highlight :StatusLineNC {:fg (. colors :grey) :bg (. colors :black) :underline true}) (highlight :TabLine {:fg (. colors :fg) :bg (. colors :mgrey)}) (highlight :TabLineFill {:fg (. colors :fg) :bg (. colors :bg)}) -- cgit 1.4.1