From e31393faf9201011937627926454cf2d87bb91b0 Mon Sep 17 00:00:00 2001 From: shaunsingh <71196912+shaunsingh@users.noreply.github.com> Date: Wed, 2 Jun 2021 08:44:08 -0400 Subject: [PATCH] more accurate colors as per reddit request --- lua/solarized/colors.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/solarized/colors.lua b/lua/solarized/colors.lua index e82480b..e6f091c 100644 --- a/lua/solarized/colors.lua +++ b/lua/solarized/colors.lua @@ -13,9 +13,9 @@ local solarized = { orange = '#cb4b16', pink = '#073642', - bg = '#eee8d5', - bg_alt = '#fdf6e3', - fg = '#002b36', + bg = '#fdf6e3', + bg_alt = '#eee8d5', + fg = '#657b83', text = '#586e75', comments = '#657b83', selection = '#d8ccc4',