changeset 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 0d477a8477e9
files README.md
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Sun Jan 01 20:19:23 2017 +0000
+++ b/README.md	Sun Jan 01 20:25:13 2017 +0000
@@ -20,6 +20,13 @@
 ![GTK3 Widget Factory - Page 3](./GTK3-Page3.png)
 ![GTK2 Widget Factory](./GTK2.png)
 
+Chaning the theme
+-----------------
+
+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
+./parse-sass.sh.
+
+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.
 
 Copyright/License
 -----------------