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)