Skip to content

Commit

Permalink
make muted groupchats more visible in the friends list
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudoko committed Mar 8, 2015
1 parent cb3ed88 commit f5be82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void theme_load(char loadtheme)
//---- Text selection ----
COLOR_SELECTION_BACKGROUND = COLOR_MAIN_TEXT;
COLOR_SELECTION_TEXT = COLOR_MAIN_BACKGROUND;
COLOR_GROUP_UNUSUAL = COLOR_MAIN_URLTEXT;
COLOR_GROUP_UNUSUAL = COLOR_MAIN_ACTIONTEXT;

//---- Inputs, dropdowns & tooltips ----
COLOR_EDGE_NORMAL = COLOR_PROC(0xC0C0C0);
Expand Down

0 comments on commit f5be82a

Please sign in to comment.