feat(dashboard): better highlights for dashboard.nvim

This commit is contained in:
Folke Lemaitre
2023-10-04 11:56:16 +02:00
parent f509090985
commit 1a0e18fd85

View File

@@ -451,7 +451,10 @@ function M.setup()
DashboardShortCut = { fg = c.cyan },
DashboardHeader = { fg = c.blue },
DashboardCenter = { fg = c.magenta },
DashboardFooter = { fg = c.yellow, italic = true },
DashboardFooter = { fg = c.blue1 },
DashboardKey = { fg = c.orange },
DashboardDesc = { fg = c.cyan },
DashboardIcon = { fg = c.cyan, bold = true },
-- Alpha
AlphaShortcut = { fg = c.orange },