feat: import colors.conf; fix userlist colors, GTK3 defaults, chanview tabs

This commit is contained in:
2026-03-12 14:51:10 -06:00
parent 7ece6faaad
commit 84544a5e91
6 changed files with 282 additions and 32 deletions

View File

@@ -429,7 +429,7 @@ fe_userlist_rehash (session *sess, struct User *user)
nick_token = THEME_TOKEN_TAB_AWAY;
have_nick_token = TRUE;
}
else if (prefs.hex_gui_ulist_color)
else if (prefs.hex_gui_ulist_color || prefs.hex_text_color_nicks)
{
int mirc_index = text_color_of (user->nick);
@@ -461,7 +461,7 @@ fe_userlist_insert (session *sess, struct User *newuser, gboolean sel)
nick_token = THEME_TOKEN_TAB_AWAY;
have_nick_token = TRUE;
}
else if (prefs.hex_gui_ulist_color)
else if (prefs.hex_gui_ulist_color || prefs.hex_text_color_nicks)
{
int mirc_index = text_color_of (newuser->nick);