diff options
Diffstat (limited to 'common/gnome-shell/3.16/sass/gnome-shell-dark.scss')
-rw-r--r-- | common/gnome-shell/3.16/sass/gnome-shell-dark.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/common/gnome-shell/3.16/sass/gnome-shell-dark.scss b/common/gnome-shell/3.16/sass/gnome-shell-dark.scss new file mode 100644 index 0000000..4a61461 --- /dev/null +++ b/common/gnome-shell/3.16/sass/gnome-shell-dark.scss @@ -0,0 +1,7 @@ +$variant: 'dark'; +$transparency: 'true'; +$darker: 'false'; + +@import "_colors"; //use gtk colors +@import "_drawing"; +@import "_common"; |