From 5eeeb15bb6935bed0b77f736fbf5125797927452 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Fri, 30 Sep 2022 10:10:01 +0200 Subject: [PATCH] feat: added support for Alpha --- lua/tokyonight/theme.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 6fdb2d4..2e6dd31 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -354,6 +354,13 @@ function M.setup() DashboardCenter = { fg = c.magenta }, DashboardFooter = { fg = c.yellow, italic = true }, + -- Alpha + AlphaShortcut = { fg = c.cyan }, + AlphaHeader = { fg = c.blue }, + AlphaHeaderLabel = { fg = c.orange }, + AlphaFooter = { fg = c.yellow, italic = true }, + AlphaButtons = { fg = c.magenta }, + -- WhichKey WhichKey = { fg = c.cyan }, WhichKeyGroup = { fg = c.blue },