mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-06 15:29:27 -05:00
30 lines
692 B
SCSS
30 lines
692 B
SCSS
$darkmode: true;
|
|
$primary: #ffabf1;
|
|
$onPrimary: #551251;
|
|
$primaryContainer: #702c69;
|
|
$onPrimaryContainer: #ffd6f5;
|
|
$secondary: #dbbed2;
|
|
$onSecondary: #3d2b39;
|
|
$secondaryContainer: #554050;
|
|
$onSecondaryContainer: #f8daee;
|
|
$tertiary: #f5b9a6;
|
|
$onTertiary: #4c2619;
|
|
$tertiaryContainer: #663c2e;
|
|
$onTertiaryContainer: #ffdbcf;
|
|
$error: #ffb4a9;
|
|
$onError: #680003;
|
|
$errorContainer: #930006;
|
|
$onErrorContainer: #ffb4a9;
|
|
$colorbarbg: #120F11;
|
|
$background: #120F11;
|
|
$onBackground: #eae0e4;
|
|
$surface: #1f1a1d;
|
|
$onSurface: #eae0e4;
|
|
$surfaceVariant: #4e444b;
|
|
$onSurfaceVariant: #d1c2cb;
|
|
$outline: #9a8d95;
|
|
$shadow: #000000;
|
|
$inverseSurface: #eae0e4;
|
|
$inverseOnSurface: #342f32;
|
|
$inversePrimary: #8c4483;
|