fix: update legibility with bright green color (#1895)

Bright green color was hard to read on dark backgrounds. Adjusted color value for alacritty, ghostty, and kitty.
This commit is contained in:
Justin Lowry
2025-10-06 14:22:21 -06:00
committed by GitHub
parent c91c75a5e6
commit 14b020dcfb
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ white = "#F6F5DD"
[colors.bright]
black = "#53685B"
red = "#db9f9c"
green = "#143614"
green = "#63b07a"
yellow = "#E5C736"
blue = "#ACD4CF"
magenta = "#75bbb3"