From d88a345b01eb04cf48b6b347227b0f4b1fab43be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 27 May 2023 08:44:00 +0000 Subject: [PATCH] chore(build): auto-generate extras --- extras/lua/tokyonight_day.lua | 2 +- extras/lua/tokyonight_moon.lua | 2 +- extras/lua/tokyonight_night.lua | 2 +- extras/lua/tokyonight_storm.lua | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extras/lua/tokyonight_day.lua b/extras/lua/tokyonight_day.lua index 6c2e9e1..5056e63 100644 --- a/extras/lua/tokyonight_day.lua +++ b/extras/lua/tokyonight_day.lua @@ -454,7 +454,7 @@ local highlights = { fg = "#2496ac" }, CmpGhostText = { - fg = "#848cb5" + fg = "#a1a6c5" }, CmpItemAbbr = { bg = "NONE", diff --git a/extras/lua/tokyonight_moon.lua b/extras/lua/tokyonight_moon.lua index ec69e09..84b036e 100644 --- a/extras/lua/tokyonight_moon.lua +++ b/extras/lua/tokyonight_moon.lua @@ -454,7 +454,7 @@ local highlights = { fg = "#589ed7" }, CmpGhostText = { - fg = "#636da6" + fg = "#444a73" }, CmpItemAbbr = { bg = "NONE", diff --git a/extras/lua/tokyonight_night.lua b/extras/lua/tokyonight_night.lua index f378d7c..34e1d96 100644 --- a/extras/lua/tokyonight_night.lua +++ b/extras/lua/tokyonight_night.lua @@ -454,7 +454,7 @@ local highlights = { fg = "#27a1b9" }, CmpGhostText = { - fg = "#565f89" + fg = "#414868" }, CmpItemAbbr = { bg = "NONE", diff --git a/extras/lua/tokyonight_storm.lua b/extras/lua/tokyonight_storm.lua index 061702a..8501ef6 100644 --- a/extras/lua/tokyonight_storm.lua +++ b/extras/lua/tokyonight_storm.lua @@ -454,7 +454,7 @@ local highlights = { fg = "#29a4bd" }, CmpGhostText = { - fg = "#565f89" + fg = "#414868" }, CmpItemAbbr = { bg = "NONE",