about summary refs log tree commit diff
path: root/fnl/nvrc/colors.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-26 13:14:11 +0900
committersefidel <contact@sefidel.net>2022-02-26 14:17:47 +0900
commit4152f871951afdede2db2a08acff85aea2999c06 (patch)
tree12a799645030fd38b5af7a42863127f4647724db /fnl/nvrc/colors.fnl
parentee0fbc01827d8136fd8499772c1e1038b309609e (diff)
downloadnvimrc-4152f871951afdede2db2a08acff85aea2999c06.tar.gz
nvimrc-4152f871951afdede2db2a08acff85aea2999c06.zip
feat!: reduce bloatness
Diffstat (limited to 'fnl/nvrc/colors.fnl')
-rw-r--r--fnl/nvrc/colors.fnl2
1 files changed, 1 insertions, 1 deletions
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)})