From 89093235d5c63f2a6fcd077c7dc1920916475c19 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sat, 27 May 2023 10:39:38 +0200 Subject: [PATCH] feat: added support for CmpGhostText --- lua/tokyonight/theme.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 9ea2ff0..57edd67 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -549,6 +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 }, CmpItemAbbr = { fg = c.fg, bg = c.none }, CmpItemAbbrDeprecated = { fg = c.fg_gutter, bg = c.none, strikethrough = true },