about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-01-11 16:45:00 +0900
committersefidel <contact@sefidel.net>2024-01-11 16:46:00 +0900
commit8da64b9ad9dec7955501b384edeb552fccfa370a (patch)
tree54649267d03a8662361a34bf281676cba3de1292
parent0ae469e9515f549e7af3eeeb9c2f8fc9bef783e7 (diff)
downloadnvimrc-8da64b9ad9dec7955501b384edeb552fccfa370a.tar.gz
nvimrc-8da64b9ad9dec7955501b384edeb552fccfa370a.zip
feat(colors): use transparent signcolumn
-rw-r--r--fnl/nvrc/colors.fnl3
1 files changed, 3 insertions, 0 deletions
diff --git a/fnl/nvrc/colors.fnl b/fnl/nvrc/colors.fnl
index 87a406f..b3f2602 100644
--- a/fnl/nvrc/colors.fnl
+++ b/fnl/nvrc/colors.fnl
@@ -32,6 +32,9 @@
   (highlight! :StatusLineAccent {:fg (. colors :accent) :bg (. colors :light_bg)})
   (highlight! :StatusLineAccentBold {:fg (. colors :accent) :bg (. colors :light_bg) :bold true})
 
+  ; SignColumn
+  (highlight! :SignColumn {:bg (. colors :bg)})
+
   ; Completions
   (highlight! :Pmenu {:fg (. colors :fg) :bg (. colors :light_bg)})
   (highlight! :PmenuSel {:fg (. colors :fg) :bg (. colors :light_nt)})