From f5d899dc97cc79c97ebd38ad584990b08fca32ba Mon Sep 17 00:00:00 2001 From: Eudaimon Date: Thu, 1 Jun 2023 14:18:39 +0200 Subject: [PATCH] Updated README --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 76f36d1..16eeb08 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a flat theme that tries to have maximum readability. To this end, different effects are used to indicate different statuses for the items (such as hover, selected, etc.). Buttons are inspired by Materia, although the effects are different. Animations are slow so they are more obvious. -This theme is based on Adwaita GTK3 and GTK4 (source sasscs!) and built from there. Sources are also available. +This theme is based on Adwaita GTK3 and GTK4 (source sasscs!) and built from there. Sources are also available. I've also made adaptations so it works well as libadwaita css (still a WIP). GTK2 is based on Clearlooks. @@ -21,8 +21,19 @@ Included themes: - xfwm4 (not really matching, maybe just "good enough"). - Cinnamon, Gnome-Shell, chrome made with Oomox/Themix using Materia (these do not adapt to color themes other than the original one). +## Libadwaita support -Big previews: +In order for libadwaita apps (i.e. most native Gnome apps) to display this theme instead of default libadwaita, you should go to your `~/.config/gtk-4.0` directory and link there this theme's gtk-4.0 `gtk.css`, `gtk-dark.css` and `assets` directory. For example, supposing you have this theme in your `~/.themes` directory: + +```sh +cd ~/.config/gtk-4.0 +ln -s ~/.themes/ClearCrystal/gtk-4.0/assets +ln -s ~/.themes/ClearCrystal/gtk-4.0/gtk.css +ln -s ~/.themes/ClearCrystal/gtk-4.0/gtk-dark.css +``` + + +## Big previews ![new default theme](previews/dark-ClearCrystal-neutral.png) @@ -57,4 +68,4 @@ Big previews: ![color theme preview](previews/logo.png) ![color theme preview](previews/scheme-ClearCrystal_less_dark.png) ![color theme preview](previews/scheme-ClearCrystal-neutral.png) -![color theme preview](previews/scheme-LightBlue.png) \ No newline at end of file +![color theme preview](previews/scheme-LightBlue.png)