forked from Shinonome/dots-hyprland
30 lines
692 B
SCSS
Executable File
30 lines
692 B
SCSS
Executable File
$darkmode: true;
|
|
$primary: #ecb1ff;
|
|
$onPrimary: #4f076e;
|
|
$primaryContainer: #682886;
|
|
$onPrimaryContainer: #f9d8ff;
|
|
$secondary: #d4c0d8;
|
|
$onSecondary: #392c3d;
|
|
$secondaryContainer: #504254;
|
|
$onSecondaryContainer: #f1dcf4;
|
|
$tertiary: #f5b7b5;
|
|
$onTertiary: #4c2525;
|
|
$tertiaryContainer: #663b3a;
|
|
$onTertiaryContainer: #ffdad8;
|
|
$error: #ffb4a9;
|
|
$onError: #680003;
|
|
$errorContainer: #930006;
|
|
$onErrorContainer: #ffb4a9;
|
|
$colorbarbg: #120F12;
|
|
$background: #120F12;
|
|
$onBackground: #e8e0e5;
|
|
$surface: #1e1a1e;
|
|
$onSurface: #e8e0e5;
|
|
$surfaceVariant: #4c444d;
|
|
$onSurfaceVariant: #cec3cd;
|
|
$outline: #978e97;
|
|
$shadow: #000000;
|
|
$inverseSurface: #e8e0e5;
|
|
$inverseOnSurface: #332f33;
|
|
$inversePrimary: #8342a1;
|