diff options
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"; |