From 8be0a63987d43a4ae0fc2420fd5100fa528a92ff Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sun, 19 Mar 2023 08:00:34 +0100 Subject: [PATCH] fix(alpha): AlphaFooter --- 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 a267c02..5c3e296 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -395,7 +395,7 @@ function M.setup() AlphaShortcut = { fg = c.orange }, AlphaHeader = { fg = c.blue }, AlphaHeaderLabel = { fg = c.orange }, - AlphaFooter = { fg = c.yellow, italic = true }, + AlphaFooter = { fg = c.blue1 }, AlphaButtons = { fg = c.cyan }, -- WhichKey