Gray was too bright, changed it to be #989898

This commit is contained in:
cannoli-fruit 2026-07-19 02:46:36 -04:00
commit 096909c175

View file

@ -111,7 +111,7 @@ static const char *colorname[] = {
"#6C99BB", // Blue "#6C99BB", // Blue
"#9F4E85", // Magenta "#9F4E85", // Magenta
"#7DD6CF", // Cyan "#7DD6CF", // Cyan
"#D0D0D0", // Gray "#989898", // Gray
/* 8 bright colors */ /* 8 bright colors */
"#080808", // Black "#080808", // Black
@ -121,12 +121,12 @@ static const char *colorname[] = {
"#6C99BB", // Blue "#6C99BB", // Blue
"#9F4E85", // Magenta "#9F4E85", // Magenta
"#7DD6CF", // Cyan "#7DD6CF", // Cyan
"#D0D0D0", // Gray "#989898", // Gray
[255] = 0, [255] = 0,
/* more colors can be added after 255 to use with DefaultXX */ /* more colors can be added after 255 to use with DefaultXX */
"#D0D0D0", /* default foreground colour */ "#989898", /* default foreground colour */
"#080808", /* default background colour */ "#080808", /* default background colour */
}; };