forked from Shinonome/dots-hyprland
31 lines
693 B
SCSS
31 lines
693 B
SCSS
$darkmode: true;
|
|
$primary: #e2e2e2;
|
|
$onPrimary: #000000;
|
|
$primaryContainer: #6b6b6b;
|
|
$onPrimaryContainer: #e2e2e2;
|
|
$secondary: #e2e2e2;
|
|
$onSecondary: #000000;
|
|
$secondaryContainer: #313131;
|
|
$onSecondaryContainer: #e2e2e2;
|
|
$tertiary: #e2e2e2;
|
|
$onTertiary: #000000;
|
|
$tertiaryContainer: #000000;
|
|
$onTertiaryContainer: #e2e2e2;
|
|
$error: #e2e2e2;
|
|
$onError: #000000;
|
|
$errorContainer: #000000;
|
|
$onErrorContainer: #e2e2e2;
|
|
$colorbarbg: #000000;
|
|
$background: #000000;
|
|
$onBackground: #e2e2e2;
|
|
$surface: #161616;
|
|
$onSurface: #e2e2e2;
|
|
$surfaceVariant: #242424;
|
|
$onSurfaceVariant: #e2e2e2;
|
|
$outline: #a1a1a1;
|
|
$shadow: #000000;
|
|
$inverseSurface: #e2e2e2;
|
|
$inverseOnSurface: #000000;
|
|
$inversePrimary: #e2e2e2;
|
|
|