diff options
author | Horst3180 | 2015-09-16 20:34:40 +0200 |
---|---|---|
committer | Horst3180 | 2015-09-16 20:34:40 +0200 |
commit | ca3fa01822da76f4aa37547a09b0ec50620fd450 (patch) | |
tree | 78816cdc6e59b8ae65d6a0487ed0284d78e76203 /common/gnome-shell/3.14/sass | |
parent | 1e5ac00964faa4efb32e8656da62da99049bf3c4 (diff) | |
download | solarc-theme-ca3fa01822da76f4aa37547a09b0ec50620fd450.tar.gz solarc-theme-ca3fa01822da76f4aa37547a09b0ec50620fd450.tar.xz solarc-theme-ca3fa01822da76f4aa37547a09b0ec50620fd450.zip |
add dark gnome-shell and cinnamon themes
Diffstat (limited to 'common/gnome-shell/3.14/sass')
-rw-r--r-- | common/gnome-shell/3.14/sass/_common.scss | 2 | ||||
-rw-r--r-- | common/gnome-shell/3.14/sass/gnome-shell-dark.scss | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/common/gnome-shell/3.14/sass/_common.scss b/common/gnome-shell/3.14/sass/_common.scss index 862d3b0..4eec61f 100644 --- a/common/gnome-shell/3.14/sass/_common.scss +++ b/common/gnome-shell/3.14/sass/_common.scss @@ -245,7 +245,7 @@ StScrollBar { padding: 14px 10px; background: none; border: none; - border-image: url("common-assets/misc/button-box.svg") 9 9 9 9; + border-image: url("#{$asset_path}/misc/button-box.svg") 9 9 9 9; .button { padding-top: 0; diff --git a/common/gnome-shell/3.14/sass/gnome-shell-dark.scss b/common/gnome-shell/3.14/sass/gnome-shell-dark.scss new file mode 100644 index 0000000..4a61461 --- /dev/null +++ b/common/gnome-shell/3.14/sass/gnome-shell-dark.scss @@ -0,0 +1,7 @@ +$variant: 'dark'; +$transparency: 'true'; +$darker: 'false'; + +@import "_colors"; //use gtk colors +@import "_drawing"; +@import "_common"; |