diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index d2892f3..423010d 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -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 },