1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-29 06:20:43 +00:00
horst3180_arc-theme/common/gtk-3.0/3.14/sass/gtk-contained-darker.scss

19 lines
461 B
SCSS
Raw Normal View History

2015-07-08 00:51:09 +00:00
// 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: 'true';
$transparency: 'true';
@import 'colors';
@import 'drawing';
@import 'common';
@import 'applications';
@import 'unity';
@import 'granite';
2015-07-11 14:26:19 +00:00
@import 'lightdm';
2015-07-08 00:51:09 +00:00
@import 'transparent_widgets';
@import 'colors-public';