feat(dashboard): better highlights for dashboard.nvim
This commit is contained in:
@@ -451,7 +451,10 @@ function M.setup()
|
|||||||
DashboardShortCut = { fg = c.cyan },
|
DashboardShortCut = { fg = c.cyan },
|
||||||
DashboardHeader = { fg = c.blue },
|
DashboardHeader = { fg = c.blue },
|
||||||
DashboardCenter = { fg = c.magenta },
|
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
|
-- Alpha
|
||||||
AlphaShortcut = { fg = c.orange },
|
AlphaShortcut = { fg = c.orange },
|
||||||
|
|||||||
Reference in New Issue
Block a user