From 2d564815e7ea131685547260f718b1c54328994d Mon Sep 17 00:00:00 2001 From: sefidel Date: Fri, 20 Dec 2024 00:23:06 +0900 Subject: feat(colors): add highlight for blink.cmp index --- fnl/nvrc/colors.fnl | 1 + 1 file changed, 1 insertion(+) 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)}) -- cgit 1.4.1