feat: better alpha colors
This commit is contained in:
@@ -383,11 +383,11 @@ function M.setup()
|
|||||||
DashboardFooter = { fg = c.yellow, italic = true },
|
DashboardFooter = { fg = c.yellow, italic = true },
|
||||||
|
|
||||||
-- Alpha
|
-- Alpha
|
||||||
AlphaShortcut = { fg = c.cyan },
|
AlphaShortcut = { fg = c.orange },
|
||||||
AlphaHeader = { fg = c.blue },
|
AlphaHeader = { fg = c.blue },
|
||||||
AlphaHeaderLabel = { fg = c.orange },
|
AlphaHeaderLabel = { fg = c.orange },
|
||||||
AlphaFooter = { fg = c.yellow, italic = true },
|
AlphaFooter = { fg = c.yellow, italic = true },
|
||||||
AlphaButtons = { fg = c.magenta },
|
AlphaButtons = { fg = c.cyan },
|
||||||
|
|
||||||
-- WhichKey
|
-- WhichKey
|
||||||
WhichKey = { fg = c.cyan },
|
WhichKey = { fg = c.cyan },
|
||||||
|
|||||||
Reference in New Issue
Block a user