aboutsummaryrefslogtreecommitdiff
path: root/app/src/web/scss/palette/_custom.scss
blob: 0adb7768c0a4b9edc664102cc3aa9c2725a7c628 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$bg_transparent: unquote('$BT$');
$text: unquote('$T$');
$text_disabled: unquote('$TD$');
$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$');