pop-os / gnome-shell

Pop!_OS fork of https://git.launchpad.net/~ubuntu-desktop/ubuntu/+source/gnome-shell
GNU General Public License v2.0
25 stars 4 forks source link

StEntry does not respect the `selected-color` property #78

Open isantop opened 3 years ago

isantop commented 3 years ago

When setting a text color for selected text in StEntry in the theme CSS (using the StEntry selected-color property), the color setting is ignored. This leads to poor contrast with selected text in the dark theme, as it instead uses the standard text color #E6E6E6 against the selected background #94EBEB.

Screenshot from 2021-09-28 13-55-22

Expected Behavior:

The selected-color property should allow setting a different text color from the main StEntry Text Color

Causes pop-os/gtk-theme#554