Skip to content

Commit 2c791ae

Browse files
authored
Update theme.lua
1 parent 582086b commit 2c791ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lua/solarized/theme.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ theme.loadEditor = function ()
154154
healthWarning = { fg = solarized.yellow },
155155

156156
-- Dashboard
157-
DashboardShortCut = { fg = solarized.blue },
158-
DashboardHeader = { fg = solarized.blue },
159-
DashboardCenter = { fg = solarized.blue },
157+
DashboardShortCut = { fg = solarized.grey },
158+
DashboardHeader = { fg = solarized.grey },
159+
DashboardCenter = { fg = solarized.grey },
160160
DashboardFooter = { fg = solarized.green, style = "italic" },
161161

162162
}

0 commit comments

Comments
 (0)