Install latest/stable of dracula-gtk-theme
Ubuntu 16.04 or later?
Make sure snap support is enabled in your Desktop store.
Install using the command line
sudo snap install dracula-gtk-theme
Don't have snapd? Get set up for snaps.
Dracula gtk theme packages as a snap.
Port based on the theme port from https://gitlab.com/spider623/whitesur-snap
To connect the theme to all apps which have available plugs to gtk-common-themes you can run:
for i in $(snap connections | grep gtk-common-themes:gtk-3-themes | awk '{print $2}'); do sudo snap connect $i dracula-gtk-theme:gtk-3-themes; done
for i in $(snap connections | grep gtk-common-themes:icon-themes | awk '{print $2}'); do sudo snap connect $i dracula-gtk-theme:icon-themes; done
[Developer Website](https://gitlab.com/sundbp/dracula-theme-snap)
Generate an embeddable card to be shared on external websites.
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.