From: Dana Jansens Date: Sat, 5 May 2007 22:52:15 +0000 (+0000) Subject: add support for the menu.items.activedisabled.text.color theme element X-Git-Tag: shortcut-color~1223 X-Git-Url: http://git.openbox.org/?p=dana%2Fopenbox.git;a=commitdiff_plain;h=2f5727ffe9196fe9d4c7442116680254b5e76561 add support for the menu.items.activedisabled.text.color theme element --- diff --git a/tools/themetoxml/themetoxml.c b/tools/themetoxml/themetoxml.c index 43cbd6f..12944f8 100644 --- a/tools/themetoxml/themetoxml.c +++ b/tools/themetoxml/themetoxml.c @@ -424,6 +424,8 @@ int main(int argc, char **argv) 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); }