all repos — openbox @ a25d0ed10cfc89badd4f3e105610802da2f4cbd4

openbox fork - make it a bit more like ryudo

consistancy
Dana Jansens danakj@orodu.net
commit

a25d0ed10cfc89badd4f3e105610802da2f4cbd4

parent

439d2c62fa83e4a233ea44f3eb5d706c6edfc3df

1 files changed, 4 insertions(+), 2 deletions(-)

jump to
M render/theme.crender/theme.c

@@ -225,7 +225,8 @@ /* title separator focused color inherits from focused boder color */

if (!FIND(color, L("window","active","titleseparator"), &theme->title_separator_focused_color, NULL)) 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->b); /* frame unfocused border color inherits from frame focused border color */

@@ -240,7 +241,8 @@ /* title separator unfocused color inherits from unfocused boder color */

if (!FIND(color, L("window","inactive","titleseparator"), &theme->title_separator_unfocused_color, NULL)) 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->b);