Files
illogical-impulse/m3ww/.config/eww/css/_material.scss
T
2024-02-22 15:35:06 +07:00

29 lines
675 B
SCSS
Executable File

$primary: #c8bfff;
$onPrimary: #2d2176;
$primaryContainer: #443a8e;
$onPrimaryContainer: #e5deff;
$secondary: #c8c3dc;
$onSecondary: #302e41;
$secondaryContainer: #474459;
$onSecondaryContainer: #e5dff9;
$tertiary: #ecb9cf;
$onTertiary: #482537;
$tertiaryContainer: #613b4d;
$onTertiaryContainer: #ffd8e9;
$error: #ffb4a9;
$onError: #680003;
$errorContainer: #930006;
$onErrorContainer: #ffb4a9;
$colorbarbg: #1c1b1f;
$background: #1c1b1f;
$onBackground: #e5e1e6;
$surface: #1c1b1f;
$onSurface: #e5e1e6;
$surfaceVariant: #47464f;
$onSurfaceVariant: #c9c5d0;
$outline: #928f9a;
$shadow: #000000;
$inverseSurface: #e5e1e6;
$inverseOnSurface: #313033;
$inversePrimary: #5c53a7;