elementary / wingpanel-indicator-notifications

Wingpanel Notifications Indicator
GNU Lesser General Public License v2.1
24 stars 11 forks source link

Screenshot looks bad with dark mode on GitHub #176

Closed ryonakano closed 3 years ago

ryonakano commented 3 years ago

Screenshot from 2020-12-18 14-21-21

This is because we take screenshots with "grab the current window" in Screenshot. We may want to take screenshots with selected area with white wallpaper instead.

cassidyjames commented 3 years ago

I wonder if we can use CSS to switch to a dark style screenshot? :thinking: But yeah we could probably do something better here.

MrPotatoBobx commented 3 years ago

screenshot with diffrent backhground I just changed the background so it doesnt matter what the users theme is, how does this look?

MrPotatoBobx commented 3 years ago

I wonder if we can use CSS to switch to a dark style screenshot? But yeah we could probably do something better here.

@cassidyjames i dont get what you mean by this

MrPotatoBobx commented 3 years ago

Maybe an opaque panel would fix the issue?

screenshot

Light mode:

image

Dark mode:

Screenshot from 2021-05-01 22 00 17

Dark dimmed:

image

ryonakano commented 3 years ago

Fixed in the latest release.