diff options
author | Horst3180 | 2015-06-03 22:23:22 +0200 |
---|---|---|
committer | Horst3180 | 2015-06-03 22:23:22 +0200 |
commit | 5955dfd4603983c7dfffa6e903bf3220df60c03e (patch) | |
tree | 435fdce5082ef0c094987cb5dd4699693261d4ee /common/gtk-3.0/3.14/gtk-contained-solid.scss | |
parent | 034d3df919fb800d06d807294ff3897ae331de4a (diff) | |
download | solarc-theme-5955dfd4603983c7dfffa6e903bf3220df60c03e.tar.gz solarc-theme-5955dfd4603983c7dfffa6e903bf3220df60c03e.tar.xz solarc-theme-5955dfd4603983c7dfffa6e903bf3220df60c03e.zip |
add option to disable transparency
Diffstat (limited to 'common/gtk-3.0/3.14/gtk-contained-solid.scss')
-rw-r--r-- | common/gtk-3.0/3.14/gtk-contained-solid.scss | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid.scss b/common/gtk-3.0/3.14/gtk-contained-solid.scss new file mode 100644 index 0000000..8c5384c --- /dev/null +++ b/common/gtk-3.0/3.14/gtk-contained-solid.scss @@ -0,0 +1,15 @@ +// 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 + +$transparency: 'false'; + +@import 'colors'; +@import 'drawing'; +@import 'common'; +@import 'applications'; +@import 'unity'; +@import 'granite'; +@import 'transparent_widgets'; +@import 'colors-public'; |