Skip to content

Commit

Permalink
fix(cmp): better ghost text
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed May 27, 2023
1 parent efb1472 commit 94db975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/tokyonight/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ function M.setup()
-- Cmp
CmpDocumentation = { fg = c.fg, 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 },
CmpItemAbbrDeprecated = { fg = c.fg_gutter, bg = c.none, strikethrough = true },
Expand Down

0 comments on commit 94db975

Please sign in to comment.