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