X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=tools%2Fthemetoxml%2Fthemetoxml.c;h=12944f88ba0f871d0612d01f8cad3412fbda3d22;hb=1bf9de380991206d4afa104cd31c567583f288c2;hp=43cbd6ff4b85b650622a6ca5af5cd81772a833b3;hpb=526560b8a0871cd93f27c32442b3e470ec42ecb3;p=chaz%2Fopenbox diff --git a/tools/themetoxml/themetoxml.c b/tools/themetoxml/themetoxml.c index 43cbd6ff..12944f88 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); }