diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-01-05 19:25:06 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-01-05 19:25:06 -0500 |
commit | 56ca40996dc4deec1169f582090e8c78ff71536b (patch) | |
tree | ef4f18dac594304a32fa9160347b2a51e8538613 /gtk/theme/HighContrast/gtk-contained.scss | |
parent | 474d6bec85afb986e7e7e1110f8a0fd09c04e46a (diff) | |
download | gtk+-56ca40996dc4deec1169f582090e8c78ff71536b.tar.gz |
HighContrast: Add a dark variant
This is just a quick experiment, and so I have another theme with
a dark variant to play with.
Diffstat (limited to 'gtk/theme/HighContrast/gtk-contained.scss')
-rw-r--r-- | gtk/theme/HighContrast/gtk-contained.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gtk/theme/HighContrast/gtk-contained.scss b/gtk/theme/HighContrast/gtk-contained.scss new file mode 100644 index 0000000000..84fbdc5f50 --- /dev/null +++ b/gtk/theme/HighContrast/gtk-contained.scss @@ -0,0 +1,11 @@ +// 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 +// - if you need to inverse a color function use the @if directive to match for dark $variant + +$variant: 'light'; + +@import 'colors'; +@import 'drawing'; +@import 'common'; |