feat: added support for Alpha

This commit is contained in:
Folke Lemaitre
2022-09-30 10:10:01 +02:00
parent 2972400ad0
commit 5eeeb15bb6

View File

@@ -354,6 +354,13 @@ function M.setup()
DashboardCenter = { fg = c.magenta }, DashboardCenter = { fg = c.magenta },
DashboardFooter = { fg = c.yellow, italic = true }, 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
WhichKey = { fg = c.cyan }, WhichKey = { fg = c.cyan },
WhichKeyGroup = { fg = c.blue }, WhichKeyGroup = { fg = c.blue },