flathub / de.willuhn.Jameica

https://flathub.org/apps/details/de.willuhn.Jameica
0 stars 3 forks source link

Dark Gtk-theme #2

Closed hanny00 closed 3 years ago

hanny00 commented 3 years ago

I want to change the gtk-theme from Jameica-Hibiscus Homebanking. I have read that i can do it with flatpak run --env=GTK_THEME=Breath-Dark de.willuhn.Jameica but it does not work.

hanny00 commented 3 years ago

I found a solution

1. flatpak search breeze-dark
2. install it for user
3. flatpak run --env=GTK_THEME=Breeze-Dark de.willuhn.Jameica and flatpak override --user --env=GTK_THEME=Breeze-Dark 
tobias-hammerschmidt commented 3 years ago

I think this is not specific for this application but rather to any application distributed using flatpak. Theming support should be available from flatpak 0.8.4 (https://blog.tingping.se/2017/05/11/flatpak-theming.html) and should also work with system installed themes (https://www.linuxuprising.com/2018/05/how-to-get-flatpak-apps-to-use-correct.html). Anyway good that you found a solution which works for you.