Make the dashboard a little less contrasty

This commit is contained in:
shaunsingh
2021-06-01 16:17:28 -04:00
committed by GitHub
parent e711bf3c1c
commit e954befc30

View File

@@ -155,7 +155,7 @@ theme.loadEditor = function ()
-- Dashboard -- Dashboard
DashboardShortCut = { fg = solarized.blue }, DashboardShortCut = { fg = solarized.blue },
DashboardHeader = { fg = solarized.contrast }, DashboardHeader = { fg = solarized.grey },
DashboardCenter = { fg = solarized.cyan }, DashboardCenter = { fg = solarized.cyan },
DashboardFooter = { fg = solarized.green, style = "italic" }, DashboardFooter = { fg = solarized.green, style = "italic" },