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!
Comments
What window (of which plugin?) are you talking about?
In reply to What window (of which plugin… by Jojo-Schmitz
So far I have only used tempo changes and tuning and temperaments, but I could test more if you want.
So it is about the plugins themselves, not MuseScore
In reply to So it is about the plugins… by Jojo-Schmitz
Both of these plugins are exactly the same color. This made me think it was an issue with Musescore.
It certainly relates to MuseScore and its schema.
https://musescore.org/en/node/285437
Similar?
Probably. Indicates that extra coding inside the plugins might be needed to cater for the dark scheme
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!
Not sure this is an improvment though
relates to #292477: [EPIC] issue with dark theme