fix(cmp): better ghost text
This commit is contained in:
parent
efb1472538
commit
94db97565b
@ -549,7 +549,7 @@ function M.setup()
|
|||||||
-- Cmp
|
-- Cmp
|
||||||
CmpDocumentation = { fg = c.fg, bg = c.bg_float },
|
CmpDocumentation = { fg = c.fg, bg = c.bg_float },
|
||||||
CmpDocumentationBorder = { fg = c.border_highlight, bg = c.bg_float },
|
CmpDocumentationBorder = { fg = c.border_highlight, bg = c.bg_float },
|
||||||
CmpGhostText = { fg = c.comment },
|
CmpGhostText = { fg = c.terminal_black },
|
||||||
|
|
||||||
CmpItemAbbr = { fg = c.fg, bg = c.none },
|
CmpItemAbbr = { fg = c.fg, bg = c.none },
|
||||||
CmpItemAbbrDeprecated = { fg = c.fg_gutter, bg = c.none, strikethrough = true },
|
CmpItemAbbrDeprecated = { fg = c.fg_gutter, bg = c.none, strikethrough = true },
|
||||||
|
Loading…
Reference in New Issue
Block a user