https://github.com/he4et/desolate-gtk
Another customizable not-so-colorful GTK theme.
https://github.com/he4et/desolate-gtk
gtk gtk-theme theme
Last synced: about 1 year ago
JSON representation
Another customizable not-so-colorful GTK theme.
- Host: GitHub
- URL: https://github.com/he4et/desolate-gtk
- Owner: He4eT
- License: gpl-2.0
- Created: 2024-08-12T19:09:01.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T16:33:12.000Z (over 1 year ago)
- Last Synced: 2025-05-08T16:59:04.749Z (about 1 year ago)
- Topics: gtk, gtk-theme, theme
- Language: CSS
- Homepage:
- Size: 271 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Desolate GTK
Another customizable not-so-colorful GTK theme for your tiling WM.
This is a variation of [linea-nord-color](https://github.com/deviantfero/wpgtk-templates) theme, which is part of [wpgtk](https://github.com/deviantfero/wpgtk) project.

## Instalation
1. Clone the repository
```sh
cd ~/.themes
git clone https://github.com/He4eT/Desolate-GTK.git Desolate
```
2. Apply the theme using your preferred method. For example, you can use `lxappearance`.
Additionally, you may need to copy the contents of `~/.config/gtk-3.0/` to `~/.config/gtk-4.0/`, or set the `GTK_THEME` environment variable in your `~/.profile` file:
```
export GTK_THEME=Desolate
```
## Customization
You could change theme colors in `general/gtk-colors.css`:
```
@define-color gtk_base_color #073642;
@define-color gtk_fg_color #93a1a1;
@define-color gtk_selection_color #b58900;
```

## See Also
- [GTK Theming Guide](https://gtkthemingguide.vercel.app/)
- [AWF - A widget factory (extended)](https://github.com/luigifab/awf-extended)
- `GTK_THEME=Desolate-GTK GTK_DEBUG=interactive awf-gtk3`
## License
This project is licensed under the GPLv2 License - see the [LICENSE](LICENSE) file for details