Mercurial > repos > other > Adwaita-Dark-Green
annotate README.md @ 76:c4ae2e2a7157
Update to Nautilus 3.30-based stylesheet (with fixes)
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 27 Oct 2018 14:07:06 +0100 |
parents | 8f19fa4b6897 |
children | e5535c7832a7 |
rev | line source |
---|---|
12 | 1 Adwaita Dark Green |
2 ================== | |
3 | |
4 About | |
5 ----- | |
6 | |
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. | |
8 | |
36
a1961ab3e70e
Update README and screenshots before release
IBBoard <dev@ibboard.co.uk>
parents:
17
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 integrating changes to GTK's internal changes easier. |
12 | 10 |
11 The Theme | |
12 --------- | |
13 | |
36
a1961ab3e70e
Update README and screenshots before release
IBBoard <dev@ibboard.co.uk>
parents:
17
diff
changeset
|
14 Adwaita Dark Green includes GTK2, GTK3 (3.16, 3.18 and 3.20/3.22) and Metacity themes. |
12 | 15 |
16 The following screenshots were taken at [revision ecae148f2522](https://dev.ibboard.co.uk/repos/other/Adwaita-Dark-Green/rev/ecae148f2522) | |
17 | |
18 ![GTK3 Widget Factory - Page 1](./GTK3-Page1.png) | |
19 ![GTK3 Widget Factory - Page 2](./GTK3-Page2.png) | |
20 ![GTK3 Widget Factory - Page 3](./GTK3-Page3.png) | |
21 ![GTK2 Widget Factory](./GTK2.png) | |
22 | |
37
8f19fa4b6897
Add notes on changing the theme (in case people don't like green)
IBBoard <dev@ibboard.co.uk>
parents:
36
diff
changeset
|
23 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
|
24 ----------------- |
8f19fa4b6897
Add notes on changing the theme (in case people don't like green)
IBBoard <dev@ibboard.co.uk>
parents:
36
diff
changeset
|
25 |
8f19fa4b6897
Add notes on changing the theme (in case people don't like green)
IBBoard <dev@ibboard.co.uk>
parents:
36
diff
changeset
|
26 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
|
27 ./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
|
28 |
8f19fa4b6897
Add notes on changing the theme (in case people don't like green)
IBBoard <dev@ibboard.co.uk>
parents:
36
diff
changeset
|
29 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 | 30 |
31 Copyright/License | |
32 ----------------- | |
33 | |
36
a1961ab3e70e
Update README and screenshots before release
IBBoard <dev@ibboard.co.uk>
parents:
17
diff
changeset
|
34 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
|
35 |
a1961ab3e70e
Update README and screenshots before release
IBBoard <dev@ibboard.co.uk>
parents:
17
diff
changeset
|
36 This theme is version controlled [on dev.ibboard.co.uk](https://dev.ibboard.co.uk/repos/other/Adwaita-Dark-Green/). |