about summary refs log tree commit diff
path: root/fnl/nvrc/colors.fnl
diff options
context:
space:
mode:
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)})