ddnexus / equilux-theme

A Material Design-like theme for GNOME/GTK+ based desktop environments.
GNU General Public License v2.0
324 stars 18 forks source link

Text unreadable in popup menus #30

Closed jblaszczyk closed 4 years ago

jblaszczyk commented 5 years ago

after installing the theme into /usr/shell/themes menu items (unhighlighted) in popups are barely visible due to dark text colors

bad colors

jblaszczyk commented 5 years ago

easy fix is to add proper color property to popup items in gnome-shell.css:

    .popup-menu .popup-menu-item {
      spacing: 8px;
      transition-duration: 100ms;
      color: #bebebe;
    }

though other widgets like calendar, worldclocks etc also need fixing.

ddnexus commented 5 years ago

Thank you for the report... and for the fix :) I suspect there are other glitches for 3.34, but I didn't have the time to try it.

ddnexus commented 4 years ago

Sorry for the late answer. I got some time to switch to Ubuntu 19.10 and found the problem...

It is actually the fact that "Ubuntu"session is not a proper "GNOME" session and it is unsupported upstream.

In the same linked paragraph is also indicated how to work around the issue, so I am going to close this issue.