alacritty: swap red/green colors

supposedly red is more readable
This commit is contained in:
dogeystamp 2024-03-31 21:34:13 -04:00
parent 48d48a2e26
commit 8c512a2572
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -9,8 +9,8 @@ size = 10
[colors]
[colors.normal]
black = "#000000"
red = "#454545"
green = "#949494"
red = "#949494"
green = "#505050"
yellow = "#a7a7a7"
blue = "#56698a"
magenta = "#d5d5d5"