musescore / musescore/MuseScore
Add high contrast UI color preference for automation line
Open
@mathesoncalum is already working on this.
Since Jul 10, 2026.
accessibility
P2
UI
- Dominant language
- C++
- Stars
- 15.1k
- Forks
- 3.3k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 91
Description
Task
In Preferences > Appearance, when 'Enable high-contrast' is on, we'll need to add a new option to change the color of the automation line. This color will change depending on whether the score is inverted or not, NOT whether the UI is in dark or light mode.
The color defaults are as follows:
- Invert score OFF: #FFFD38
- Invert score ON: #1E0073
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.