dracula / gtk

🧛🏻‍♂️ Dark theme for GTK
https://draculatheme.com/gtk
GNU General Public License v3.0
937 stars 84 forks source link

Flatpak Support #39

Open Plailect opened 4 years ago

Plailect commented 4 years ago

To theme Flatpak applications, themes must also be packaged for Flatpak. An example of this for GTK is org.gtk.Gtk3theme.Yaru. An example of this for KDE is org.kde.KStyle.Adwaita.

For GTK, I am currently using pakitheme to automatically package Ant-Dracula, but there is also this user repository which has a manifest for an older version of the theme.

rstrube commented 4 years ago

I'd also love to see Flatpak support! I've become addicted to the Dracula theme, but I've also started using Flatpak as my primary source for applications.

drewofdoom commented 3 years ago

Another voice for flatpak support. Pakitheme works ok, but some things aren't quite right. Close button doesn't show up, for example.

I'm using pakitheme with the release of the theme from this repo, not from Ant.

Elsie19 commented 3 years ago

Yeah, pakitheme would be the easiest way

OlaoluwaM commented 2 years ago

Seems like stylepak doesn't work anymore :/

PoorPocketsMcNewHold commented 2 years ago

@OlaoluwaM commented on 10 déc. 2021, 19:39 UTC+1:

Seems like stylepak doesn't work anymore :/

No need anymore.

Just give all your flatpak apps access to .themes & .icons (Not /usr/share/ because that's blacklisted apparently)

sudo flatpak override --filesystem=/home/pm/.icons/
sudo flatpak override --filesystem=/home/pm/.themes
# In the worse case scenario
sudo flatpak override --env=GTK_THEME=Dracula
pspiagicw commented 2 years ago

~/.themes and ~/.icons are deprecated and old , use ~/.local/share/themes and ~/.local/share/icons.

But it is better to isolate the theme and upload as a flatpak