Another customizable not-so-colorful GTK theme.
Find a file
2024-08-12 23:14:45 +02:00
general general: colors 2024-08-12 17:06:02 +02:00
gtk-2.0 gtk-2: update colors 2024-08-10 14:06:32 +02:00
gtk-3.0 gtk-3: copy from wpgtk 2024-08-10 05:03:36 +02:00
gtk-4.0 gtk-4: copy from wpgtk 2024-08-10 05:03:52 +02:00
screenshots Add screenshots 2024-08-12 20:41:40 +02:00
index.theme index.theme: set icon theme 2024-08-10 13:56:04 +02:00
LICENSE Add LICENSE file 2024-08-12 20:41:22 +02:00
README.md Update README.md 2024-08-12 23:14:45 +02:00

Desolate GTK

Another customizable not-so-colorful GTK theme for your tiling WM.

This is a variation of linea-nord-color theme, which is part of wpgtk project.

Default colors

Instalation

  1. Clone the repository
cd ~/.themes
git clone https://github.com/He4eT/Desolate-GTK.git Desolate
  1. 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;

Solarized colors

See Also

License

This project is licensed under the GPLv2 License - see the LICENSE file for details