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 d6635f7 commit a873f62Copy full SHA for a873f62
lua/solarized/theme.lua
@@ -156,7 +156,7 @@ theme.loadEditor = function ()
156
-- Dashboard
157
DashboardShortCut = { fg = solarized.blue },
158
DashboardHeader = { fg = solarized.grey },
159
- DashboardCenter = { fg = solarized.cyan },
+ DashboardCenter = { fg = solarized.grey },
160
DashboardFooter = { fg = solarized.green, style = "italic" },
161
162
}
0 commit comments