Make text on taskbar readable on light color scheme #2128
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Gnome 42+ supports setting color preferences: light (default) and dark1.
When I set preferred color scheme to default or prefer light - either in the Settings or with
gsettings set org.gnome.desktop.interface color-scheme default
orgsettings set org.gnome.desktop.interface color-scheme prefer-light
, text on the taskbar stays slightly dark grey on light grey background which makes text unreadable:I'm running Fedora 40, Gnome Shell 46, using the default Adwaita theme.
After this pull request, there are two new settings to set font color of the application titles on light color scheme for minimized and not minimized applications in Dash to panel settings -> Behavior -> Ungroup applications -> settings icon:
By default this color is
#282828
which is Gnome Shell's dark text on light color scheme2 for.panel-button
:Footnotes
Some information can be found on Gnome Initiatives Wiki: Dark Style Preference. ↩
Since Gnome shell uses Sass to build up css and then gresource, the easiest is to query it like this:
↩