From 75172b7bc39e563d1964311d5c5b0d8923042a2a Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Sun, 12 Jun 2022 21:09:27 +0800 Subject: [PATCH] Color tweaks to avoid invisible text. --- .config/alacritty/alacritty.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index feab07f..9127cff 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -50,7 +50,7 @@ schemes: # Normal colors normal: - black: '#073642' # base02 + black: '#002b36' # base03 red: '#dc322f' # red green: '#859900' # green yellow: '#b58900' # yellow @@ -61,7 +61,7 @@ schemes: # Bright colors bright: - black: '#002b36' # base03 + black: '#073642' # base02 red: '#cb4b16' # orange green: '#586e75' # base01 yellow: '#657b83' # base00