29 lines
692 B
SCSS
29 lines
692 B
SCSS
$darkmode: true;
|
|
$primary: #ffb1c3;
|
|
$onPrimary: #66002a;
|
|
$primaryContainer: #861c40;
|
|
$onPrimaryContainer: #ffd9e0;
|
|
$secondary: #e4bcc3;
|
|
$onSecondary: #42292e;
|
|
$secondaryContainer: #5c3f45;
|
|
$onSecondaryContainer: #ffd9df;
|
|
$tertiary: #ecbe91;
|
|
$onTertiary: #462a08;
|
|
$tertiaryContainer: #60401d;
|
|
$onTertiaryContainer: #ffdcb9;
|
|
$error: #ffb4a9;
|
|
$onError: #680003;
|
|
$errorContainer: #930006;
|
|
$onErrorContainer: #ffb4a9;
|
|
$colorbarbg: #130F10;
|
|
$background: #130F10;
|
|
$onBackground: #ecdfe0;
|
|
$surface: #201a1b;
|
|
$onSurface: #ecdfe0;
|
|
$surfaceVariant: #514345;
|
|
$onSurfaceVariant: #d6c1c4;
|
|
$outline: #9f8c8f;
|
|
$shadow: #000000;
|
|
$inverseSurface: #ecdfe0;
|
|
$inverseOnSurface: #362f30;
|
|
$inversePrimary: #a53557;
|