From 096909c175d1119f02253da185d2c71939142018 Mon Sep 17 00:00:00 2001 From: cannoli-fruit Date: Sun, 19 Jul 2026 02:46:36 -0400 Subject: [PATCH] Gray was too bright, changed it to be #989898 --- config.def.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.def.h b/config.def.h index 59dafba..fe0b7a0 100644 --- a/config.def.h +++ b/config.def.h @@ -111,7 +111,7 @@ static const char *colorname[] = { "#6C99BB", // Blue "#9F4E85", // Magenta "#7DD6CF", // Cyan - "#D0D0D0", // Gray + "#989898", // Gray /* 8 bright colors */ "#080808", // Black @@ -121,12 +121,12 @@ static const char *colorname[] = { "#6C99BB", // Blue "#9F4E85", // Magenta "#7DD6CF", // Cyan - "#D0D0D0", // Gray + "#989898", // Gray [255] = 0, /* more colors can be added after 255 to use with DefaultXX */ - "#D0D0D0", /* default foreground colour */ + "#989898", /* default foreground colour */ "#080808", /* default background colour */ };