From 2723b4c5fdac78398f7cfe27814e993c7d0a26f9 Mon Sep 17 00:00:00 2001 From: shaunsingh <71196912+shaunsingh@users.noreply.github.com> Date: Tue, 1 Jun 2021 16:00:43 -0400 Subject: [PATCH] Update colors.lua --- 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 3ba14f7..e1c22c3 100644 --- a/lua/solarized/colors.lua +++ b/lua/solarized/colors.lua @@ -4,14 +4,14 @@ local solarized = { gray = '#073642', black = '#002b36', red = '#dc322f', - green = '#7d8d09', + green = '#002b36', yellow = '#6c71c4', paleblue = '#586e75', cyan = '#7d8d09', blue = '#073642', purple = '#b58900', orange = '#cb4b16', - pink = '#7d8d09', + pink = '#002b36', bg = '#eee8d5', bg_alt = '#fdf6e3', @@ -21,7 +21,7 @@ local solarized = { selection = '#d8ccc4', contrast = '#002b36', active = '#d8ccc4', - border = '#839496', + border = '#002b36', line_numbers = '#839496', highlight = '#d8ccc4', disabled = '#073642',