add: cmp highlight groups

This commit is contained in:
siduck76 2021-10-09 10:03:49 +05:30
parent 1ec9f80bdb
commit d221504482
1 changed files with 4 additions and 0 deletions

View File

@ -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)