From d2215044822ce5d4c7fa236b5be1cc38415cec3b Mon Sep 17 00:00:00 2001 From: siduck76 Date: Sat, 9 Oct 2021 10:03:49 +0530 Subject: [PATCH] add: cmp highlight groups --- lua/colors/highlights.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/colors/highlights.lua b/lua/colors/highlights.lua index 0141415..1c6650d 100644 --- a/lua/colors/highlights.lua +++ b/lua/colors/highlights.lua @@ -68,6 +68,10 @@ bg("Pmenu", one_bg) bg("PmenuSbar", one_bg2) bg("PmenuSel", pmenu_bg) bg("PmenuThumb", nord_blue) +fg("CmpItemAbbr", white) +fg("CmpItemAbbrMatch", white) +fg("CmpItemKind", white) +fg("CmpItemMenu", white) -- misc fg("LineNr", grey)