You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a dark GTK theme and that makes components close to invisible. Maybe there is a way to invert the components colors if you are using a dark theme?
The text was updated successfully, but these errors were encountered:
@NogginBops You can have a try at it. I tried to research a solution but it seems to be kinda complicated, because themes aren't labeled as Light/Dark, they just set certain colors (background, text etc.). I think I read somewhere that you could figure it out by fetching background (and other relevant) colors and mix them and check if they exceed some sort of threshold, in which case the theme is determined to be a Dark version.
I'm using a dark GTK theme and that makes components close to invisible. Maybe there is a way to invert the components colors if you are using a dark theme?
The text was updated successfully, but these errors were encountered: