hirc

IRC client
Log | Files | Refs

commit 48088badbbcf452862391d6cc16bec3bbf7bce52
parent ccc197a5c38606970aaf1e030c0f69dc60b56f6c
Author: hhvn <dev@hhvn.uk>
Date:   Wed, 17 Nov 2021 00:50:58 +0000

config.c: change default background of misc.topiccolour

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

diff --git a/config.c b/config.c @@ -115,7 +115,7 @@ struct Config config[] = { .description = { "Number of columns buflist will take up.", NULL}}, {"misc.topiccolour", 1, Val_colourpair, - .pair = {99, 88}, + .pair = {99, 89}, .pairhandle = NULL, .description = { "Foreground and background colour of topic bar in main window", NULL}},