2014-10-30 15:14:37 +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
|
|
|
|
// - if you need to inverse a color function use the @if directive to match for dark $variant
|
|
|
|
|
2016-01-06 00:25:06 +00:00
|
|
|
$variant: 'light';
|
|
|
|
|
2020-03-24 14:59:33 +00:00
|
|
|
@import '../Adwaita/colors';
|
|
|
|
@import 'colors-hc';
|
2020-04-21 10:39:34 +00:00
|
|
|
@import '../Adwaita/colors-public'; // export public colors
|
2020-03-24 14:59:33 +00:00
|
|
|
@import '../Adwaita/drawing';
|
|
|
|
@import '../Adwaita/common';
|