Skip to content

Commit a873f62

Browse files
authored
Update theme.lua
1 parent d6635f7 commit a873f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/solarized/theme.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ theme.loadEditor = function ()
156156
-- Dashboard
157157
DashboardShortCut = { fg = solarized.blue },
158158
DashboardHeader = { fg = solarized.grey },
159-
DashboardCenter = { fg = solarized.cyan },
159+
DashboardCenter = { fg = solarized.grey },
160160
DashboardFooter = { fg = solarized.green, style = "italic" },
161161

162162
}

0 commit comments

Comments
 (0)