forked from Shinonome/dots-hyprland
30 lines
692 B
SCSS
30 lines
692 B
SCSS
$darkmode: true;
|
|
$primary: #51d7ef;
|
|
$onPrimary: #00363f;
|
|
$primaryContainer: #004e5a;
|
|
$onPrimaryContainer: #9cefff;
|
|
$secondary: #b1cbd1;
|
|
$onSecondary: #1c3439;
|
|
$secondaryContainer: #334a4f;
|
|
$onSecondaryContainer: #cde7ed;
|
|
$tertiary: #bcc5ea;
|
|
$onTertiary: #262f4d;
|
|
$tertiaryContainer: #3d4665;
|
|
$onTertiaryContainer: #dae1ff;
|
|
$error: #ffb4a9;
|
|
$onError: #680003;
|
|
$errorContainer: #930006;
|
|
$onErrorContainer: #ffb4a9;
|
|
$colorbarbg: #0F1011;
|
|
$background: #0F1011;
|
|
$onBackground: #e1e3e4;
|
|
$surface: #191c1d;
|
|
$onSurface: #e1e3e4;
|
|
$surfaceVariant: #3f484a;
|
|
$onSurfaceVariant: #bfc8ca;
|
|
$outline: #899294;
|
|
$shadow: #000000;
|
|
$inverseSurface: #e1e3e4;
|
|
$inverseOnSurface: #2d3132;
|
|
$inversePrimary: #006877;
|