annotate README.md @ 98:9da64f7bb19c

Add support for GTK4 Includes `gtk-minimal.css`, which can be used to override Adwaita colours by running `ln -s ~/.themes/Adwaita-Dark-Green/gtk-4.4/gtk-minimal.css ~/.config/gtk-4.0/gtk.css`
author IBBoard <dev@ibboard.co.uk>
date Sat, 26 Mar 2022 20:03:44 +0000
parents 8e94bc263482
children aad862dc7583
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12
b296440717d5 Add a readme and screenshots
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
1 Adwaita Dark Green
b296440717d5 Add a readme and screenshots
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
2 ==================
b296440717d5 Add a readme and screenshots
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
3
b296440717d5 Add a readme and screenshots
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
4 About
b296440717d5 Add a readme and screenshots
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
5 -----
b296440717d5 Add a readme and screenshots
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
6
b296440717d5 Add a readme and screenshots
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
7 Adwaita Dark Green is based on Adwaita but with a darker colour set (inspired by [Mediterranean Night Dark](http://gnome-look.org/content/show.php/MediterraneanNight+Series?content=156782)) and dark menu bars.
b296440717d5 Add a readme and screenshots
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
8
79
e5535c7832a7 Update README for clarity and Nautilus 3.30 details
IBBoard <dev@ibboard.co.uk>
parents: 37
diff changeset
9 I find Adwaita too bright, and the Mediterranean series didn't keep up with GTK3's progress, so I made my own version. I used Adwaita as a base as it made adapting to GTK's internal changes easier.
12
b296440717d5 Add a readme and screenshots
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
10
b296440717d5 Add a readme and screenshots
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
11 The Theme
b296440717d5 Add a readme and screenshots
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
12 ---------
b296440717d5 Add a readme and screenshots
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
13
91
240e408b8c7f Update documentation for v1.0.6 release
IBBoard <dev@ibboard.co.uk>
parents: 79
diff changeset
14 Adwaita Dark Green includes GTK2, GTK3 (3.16, 3.18 and 3.20+ - including the new Nautilus 3.30 and 3.32 path bars) and Metacity themes.
12
b296440717d5 Add a readme and screenshots
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
15
b296440717d5 Add a readme and screenshots
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
16 The following screenshots were taken at [revision ecae148f2522](https://dev.ibboard.co.uk/repos/other/Adwaita-Dark-Green/rev/ecae148f2522)
b296440717d5 Add a readme and screenshots
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
17
b296440717d5 Add a readme and screenshots
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
18 ![GTK3 Widget Factory - Page 1](./GTK3-Page1.png)
b296440717d5 Add a readme and screenshots
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
19 ![GTK3 Widget Factory - Page 2](./GTK3-Page2.png)
b296440717d5 Add a readme and screenshots
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
20 ![GTK3 Widget Factory - Page 3](./GTK3-Page3.png)
79
e5535c7832a7 Update README for clarity and Nautilus 3.30 details
IBBoard <dev@ibboard.co.uk>
parents: 37
diff changeset
21 ![Nautilus 3.30](./Nautilus-3.30.png)
93
8e94bc263482 Add Nautilus 3.32 screenshot for v1.0.6 release
IBBoard <dev@ibboard.co.uk>
parents: 91
diff changeset
22 ![Nautilus 3.32](./Nautilus-3.32.png)
12
b296440717d5 Add a readme and screenshots
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
23 ![GTK2 Widget Factory](./GTK2.png)
b296440717d5 Add a readme and screenshots
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
24
37
8f19fa4b6897 Add notes on changing the theme (in case people don't like green)
IBBoard <dev@ibboard.co.uk>
parents: 36
diff changeset
25 Chaning the theme
8f19fa4b6897 Add notes on changing the theme (in case people don't like green)
IBBoard <dev@ibboard.co.uk>
parents: 36
diff changeset
26 -----------------
8f19fa4b6897 Add notes on changing the theme (in case people don't like green)
IBBoard <dev@ibboard.co.uk>
parents: 36
diff changeset
27
8f19fa4b6897 Add notes on changing the theme (in case people don't like green)
IBBoard <dev@ibboard.co.uk>
parents: 36
diff changeset
28 If you want to change any of the colours in the theme, edit the colour variable in the first ~100 lines of the appropriate gtk.scss and run
8f19fa4b6897 Add notes on changing the theme (in case people don't like green)
IBBoard <dev@ibboard.co.uk>
parents: 36
diff changeset
29 ./parse-sass.sh.
8f19fa4b6897 Add notes on changing the theme (in case people don't like green)
IBBoard <dev@ibboard.co.uk>
parents: 36
diff changeset
30
8f19fa4b6897 Add notes on changing the theme (in case people don't like green)
IBBoard <dev@ibboard.co.uk>
parents: 36
diff changeset
31 Note: GTK 3 has introduced a built-in versioning system to help themes deal with the various internal widget changes between GTK versions. This means that GTK will look for the latest versioned directory that is less than or equal to the version number. When using Adwaita Dark Green then GTK 3 ≤ 3.16 will use the gtk-3.0 directory, GTK 3.18 will use the gtk-3.18 directory and GTK 3 ≥ 3.20 will use the gtk-3.20 directory.
12
b296440717d5 Add a readme and screenshots
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
32
b296440717d5 Add a readme and screenshots
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
33 Copyright/License
b296440717d5 Add a readme and screenshots
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
34 -----------------
b296440717d5 Add a readme and screenshots
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
35
36
a1961ab3e70e Update README and screenshots before release
IBBoard <dev@ibboard.co.uk>
parents: 17
diff changeset
36 This code is based on [Adwaita by the Gnome/GTK team](https://github.com/GNOME/gtk/tree/master/gtk/theme/Adwaita) and modified by [IBBoard](https://ibboard.co.uk/). It is released under the LGPL v2 license, in accordance with the license on the GTK source code.
a1961ab3e70e Update README and screenshots before release
IBBoard <dev@ibboard.co.uk>
parents: 17
diff changeset
37
79
e5535c7832a7 Update README for clarity and Nautilus 3.30 details
IBBoard <dev@ibboard.co.uk>
parents: 37
diff changeset
38 This theme is version controlled [on dev.ibboard.co.uk](https://dev.ibboard.co.uk/repos/other/Adwaita-Dark-Green/).