From 42cccfe663f36b91792a350164f0695b44a031d9 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Fri, 30 Dec 2022 23:28:10 +0100 Subject: [PATCH] feat: better alpha colors --- lua/tokyonight/theme.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 8caf324..b5f278b 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -383,11 +383,11 @@ function M.setup() DashboardFooter = { fg = c.yellow, italic = true }, -- Alpha - AlphaShortcut = { fg = c.cyan }, + AlphaShortcut = { fg = c.orange }, AlphaHeader = { fg = c.blue }, AlphaHeaderLabel = { fg = c.orange }, AlphaFooter = { fg = c.yellow, italic = true }, - AlphaButtons = { fg = c.magenta }, + AlphaButtons = { fg = c.cyan }, -- WhichKey WhichKey = { fg = c.cyan },