From 2be8efcbd50b09518ebb47897a93805868f7dff5 Mon Sep 17 00:00:00 2001 From: jfreegman Date: Sat, 10 Feb 2024 15:52:31 -0500 Subject: [PATCH] fix: friend tab names default colour now matches custom themes --- src/friendlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/friendlist.c b/src/friendlist.c index 804ab7493..01194836e 100644 --- a/src/friendlist.c +++ b/src/friendlist.c @@ -66,7 +66,7 @@ static struct PendingDel { typedef enum Default_Conf { Default_Conf_Auto_Accept_Files = 0, - Default_Conf_Tab_Name_Colour = WHITE_BAR_FG, + Default_Conf_Tab_Name_Colour = BAR_TEXT, } Default_Conf; static void set_default_friend_config_settings(ToxicFriend *friend, const Client_Config *c_config)