gtk.scss
ASCII text
1
// General guidelines:
2
// - very unlikely you want to edit something else than _common.scss
3
// - keep the number of defined colors to a minimum, use the color blending functions if
4
// you need a subtle shade
5
// - if you need to inverse a color function use the @if directive to match for dark $variant
6
7
$variant: 'light';
8
$light: 'false';
9
$laptop: 'false';
10
11
@import 'colors';
12
@import 'drawing';
13
@import 'common';
14
@import 'apps';
15
@import 'mate';
16
@import 'budgie';
17
@import 'lightdm';
18
@import 'colors-public';
19