From 6971815c64f89dae7c48b0960526246e09499ffe Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 19 May 2024 00:09:06 +0900 Subject: feat(packs/fidget): migrate to main --- fnl/nvrc/colors.fnl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fnl/nvrc/colors.fnl') diff --git a/fnl/nvrc/colors.fnl b/fnl/nvrc/colors.fnl index fba6aa3..cea5567 100644 --- a/fnl/nvrc/colors.fnl +++ b/fnl/nvrc/colors.fnl @@ -53,6 +53,8 @@ (highlight! :DiagnosticSignInfo {:fg (. colors :green) :bg (. colors :light_bg)}) (highlight! :DiagnosticSignHint {:fg (. colors :graphite) :bg (. colors :light_bg)}) + (highlight! :WarningMsg {:fg (. colors :yellow)}) + ; Leap (highlight! :LeapMatch {:fg (. colors :selection) :underline true :bold true :nocombine true}) (highlight! :LeapLabelPrimary {:fg :black :bg (. colors :selection) :bold true}) -- cgit 1.4.1