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