refactor(nvim): change cmp ghost text highlight
This commit is contained in:
parent
3a6d776fc8
commit
fd4975b4e8
@ -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)
|
||||
|
@ -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" },
|
||||
|
Loading…
Reference in New Issue
Block a user