all repos — openbox @ 2f5727ffe9196fe9d4c7442116680254b5e76561

openbox fork - make it a bit more like ryudo

add support for the menu.items.activedisabled.text.color theme element
Dana Jansens danakj@orodu.net
commit

2f5727ffe9196fe9d4c7442116680254b5e76561

parent

526560b8a0871cd93f27c32442b3e470ec42ecb3

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

jump to
M tools/themetoxml/themetoxml.ctools/themetoxml/themetoxml.c

@@ -424,6 +424,8 @@

if (read_color(db, "menu.items.disabled.text.color", &i, &j, &k)) { COLOR3("menu","disabled","primary",i,j,k,255); + read_color(db, "menu.items.activedisabled.text.color", + &i, &j, &k); /* read this if we can */ COLOR4("menu","activedisabled","text","primary",i,j,k,255); }