aboutsummaryrefslogtreecommitdiff
path: root/app/src/web/scss/themes/custom.scss
blob: 50c029fb3e5b151b6dace66cef5376d38793f233 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$bg_transparent: unquote('$BT$');
$text: unquote('$T$');
$link: unquote('$TT$');
$accent: unquote('$A$');
$accent_text: unquote('$AT$');
$background: unquote('$B$');
$background2: unquote('$BBT$');
$bg_opaque: unquote('$O$');
$bg_opaque2: unquote('$OO$');
$divider: unquote('$D$');
$card: unquote('$C$');
$tint: unquote('$TI$');

@import "../core/main";