Update theme.lua

This commit is contained in:
shaunsingh
2021-06-05 22:34:13 -04:00
committed by GitHub
parent a873f62fc7
commit 582086b557

View File

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