aboutsummaryrefslogtreecommitdiff
path: root/config/config.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-18 04:25:51 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-18 04:25:51 -0400
commita0a87c0a32fd891efcaf82f8d49b7221fa1ffe2b (patch)
tree0cea90a2609db69bc5271966c86074bed39440ce /config/config.c
parent0b9b047188bc61043095839d2af0e414eced4688 (diff)
downloadfujinet-chat-a0a87c0a32fd891efcaf82f8d49b7221fa1ffe2b.tar.gz
Brighten up default BG and text color, because we're about to use COLOR2 for a 4th statusbar color.
Diffstat (limited to 'config/config.c')
-rw-r--r--config/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.c b/config/config.c
index b1f85c4..d48f54a 100644
--- a/config/config.c
+++ b/config/config.c
@@ -19,7 +19,7 @@ conf_t defaults = {
"N:TCP://irc.libera.chat:6667",
"FNChatTest",
"FujiNetChat User",
- { 0xc0, 0x0c },
+ { 0xc2, 0xce },
{ "#fnchat", { "##atari" }, { "#atari8" }, { 0 }, { 0 } },
{ 0 }, /* extra_channels */
3, /* alert_type, default = both */