consistancy
This commit is contained in:
parent
439d2c62fa
commit
a25d0ed10c
1 changed files with 4 additions and 2 deletions
|
@ -225,7 +225,8 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name,
|
||||||
if (!FIND(color, L("window","active","titleseparator"),
|
if (!FIND(color, L("window","active","titleseparator"),
|
||||||
&theme->title_separator_focused_color, NULL))
|
&theme->title_separator_focused_color, NULL))
|
||||||
theme->title_separator_focused_color =
|
theme->title_separator_focused_color =
|
||||||
RrColorNew(inst, theme->frame_focused_border_color->r,
|
RrColorNew(inst,
|
||||||
|
theme->frame_focused_border_color->r,
|
||||||
theme->frame_focused_border_color->g,
|
theme->frame_focused_border_color->g,
|
||||||
theme->frame_focused_border_color->b);
|
theme->frame_focused_border_color->b);
|
||||||
/* frame unfocused border color inherits from frame focused border color */
|
/* frame unfocused border color inherits from frame focused border color */
|
||||||
|
@ -240,7 +241,8 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name,
|
||||||
if (!FIND(color, L("window","inactive","titleseparator"),
|
if (!FIND(color, L("window","inactive","titleseparator"),
|
||||||
&theme->title_separator_unfocused_color, NULL))
|
&theme->title_separator_unfocused_color, NULL))
|
||||||
theme->title_separator_unfocused_color =
|
theme->title_separator_unfocused_color =
|
||||||
RrColorNew(inst, theme->frame_unfocused_border_color->r,
|
RrColorNew(inst,
|
||||||
|
theme->frame_unfocused_border_color->r,
|
||||||
theme->frame_unfocused_border_color->g,
|
theme->frame_unfocused_border_color->g,
|
||||||
theme->frame_unfocused_border_color->b);
|
theme->frame_unfocused_border_color->b);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue