mirror of
https://github.com/He4eT/Desolate-GTK.git
synced 2026-05-05 01:47:22 +00:00
Add README.md
This commit is contained in:
parent
6c6d9229d8
commit
f06fc19899
1 changed files with 35 additions and 0 deletions
35
README.md
Normal file
35
README.md
Normal file
|
|
@ -0,0 +1,35 @@
|
||||||
|
# Desolate GTK
|
||||||
|
|
||||||
|
Another customizable not-so-colorful GTK theme.
|
||||||
|
|
||||||
|
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 in any way you like. You can use `lxappearance`, for example.
|
||||||
|
|
||||||
|
Additionally, you might 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
|
||||||
|
```
|
||||||
|
|
||||||
|
## Customisation
|
||||||
|
|
||||||
|
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;
|
||||||
|
```
|
||||||
|

|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
This project is licensed under the GPLv2 License - see the [LICENSE](LICENSE) file for details
|
||||||
Loading…
Add table
Add a link
Reference in a new issue