feat: better alpha colors

This commit is contained in:
Folke Lemaitre
2022-12-30 23:28:10 +01:00
parent 8a619f0cf3
commit 42cccfe663

View File

@@ -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 },