Unintuitive plugin window Color in dark mode

Reported version
3.0
Type
Graphical (UI)
Frequency
Once
Severity
S4 - Minor
Reproducibility
Always
Status
active
Regression
No
Workaround
No
Project

The plugin windows have a color associated with an unresponsive window while functioning perfectly. It should be a dark grey.


Comments

TempoChanges sets the background color explicitly to "circumvent" too low contrast when using dark mode. But I believe it is possible for a plugin to read out the dark mode setting. Not sure whether it's easy to take over the scheme colors without changing musescore itself; but using a different scheme within the plugin should be doable.

It is pretty well hidden in MuseScore 3.ini's [ui] section:
application\globalStyle=@Variant(\0\0\0\x7f\0\0\0\x17Ms::MuseScoreStyleType\0\0\0\0\0)
dark, vs. light:
application\globalStyle=@Variant(\0\0\0\x7f\0\0\0\x17Ms::MuseScoreStyleType\0\0\0\0\x1)

Hmm.. just tested dark mode for the first time since 3.x and plugins (if not setting any colors themselves) now do follow the selected style.
Hooray for improvements!