diff options
author | Horst3180 | 2015-12-28 16:10:27 +0100 |
---|---|---|
committer | Horst3180 | 2015-12-28 16:10:27 +0100 |
commit | 8a30dbe6d48bf70fc1c13c45c151894774cb9a5c (patch) | |
tree | ba9455b005fb58a903efd83f2029476d22b629bb /common/gtk-3.0/3.14/sass/gtk-solid.scss | |
parent | 946cbf56077088444d6248e3e9cea76dce237e6d (diff) | |
download | solarc-theme-8a30dbe6d48bf70fc1c13c45c151894774cb9a5c.tar.gz solarc-theme-8a30dbe6d48bf70fc1c13c45c151894774cb9a5c.tar.xz solarc-theme-8a30dbe6d48bf70fc1c13c45c151894774cb9a5c.zip |
remove some cruft
Diffstat (limited to 'common/gtk-3.0/3.14/sass/gtk-solid.scss')
-rw-r--r-- | common/gtk-3.0/3.14/sass/gtk-solid.scss | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.14/sass/gtk-solid.scss b/common/gtk-3.0/3.14/sass/gtk-solid.scss new file mode 100644 index 0000000..347cf2c --- /dev/null +++ b/common/gtk-3.0/3.14/sass/gtk-solid.scss @@ -0,0 +1,18 @@ +// General guidelines: +// - very unlikely you want to edit something else than _common.scss +// - keep the number of defined colors to a minimum, use the color blending functions if +// you need a subtle shade + +$variant: 'light'; +$darker: 'false'; +$transparency: 'false'; + +@import 'colors'; +@import 'drawing'; +@import 'common'; +@import 'applications'; +@import 'unity'; +@import 'granite'; +@import 'lightdm'; +@import 'transparent_widgets'; +@import 'colors-public'; |