From 96dd84776c8db6658673a4f011dac4a5f6499694 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 27 May 2023 08:39:53 +0000 Subject: [PATCH] chore(build): auto-generate extras --- extras/lua/tokyonight_day.lua | 3 +++ extras/lua/tokyonight_moon.lua | 3 +++ extras/lua/tokyonight_night.lua | 3 +++ extras/lua/tokyonight_storm.lua | 3 +++ 4 files changed, 12 insertions(+) diff --git a/extras/lua/tokyonight_day.lua b/extras/lua/tokyonight_day.lua index 9478966..6c2e9e1 100644 --- a/extras/lua/tokyonight_day.lua +++ b/extras/lua/tokyonight_day.lua @@ -453,6 +453,9 @@ local highlights = { bg = "#e9e9ec", fg = "#2496ac" }, + CmpGhostText = { + fg = "#848cb5" + }, CmpItemAbbr = { bg = "NONE", fg = "#3760bf" diff --git a/extras/lua/tokyonight_moon.lua b/extras/lua/tokyonight_moon.lua index 3673f84..ec69e09 100644 --- a/extras/lua/tokyonight_moon.lua +++ b/extras/lua/tokyonight_moon.lua @@ -453,6 +453,9 @@ local highlights = { bg = "#1e2030", fg = "#589ed7" }, + CmpGhostText = { + fg = "#636da6" + }, CmpItemAbbr = { bg = "NONE", fg = "#c8d3f5" diff --git a/extras/lua/tokyonight_night.lua b/extras/lua/tokyonight_night.lua index 8d1c7bc..f378d7c 100644 --- a/extras/lua/tokyonight_night.lua +++ b/extras/lua/tokyonight_night.lua @@ -453,6 +453,9 @@ local highlights = { bg = "#16161e", fg = "#27a1b9" }, + CmpGhostText = { + fg = "#565f89" + }, CmpItemAbbr = { bg = "NONE", fg = "#c0caf5" diff --git a/extras/lua/tokyonight_storm.lua b/extras/lua/tokyonight_storm.lua index bb5c09a..061702a 100644 --- a/extras/lua/tokyonight_storm.lua +++ b/extras/lua/tokyonight_storm.lua @@ -453,6 +453,9 @@ local highlights = { bg = "#1f2335", fg = "#29a4bd" }, + CmpGhostText = { + fg = "#565f89" + }, CmpItemAbbr = { bg = "NONE", fg = "#c0caf5"