From 0f60f4fece00485ed16fe7c1dff2ec64ff11a2b1 Mon Sep 17 00:00:00 2001 From: Lauri Gustafsson Date: Mon, 4 Apr 2022 14:05:48 +0300 Subject: [PATCH] themes/solarized-light: Swap bright0 and bright1 color Fixes some CLI applications which expect bright1 to be red --- themes/solarized-light | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/solarized-light b/themes/solarized-light index fb4b762a..1b1fabda 100644 --- a/themes/solarized-light +++ b/themes/solarized-light @@ -14,8 +14,8 @@ regular4= 268bd2 regular5= d33682 regular6= 2aa198 regular7= 073642 -bright0= cb4b16 -bright1= fdf6e3 +bright0= fdf6e3 +bright1= cb4b16 bright2= 93a1a1 bright3= 839496 bright4= 657b83