Make the color of invalid/disabled options in the menus more distinguishable
Reported version
3.0
Priority
P1 - High
Type
Ergonomical (UX)
Frequency
Few
Severity
S3 - Major
Reproducibility
Always
Status
closed
Regression
Yes
Workaround
Yes
Project
In the dark mode, the invalid option in the right-click menu is very similar with the valid ones. At first glance, it seems to be the same. This type of text should be changed to other distinguished colours.
Or change the colour of shadow to black
Fix version
3.3.0
Comments
I'd call it a bug. Black shadow should fix it indeed
Same in 3.1
most probably in 3.0 but not in 2.x
relates to #292477: [EPIC] issue with dark theme
It is all menus
Most likely a matter of setting up ...share/themes/style_dark_fusion.css, namely:
Just how? I've tried about every possibpe permitation of colod, background, border and bkacl, gray, darkgrep etc. without success so far.
There's one strange difference between the light and the dark css file, only the light one has this part:
Omission (and not needed in dark theme) or on purpose?
Hmm, after a log of trial and error and changing the settings shown above to this:
I can come up with this:
I haven't been able to find a way to color the shadow of that text (
text-shadow: black;
doesn't work), or to set the background color for*:disabled
without setting it for the enabled menus toohttps://github.com/musescore/MuseScore/pull/5239
Fixed in branch master, commit 5c372e9750
_fix #291233: make disabled menu entries more distinguishable in dark theme
Reusing the colors matcheing the setting for "Base" in palette_*_fusion.json. files. Changes for the light theme only for
symmetry, not strictly needed otherwise.
Syncing light and dark theme's settings, seems forgotten changes from back in 2016, fcb88e51
Some more syncing themes, sorting the json files the same way, which reveals that the dark theme has one extra setting, "Highlight", so adding the default color,
Qt::darkBlue
, for that to the light theme._Fixed in branch master, commit f6e41c3117
_Merge pull request #5239 from Jojo-Schmitz/dark-theme
fix #291233: make disabled menu entries more distinguishable in dark theme_
Automatically closed -- issue fixed for 2 weeks with no activity.