Change font color on comments

• Feb 9, 2021 - 17:05
Reported version
3.6
Type
Functional
Frequency
Once
Severity
S5 - Suggestion
Reproducibility
Always
Status
active
Regression
No
Workaround
Yes

Hi. When background of musescore is black, font color for comments is white and it´s hard to read. Is there a way to change the font color to black?
Thanks

Jorge


Comments

Hey Jorge. Not sure if this would still be helpful to you, because it's a lot more readable in the latest version of the plugin, but I just had the same issue, so I figured it out real quick. Luckily, the code is pretty simple. If you want to change the color, all you need to do is open up the qml file in a text editor, find the "TextArea" section, (about halfway through the code) find textFormat, add another line beneath it, and then type (or copy-paste) 'textColor : "black"'. Then reload the plugins. If you want it to look pretty, it's 18 spaces to line it up with the other code. Anyway, hope this helps!

Attachment Size
Screenshot 2023-12-30 at 8.16.35 PM.png 149.63 KB