diff options
author | sefidel <contact@sefidel.net> | 2024-12-20 00:23:06 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-12-20 00:23:06 +0900 |
commit | 2d564815e7ea131685547260f718b1c54328994d (patch) | |
tree | 0cea71dcadf1f3626c85d322898cf6628e0c56b1 | |
parent | a6776b69d5082ab75ba6b1373b7cae6f4884f7b0 (diff) | |
download | nvimrc-2d564815e7ea131685547260f718b1c54328994d.tar.gz nvimrc-2d564815e7ea131685547260f718b1c54328994d.zip |
feat(colors): add highlight for blink.cmp index
-rw-r--r-- | fnl/nvrc/colors.fnl | 1 |
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)}) |