refactor(nvim): change cmp ghost text highlight

This commit is contained in:
Price Hiller 2023-09-11 16:33:57 -05:00
parent 3a6d776fc8
commit fd4975b4e8
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -240,7 +240,7 @@ return {
side_padding = 0,
},
},
experimental = { ghost_text = { hl_group = "Comment" }, native_menu = false },
experimental = { ghost_text = { hl_group = "CmpGhostText" }, native_menu = false },
snippet = {
-- REQUIRED - you must specify a snippet engine
expand = function(args)

View File

@ -76,6 +76,7 @@ return {
NeogitNotificationError = { fg = colors.samuraiRed, bold = true },
menuSel = { bg = colors.sumiInk0, fg = "NONE" },
Pmenu = { fg = colors.fujiWhite, bg = colors.sumiInk2 },
CmpGhostText = { fg = colors.boatYellow1, italic = true },
CmpItemAbbrDeprecated = { fg = colors.fujiGray, bg = "NONE" },
CmpItemAbbrMatch = { fg = colors.crystalBlue, bg = "NONE" },
CmpItemAbbrMatchFuzzy = { fg = colors.crystalBlue, bg = "NONE" },