diff options
-rw-r--r-- | fnl/nvrc/colors.fnl | 3 |
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)}) |