feat(dashboard): better highlights for dashboard.nvim
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user