2015-06-03 20:23:22 +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
|
|
|
|
|
2015-06-07 21:00:55 +00:00
|
|
|
$variant: 'light';
|
2015-07-08 00:51:09 +00:00
|
|
|
$darker: 'false';
|
2015-06-03 20:23:22 +00:00
|
|
|
$transparency: 'false';
|
|
|
|
|
|
|
|
@import 'colors';
|
|
|
|
@import 'drawing';
|
|
|
|
@import 'common';
|
|
|
|
@import 'applications';
|
|
|
|
@import 'unity';
|
|
|
|
@import 'granite';
|
2015-07-11 14:26:19 +00:00
|
|
|
@import 'lightdm';
|
2015-06-03 20:23:22 +00:00
|
|
|
@import 'transparent_widgets';
|
|
|
|
@import 'colors-public';
|