annotate README.md @ 37:8f19fa4b6897

Add notes on changing the theme (in case people don't like green)
author IBBoard <dev@ibboard.co.uk>
date Sun, 01 Jan 2017 20:25:13 +0000
parents a1961ab3e70e
children e5535c7832a7
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
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
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
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
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)
b296440717d5 Add a readme and screenshots
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
21 ![GTK2 Widget Factory](./GTK2.png)
b296440717d5 Add a readme and screenshots
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
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
b296440717d5 Add a readme and screenshots
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
30
b296440717d5 Add a readme and screenshots
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
31 Copyright/License
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
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/).