add support for the menu.items.activedisabled.text.color theme element
This commit is contained in:
parent
526560b8a0
commit
2f5727ffe9
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue