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.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.scss')
-rw-r--r-- | common/gtk-3.0/3.14/gtk-contained.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.14/gtk-contained.scss b/common/gtk-3.0/3.14/gtk-contained.scss index f7c24c3..7d5cecf 100644 --- a/common/gtk-3.0/3.14/gtk-contained.scss +++ b/common/gtk-3.0/3.14/gtk-contained.scss @@ -3,6 +3,8 @@ // - keep the number of defined colors to a minimum, use the color blending functions if // you need a subtle shade +$transparency: 'true'; + @import 'colors'; @import 'drawing'; @import 'common'; |