about summary refs log tree commit diff
path: root/fnl/nvrc/colors.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-19 00:40:13 +0900
committersefidel <contact@sefidel.net>2022-03-19 00:40:13 +0900
commit7bf8727cb4c81ea3c41b03f4e796461c91c6b281 (patch)
tree64f86d233117eff6bb7a2f95bab4184122227139 /fnl/nvrc/colors.fnl
parent8c20872b33f89eeb45f9271d9eb3a453899e97e8 (diff)
downloadnvimrc-7bf8727cb4c81ea3c41b03f4e796461c91c6b281.tar.gz
nvimrc-7bf8727cb4c81ea3c41b03f4e796461c91c6b281.zip
feat(pack): add gitsigns
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)})