add themes

This commit is contained in:
Simon Belmont 2025-03-24 13:01:00 -04:00
parent 47fac581ee
commit a7dc41d91c
1336 changed files with 190048 additions and 0 deletions

View file

@ -0,0 +1,20 @@
![](Art/logo.png)
![](Art/Dracula.png)
#### Installation
Extract the zip file to the themes directory i.e. `/usr/share/themes/` or `~/.themes/` (create it if necessary).
To set the theme in Gnome, run the following commands in Terminal,
```
gsettings set org.gnome.desktop.interface gtk-theme "Ant-Dracula"
gsettings set org.gnome.desktop.wm.preferences theme "Ant-Dracula"
```
or Change via distribution specific tool.
### Note:
* This theme is based on the [evopop-gtk-theme](https://github.com/solus-project/evopop-gtk-theme).