From c8b05825a011c1b677746dae58e6801e0b586630 Mon Sep 17 00:00:00 2001 From: Eudaimon Date: Thu, 14 Jul 2022 12:56:30 +0200 Subject: [PATCH] Updated README and TODO --- README.md | 11 +++++++++-- TODO.md | 5 +---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 481a76f..69292f2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,12 @@ GTK2 is based on Clearlooks. It is a light theme but with gray tones, in order to be easy on the eyes. Accents are bright green, so selected text stays the same color. Disabled elements have a subtle red tint, in order to clearly identify their state. -I still need to implement a way to easily create different color themes for this base (see [TODO.md](TODO.md)) +I've created a way to use different color themes: + +- go to `source/templates/` directory and run `./use_scheme.sh name_of_color_scheme` (for example: `./use_scheme.sh colorscheme-Skewaita_original_light.sh` +- move one directory upwards with `cd ..` and rebuild theme, using new selected scheme, and bearing in mind whether it's a light or a dark theme: `./compile.sh light` or `./compile.sh dark` + +For now there are only two color schemes: the original one and a dark one ("Soil", using the colors from this other theme of mine) Big previews: @@ -18,4 +23,6 @@ Big previews: ![gtk3 widget page 2](previews/gtk3wf-2.png) -![gtk3 widget page 3](previews/gtk3wf-3.png) \ No newline at end of file +![gtk3 widget page 3](previews/gtk3wf-3.png) + +![Soil dark theme](previews/gtk3wf-1-Soil.png) \ No newline at end of file diff --git a/TODO.md b/TODO.md index 4193623..7bce6d3 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,4 @@ # TODO -Create a script to adapt gtk2 theme to current color theme. +Create branches for different color themes and learn how to properly manage this creating labels, and without messing. -Create branches for different themes and learn how to properly manage this without messing. - -Fix gtk4 bottom & right undershoot not appearing (unless its size is >218 pixels!, wtf).