diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 57edd67..8c68654 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -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 },