change inactive button foreground color for 8-color-theme
This commit is contained in:
parent
dde6d966ce
commit
e3983ea8a0
|
@ -302,7 +302,7 @@ void FWidget::setColorTheme()
|
||||||
wc.button_active_focus_bg = fc::Blue;
|
wc.button_active_focus_bg = fc::Blue;
|
||||||
wc.button_active_fg = fc::Black;
|
wc.button_active_fg = fc::Black;
|
||||||
wc.button_active_bg = fc::Cyan;
|
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_inactive_bg = fc::LightGray;
|
||||||
wc.button_hotkey_fg = fc::Red;
|
wc.button_hotkey_fg = fc::Red;
|
||||||
wc.titlebar_active_fg = fc::LightGray;
|
wc.titlebar_active_fg = fc::LightGray;
|
||||||
|
|
Loading…
Reference in New Issue