forked from Shinonome/dots-hyprland
30 lines
692 B
SCSS
30 lines
692 B
SCSS
$darkmode: true;
|
|
$primary: #e4b5ff;
|
|
$onPrimary: #471868;
|
|
$primaryContainer: #5f3280;
|
|
$onPrimaryContainer: #f4d9ff;
|
|
$secondary: #d2c1d9;
|
|
$onSecondary: #372c3e;
|
|
$secondaryContainer: #4f4256;
|
|
$onSecondaryContainer: #eedcf5;
|
|
$tertiary: #f4b7ba;
|
|
$onTertiary: #4b2528;
|
|
$tertiaryContainer: #663b3e;
|
|
$onTertiaryContainer: #ffdadc;
|
|
$error: #ffb4a9;
|
|
$onError: #680003;
|
|
$errorContainer: #930006;
|
|
$onErrorContainer: #ffb4a9;
|
|
$colorbarbg: #111012;
|
|
$background: #111012;
|
|
$onBackground: #e7e0e5;
|
|
$surface: #1d1b1e;
|
|
$onSurface: #e7e0e5;
|
|
$surfaceVariant: #4b454d;
|
|
$onSurfaceVariant: #cdc3ce;
|
|
$outline: #968e98;
|
|
$shadow: #000000;
|
|
$inverseSurface: #e7e0e5;
|
|
$inverseOnSurface: #322f33;
|
|
$inversePrimary: #784a9a;
|