From e711bf3c1cda35d87079d5659b6b84502496c462 Mon Sep 17 00:00:00 2001 From: shaunsingh <71196912+shaunsingh@users.noreply.github.com> Date: Tue, 1 Jun 2021 16:01:41 -0400 Subject: [PATCH] Update colors.lua --- lua/solarized/colors.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/solarized/colors.lua b/lua/solarized/colors.lua index e1c22c3..e82480b 100644 --- a/lua/solarized/colors.lua +++ b/lua/solarized/colors.lua @@ -4,14 +4,14 @@ local solarized = { gray = '#073642', black = '#002b36', red = '#dc322f', - green = '#002b36', + green = '#7d8d09', yellow = '#6c71c4', paleblue = '#586e75', cyan = '#7d8d09', blue = '#073642', purple = '#b58900', orange = '#cb4b16', - pink = '#002b36', + pink = '#073642', bg = '#eee8d5', bg_alt = '#fdf6e3',