SrainApp / srain

Modern IRC client written in GTK
https://srain.silverrainz.me/
Other
302 stars 34 forks source link

Don't auto-append a "-dark" to theme config #394

Closed jlo62 closed 11 months ago

jlo62 commented 1 year ago

the config line: theme = "default-bubble" # String; Theme; Available values: default loads the dark theme, even if I don't use dark theme.

theme = "default-bubble-dark" # String; Theme; Available values: default gives the error default-bubble-dark-dark.css was not found or simular.

SilverRainZ commented 1 year ago

"-dark" is automaticlly appeneded only when

You should not add this dark suffix byself.

jlo62 commented 1 year ago

well I guess first was true, but I didn't have the second, so it looked horrible and I wanted to change it. having plasma installed did change pretty much everything. it added the gtk-applications-prefer-dark-theme but I didn't use the dark theme. Well It makes sense, so nvm. thx

SilverRainZ commented 1 year ago

Can you give me the screenshot? (and what gtk theme are you using?)

jlo62 commented 1 year ago

image The line in .config/gtk-3.0/settings.ini: gtk-application-prefer-dark-theme=true explains the Behavior. I tried to change it by appending -dark (result is in OP), but I fixed it by setting my theme from Adwaita to Adwaita-dark. now it's resolved itself: image