about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--fnl/nvrc/colors.fnl1
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/nvrc/colors.fnl b/fnl/nvrc/colors.fnl
index 03d0bbc..a9f3dba 100644
--- a/fnl/nvrc/colors.fnl
+++ b/fnl/nvrc/colors.fnl
@@ -38,6 +38,7 @@
   (highlight! :Pmenu {:fg (. colors :fg) :bg (. colors :light_bg)})
   (highlight! :PmenuSel {:fg (. colors :fg) :bg (. colors :light_nt)})
   (highlight! :PmenuThumb {:bg (. colors :fg)})
+  (highlight! :BlinkCmpItemIdx {:fg (. colors :graphite)})
 
   ; LSP
   (highlight! :DiagnosticError {:fg (. colors :red)})