aboutsummaryrefslogtreecommitdiff
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, 2 insertions, 0 deletions
diff --git a/fnl/nvrc/colors.fnl b/fnl/nvrc/colors.fnl
index a26aa68..ea54216 100644
--- a/fnl/nvrc/colors.fnl
+++ b/fnl/nvrc/colors.fnl
@@ -16,6 +16,8 @@
(vim.cmd (.. "colorscheme " colorscheme))
+ (highlight! :Signcolumn {:bg (. colors :bg)})
+
; Statusline
(highlight! :StatusLineNC {:fg (. colors :graphite) :underline true})
(highlight! :StatusLinePad {:fg (. colors :skyblue) :bg (. colors :light_bg)})