Hello
I'm in pb2022 R3 , I'm using a theme in which I put an exception for a given window .
I followed the documentation but it does not work.
Does anyone have an example that works?
Here's what I put in the theme.json file.
For all windows
"window":
{
"drawing":true,
"background-color": "#FFFFFF",
"title":
{
"active-state":
{
"background-color": "#FFFFFF",
"text-font":{"color":"#18322e"}
},
"inactive-state":
{
"background-color": "#F5F7F8",
"text-font":{"color":"#5d707a"}
}
}
For a particular window :
"w_1_test":
{
"drawing":true,
"background-color":"#f44336",
"title":
{
"active-state":
{
"background-color":"#f44336",
"text-font":{"color":"#18322e"}
},
"inactive-state":
{
"background-color": "#F5F7F8",
"text-font":{"color":"#5d707a"}
}
}
Translated with DeepL.com (free version)
Thank you
.