about summary refs log tree commit diff
path: root/fnl/nvrc/colors.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-05-19 00:09:06 +0900
committersefidel <contact@sefidel.net>2024-05-19 00:09:06 +0900
commit6971815c64f89dae7c48b0960526246e09499ffe (patch)
tree41bc002e39787d0ab7ca2416a5b1df4fdb42003c /fnl/nvrc/colors.fnl
parent4a0f1b4d56e1c7d212a05c6d69a1e27790065e16 (diff)
downloadnvimrc-6971815c64f89dae7c48b0960526246e09499ffe.tar.gz
nvimrc-6971815c64f89dae7c48b0960526246e09499ffe.zip
feat(packs/fidget): migrate to main
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 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})