mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
16 lines
406 B
SCSS
16 lines
406 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
|
|
|
|
$transparency: 'true';
|
|
|
|
@import 'colors';
|
|
@import 'drawing';
|
|
@import 'common';
|
|
@import 'applications';
|
|
@import 'unity';
|
|
@import 'granite';
|
|
@import 'transparent_widgets';
|
|
@import 'colors-public';
|