pop-os / gtk-theme

System76 Pop GTK+ Theme
GNU General Public License v3.0
779 stars 80 forks source link

(dark theme) Axis ticks in gnome-power-statistics battery history view not readable #500

Open mohms opened 3 years ago

mohms commented 3 years ago

Describe the problem: When using the dark theme, gnome-power-statistics battery history view has barely visible axis ticks, see screenshot. They are there, but have really low contrast to the background. Looks fine in light theme.

Screenshot from 2021-02-15 09-17-40

Steps to reproduce:

  1. Set Pop theme to dark
  2. open gnome-power-statistics

Distribution: Pop!_OS 20.10

Pop version: Theme Version: 5.3.3~1611615513~20.10~5ab6f1e

bflanagin commented 3 years ago

For reference here is the light theme version

Screenshot from 2021-02-15 08-49-27

isantop commented 3 years ago

It looks like this is a custom widget, which means that changes to this need to be made to the code within the app that draw the widget. For reference, we can see the issue clearly affects Adwaita-dark as well:

image

mohms commented 3 years ago

Found the upstream issue and a merge request for it. Looks like upstream will possibly fix this in the next release.