We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582086b commit 2c791aeCopy full SHA for 2c791ae
lua/solarized/theme.lua
@@ -154,9 +154,9 @@ theme.loadEditor = function ()
154
healthWarning = { fg = solarized.yellow },
155
156
-- Dashboard
157
- DashboardShortCut = { fg = solarized.blue },
158
- DashboardHeader = { fg = solarized.blue },
159
- DashboardCenter = { fg = solarized.blue },
+ DashboardShortCut = { fg = solarized.grey },
+ DashboardHeader = { fg = solarized.grey },
+ DashboardCenter = { fg = solarized.grey },
160
DashboardFooter = { fg = solarized.green, style = "italic" },
161
162
}
0 commit comments