change inactive button foreground color for 8-color-theme

This commit is contained in:
Markus Gans 2015-07-09 02:13:47 +02:00
parent dde6d966ce
commit e3983ea8a0
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ void FWidget::setColorTheme()
wc.button_active_focus_bg = fc::Blue;
wc.button_active_fg = fc::Black;
wc.button_active_bg = fc::Cyan;
wc.button_inactive_fg = fc::Black;
wc.button_inactive_fg = fc::Cyan;
wc.button_inactive_bg = fc::LightGray;
wc.button_hotkey_fg = fc::Red;
wc.titlebar_active_fg = fc::LightGray;