aboutsummaryrefslogtreecommitdiff
path: root/app/src/web/scss/palette/_custom.scss
blob: b35bdfa1d069876c18076d83c48abc062ef96ab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$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$');