Skip to content

Commit

Permalink
fix: friend tab names default colour now matches custom themes
Browse files Browse the repository at this point in the history
  • Loading branch information
JFreegman committed Feb 11, 2024
1 parent 49b6730 commit 2be8efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/friendlist.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2be8efc

Please sign in to comment.