From 8da64b9ad9dec7955501b384edeb552fccfa370a Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 11 Jan 2024 16:45:00 +0900 Subject: feat(colors): use transparent signcolumn --- fnl/nvrc/colors.fnl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fnl/nvrc') 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)}) -- cgit 1.4.1