diff options
author | Horst3180 | 2015-06-07 23:00:55 +0200 |
---|---|---|
committer | Horst3180 | 2015-06-08 13:48:24 +0200 |
commit | c18c78b987a9619350eb398c9d6b26ab2caa5884 (patch) | |
tree | 99336b2fe543a9c9dd13acce6d7aeac3d414d5f2 /common/gtk-3.0/3.14/gtk-contained.scss | |
parent | f9bd2f1d9b20f17c6607be7f7208fe0b6f53909f (diff) | |
download | solarc-theme-c18c78b987a9619350eb398c9d6b26ab2caa5884.tar.gz solarc-theme-c18c78b987a9619350eb398c9d6b26ab2caa5884.tar.xz solarc-theme-c18c78b987a9619350eb398c9d6b26ab2caa5884.zip |
more dark theme work
Diffstat (limited to 'common/gtk-3.0/3.14/gtk-contained.scss')
-rw-r--r-- | common/gtk-3.0/3.14/gtk-contained.scss | 1 |
1 files changed, 1 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 7d5cecf..04787f7 100644 --- a/common/gtk-3.0/3.14/gtk-contained.scss +++ b/common/gtk-3.0/3.14/gtk-contained.scss @@ -3,6 +3,7 @@ // - keep the number of defined colors to a minimum, use the color blending functions if // you need a subtle shade +$variant: 'light'; $transparency: 'true'; @import 'colors'; |