st

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit dc520885a125f703fc86dbd71e4abde12e5de91c
parent d54cbdb6dcebb466a3708455329e155f9a4081bc
Author: andrew.laack <andrew.laack@imbue.com>
Date:   Thu,  4 Sep 2025 15:02:49 -0500

Updaetd default fg color for terminal to match the rest of my colors'

Diffstat:
Mconfig.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -120,7 +120,7 @@ static const char *colorname[] = { /* more colors can be added after 255 to use with DefaultXX */ "#cccccc", "#555555", - "#fbf1c7", /* default foreground colour */ + "#ffffff", /* default foreground colour */ "black", /* default background colour */ };