Update theme.lua

This commit is contained in:
shaunsingh
2021-06-01 15:59:39 -04:00
committed by GitHub
parent b300b16171
commit a8f31ce3ab

View File

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