From efbcbb9c8fbb3adbd53e56dea590193101cc33cc Mon Sep 17 00:00:00 2001 From: Fabrizio Destro <7031675+dexpota@users.noreply.github.com> Date: Wed, 28 Aug 2019 12:09:42 +0200 Subject: [PATCH] Reverse blacks and whites in Solarized Light --- themes/Solarized_Light.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/Solarized_Light.conf b/themes/Solarized_Light.conf index 93b8327..36e101b 100644 --- a/themes/Solarized_Light.conf +++ b/themes/Solarized_Light.conf @@ -2,8 +2,8 @@ background #fdf6e3 foreground #52676f cursor #52676f selection_background #e9e2cb -color0 #262626 -color8 #1c1c1c +color0 #e4e4e4 +color8 #ffffd7 color1 #d70000 color9 #d75f00 color2 #5f8700 @@ -16,6 +16,6 @@ color5 #af005f color13 #5f5faf color6 #00afaf color14 #8a8a8a -color7 #e4e4e4 -color15 #ffffd7 +color7 #262626 +color15 #1c1c1c selection_foreground #fcf4dc