From 94db97565b3717f3b85d9918577c57a47f7a22e7 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sat, 27 May 2023 10:43:41 +0200 Subject: [PATCH] fix(cmp): better ghost text --- lua/tokyonight/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },