Updated README and TODO

This commit is contained in:
Eudaimon 2022-07-14 12:56:30 +02:00
parent 71daf0b284
commit c8b05825a0
2 changed files with 10 additions and 6 deletions

View File

@ -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)
![gtk3 widget page 3](previews/gtk3wf-3.png)
![Soil dark theme](previews/gtk3wf-1-Soil.png)

View File

@ -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).