1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-29 14:30:44 +00:00
horst3180_arc-theme/common/gtk-3.0/3.18/sass/gtk-contained-solid-dark.scss
2015-08-18 15:30:26 +02:00

19 lines
462 B
SCSS

// 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: 'dark';
$darker: 'false';
$transparency: 'false';
@import 'colors';
@import 'drawing';
@import 'common';
@import 'applications';
@import 'unity';
@import 'granite';
@import 'lightdm';
@import 'transparent_widgets';
@import 'colors-public';