Update theme.lua

This commit is contained in:
shaunsingh
2021-06-05 22:33:19 -04:00
committed by GitHub
parent d6635f7198
commit a873f62fc7

View File

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