Skip to content

Commit

Permalink
make description for COLOR_AUX_* less ambiguous
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudoko committed May 2, 2015
1 parent bd15109 commit dfc7afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme.c
Expand Up @@ -51,7 +51,7 @@ void theme_load(char loadtheme)
COLOR_ACTIVEOPTION_BACKGROUND = COLOR_PROC(0xd1d1d1);
COLOR_ACTIVEOPTION_TEXT = COLOR_MAIN_TEXT;

//---- Auxiliary style (for elements in the friendslist) ----
//---- Auxiliary style for inputs/dropdowns ("Search friends" bar) ----
COLOR_AUX_BACKGROUND = COLOR_PROC(0x313131);
COLOR_AUX_EDGE_NORMAL = COLOR_AUX_BACKGROUND;
COLOR_AUX_EDGE_HOVER = COLOR_PROC(0x999999);
Expand Down

0 comments on commit dfc7afa

Please sign in to comment.