vinceliuice / Mojave-gtk-theme

Mojave is a macos Mojave like theme for GTK 3, GTK 2 and Gnome-Shell
GNU General Public License v3.0
1.5k stars 243 forks source link

How to change the color of some items of the Gdm login Screen with your McMojave gdm theme ? #212

Closed Tuxman2 closed 3 years ago

Tuxman2 commented 3 years ago

Hi vinceliuice,

well, I would like to change the color of these elements (surrounded by red in the picture). With your gdm theme (McMojave dark solid for GDM), these are very dark. I would like to have them in white because I use a wallpaper with a dark background. Where can I modify them in the gnome-shell.css file for the GDM theme ?

GdmLoginScreen

Thanks.

Tuxman2 commented 3 years ago

Good news. I found the part I was looking for in the gnome-shell.css file for GDM. :-)

I changed the color value to white for these two lines:

.popup-menu .popup-menu-item:insensitive {

.popup-menu .popup-inactive-menu-item:insensitive {

The three elements are more bright now :-)

The subject can be closed.