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.16/sass/gnome-shell.scss | |
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.16/sass/gnome-shell.scss')
-rw-r--r-- | common/gnome-shell/3.16/sass/gnome-shell.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/gnome-shell/3.16/sass/gnome-shell.scss b/common/gnome-shell/3.16/sass/gnome-shell.scss index 3418548..674f742 100644 --- a/common/gnome-shell/3.16/sass/gnome-shell.scss +++ b/common/gnome-shell/3.16/sass/gnome-shell.scss @@ -1,3 +1,7 @@ +$variant: 'light'; +$transparency: 'true'; +$darker: 'false'; + @import "_colors"; //use gtk colors @import "_drawing"; @import "_common"; |