From e954befc30d125d2caf2a1394557b274e0cf3d43 Mon Sep 17 00:00:00 2001 From: shaunsingh <71196912+shaunsingh@users.noreply.github.com> Date: Tue, 1 Jun 2021 16:17:28 -0400 Subject: [PATCH] Make the dashboard a little less contrasty --- lua/solarized/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/solarized/theme.lua b/lua/solarized/theme.lua index 1b2c3a7..af3e0cb 100644 --- a/lua/solarized/theme.lua +++ b/lua/solarized/theme.lua @@ -155,7 +155,7 @@ theme.loadEditor = function () -- Dashboard DashboardShortCut = { fg = solarized.blue }, - DashboardHeader = { fg = solarized.contrast }, + DashboardHeader = { fg = solarized.grey }, DashboardCenter = { fg = solarized.cyan }, DashboardFooter = { fg = solarized.green, style = "italic" },