Skip to content

Commit

Permalink
feat(dashboard): better highlights for dashboard.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Oct 4, 2023
1 parent f509090 commit 1a0e18f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lua/tokyonight/theme.lua
Expand Up @@ -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 },
Expand Down

0 comments on commit 1a0e18f

Please sign in to comment.