Skip to content

Commit

Permalink
Fix invisible file transfer text on Zenburn
Browse files Browse the repository at this point in the history
  • Loading branch information
CandyGumdrop committed May 9, 2015
1 parent a4daeee commit 004abfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion theme.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ void theme_load(char loadtheme)
COLOR_AUX_ACTIVEOPTION_BACKGROUND = COLOR_ACTIVEOPTION_BACKGROUND;
COLOR_AUX_ACTIVEOPTION_TEXT = COLOR_ACTIVEOPTION_TEXT;
break;

case THEME_ZENBURN:
COLOR_MAIN_BACKGROUND = COLOR_PROC(0x3f3f3f);
COLOR_MAIN_TEXT = COLOR_PROC(0xdcdccc);
Expand Down Expand Up @@ -267,7 +268,7 @@ void theme_load(char loadtheme)
COLOR_BUTTON_DISABLED_BACKGROUND = COLOR_LIST_BACKGROUND;
COLOR_BUTTON_DISABLED_TEXT = COLOR_MAIN_TEXT;
COLOR_BUTTON_DISABLED_HOVER_BACKGROUND = COLOR_LIST_BACKGROUND;
COLOR_BUTTON_DISABLED_TRANSFER = COLOR_LIST_BACKGROUND;
COLOR_BUTTON_DISABLED_TRANSFER = COLOR_MAIN_TEXT;
COLOR_BUTTON_INPROGRESS_BACKGROUND = COLOR_MAIN_TEXT;
COLOR_BUTTON_INPROGRESS_TEXT = COLOR_MAIN_BACKGROUND;
break;
Expand Down

0 comments on commit 004abfc

Please sign in to comment.