linuxware/.themes/dracula/INSTALL.md
Alexandre Cavalheiro S. Tiago Da Silva 67c7ccd66b
chore: initial commit
2021-04-05 10:48:05 -03:00

35 lines
1 KiB
Markdown

### [GTK](https://www.gtk.org/)
#### Install manually
Download using the [GitHub .zip download](https://github.com/dracula/gtk/archive/master.zip) option and extract the `.zip` file to the themes directory i.e. `/usr/share/themes/` or `~/.themes/` (create it if necessary).
#### Activating theme
To activate the theme in Gnome, run the following commands in Terminal:
```
gsettings set org.gnome.desktop.interface gtk-theme "Dracula"
gsettings set org.gnome.desktop.wm.preferences theme "Dracula"
```
or Change via distribution specific tweak tool.
## Icon Theme (optional)
#### Install manually
Download using the [GitHub .zip download](https://github.com/dracula/gtk/files/5214870/Dracula.zip) option and extract the `.zip` file to the icons directory i.e. `/usr/share/icons/` or `~/.icons/` (create it if necessary).
#### Activating icon theme
To activate the theme in Gnome, run the following commands in Terminal:
```
gsettings set org.gnome.desktop.interface icon-theme "Dracula"
```
or Change via distribution specific tweak tool.