forked from Shinonome/dots-hyprland
30 lines
692 B
SCSS
Executable File
30 lines
692 B
SCSS
Executable File
$darkmode: true;
|
|
$primary: #c4c0ff;
|
|
$onPrimary: #251a8c;
|
|
$primaryContainer: #3d36a2;
|
|
$onPrimaryContainer: #e3dfff;
|
|
$secondary: #c7c4dd;
|
|
$onSecondary: #2f2e42;
|
|
$secondaryContainer: #464559;
|
|
$onSecondaryContainer: #e3dff9;
|
|
$tertiary: #eab9d1;
|
|
$onTertiary: #472639;
|
|
$tertiaryContainer: #603c50;
|
|
$onTertiaryContainer: #ffd8eb;
|
|
$error: #ffb4a9;
|
|
$onError: #680003;
|
|
$errorContainer: #930006;
|
|
$onErrorContainer: #ffb4a9;
|
|
$colorbarbg: #101012;
|
|
$background: #101012;
|
|
$onBackground: #e5e1e6;
|
|
$surface: #1c1b1f;
|
|
$onSurface: #e5e1e6;
|
|
$surfaceVariant: #47464f;
|
|
$onSurfaceVariant: #c8c5d0;
|
|
$outline: #928f9a;
|
|
$shadow: #000000;
|
|
$inverseSurface: #e5e1e6;
|
|
$inverseOnSurface: #313033;
|
|
$inversePrimary: #5550bb;
|