Make the inactive osd text color fall back to the old osd property, and lastly inherit from the unfocused window color.
This commit is contained in:
parent
d58ed5c413
commit
9415459aea
1 changed files with 3 additions and 2 deletions
|
@ -324,8 +324,9 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name,
|
|||
"osd.label.text.color",
|
||||
theme->osd_text_active_color, RrColorCopy(theme->title_focused_color));
|
||||
|
||||
READ_COLOR("osd.inactive.label.text.color", theme->osd_text_inactive_color,
|
||||
RrColorNew(inst, 0xff, 0xff, 0xff));
|
||||
READ_COLOR_("osd.inactive.label.text.color",
|
||||
"osd.label.text.color",
|
||||
theme->osd_text_inactive_color, RrColorCopy(theme->title_unfocused_color));
|
||||
|
||||
READ_COLOR("window.active.button.unpressed.image.color",
|
||||
theme->titlebut_focused_unpressed_color,
|
||||
|
|
Loading…
Reference in a new issue