diff options
author | Horst3180 | 2015-08-10 20:31:22 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-13 01:15:17 +0200 |
commit | cbbd23ec075997c5b2ffb634ee03724759fbe58e (patch) | |
tree | 30fb8413ba2a0aa44bf15493c2f724c934d6727a /common/gnome-shell/3.14/README | |
parent | 954f41f19f3c851796b743c38c1300612b0ed525 (diff) | |
download | solarc-theme-cbbd23ec075997c5b2ffb634ee03724759fbe58e.tar.gz solarc-theme-cbbd23ec075997c5b2ffb634ee03724759fbe58e.tar.xz solarc-theme-cbbd23ec075997c5b2ffb634ee03724759fbe58e.zip |
gnome-shell theme improvements and some osd redesign
Diffstat (limited to 'common/gnome-shell/3.14/README')
-rw-r--r-- | common/gnome-shell/3.14/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/common/gnome-shell/3.14/README b/common/gnome-shell/3.14/README new file mode 100644 index 0000000..f040030 --- /dev/null +++ b/common/gnome-shell/3.14/README @@ -0,0 +1,19 @@ +This theme uses libsass/gulp to process the sass/*.scss. Never edit any of the .css files manually. + +How to edit this theme: + +1. Install `nodejs` and `npm` + +2. Install `gulp` + + sudo npm install --global gulp + +3. Execute the following from the directory containing `gulpfile.js` + + npm install + +4. Edit the sass/*.scss files + +5. Regenerate the .css files by executing from the directory containing `gulpfile.js` + + gulp |