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] [colors.bright]
black = "#53685B" black = "#53685B"
red = "#db9f9c" red = "#db9f9c"
green = "#143614" green = "#63b07a"
yellow = "#E5C736" yellow = "#E5C736"
blue = "#ACD4CF" blue = "#ACD4CF"
magenta = "#75bbb3" magenta = "#75bbb3"

View File

@@ -17,7 +17,7 @@ palette = 7=#F6F5DD
# bright colors # bright colors
palette = 8=#53685B palette = 8=#53685B
palette = 9=#db9f9c palette = 9=#db9f9c
palette = 10=#143614 palette = 10=#63b07a
palette = 11=#E5C736 palette = 11=#E5C736
palette = 12=#ACD4CF palette = 12=#ACD4CF
palette = 13=#75bbb3 palette = 13=#75bbb3

View File

@@ -20,7 +20,7 @@ color9 #DB9F9C
# green # green
color2 #549E6A color2 #549E6A
color10 #143614 color10 #63b07a
# yellow # yellow
color3 #459451 color3 #459451