about summary refs log tree commit diff
path: root/fnl/nvrc/colors.fnl
diff options
context:
space:
mode:
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})