2025-02-13 21:58:31 +01:00
|
|
|
// SCSS Variables
|
|
|
|
// Generated by 'wal'
|
2025-02-15 17:59:27 +01:00
|
|
|
$wallpaper: "/home/sadorowo/images/wallpapers/youtube_Sheri_217.jpg";
|
2025-02-13 21:58:31 +01:00
|
|
|
|
|
|
|
// Special
|
2025-02-15 17:59:27 +01:00
|
|
|
$background: #0C1325;
|
|
|
|
$foreground: #e1e7e9;
|
|
|
|
$cursor: #e1e7e9;
|
2025-02-13 21:58:31 +01:00
|
|
|
|
|
|
|
// Colors
|
2025-02-15 17:59:27 +01:00
|
|
|
$color0: #0C1325;
|
|
|
|
$color1: #6C8FAD;
|
|
|
|
$color2: #76A6C7;
|
|
|
|
$color3: #9CA3AF;
|
|
|
|
$color4: #CCBFB5;
|
|
|
|
$color5: #95B7CB;
|
|
|
|
$color6: #AFCDDC;
|
|
|
|
$color7: #e1e7e9;
|
|
|
|
$color8: #9da1a3;
|
|
|
|
$color9: #6C8FAD;
|
|
|
|
$color10: #76A6C7;
|
|
|
|
$color11: #9CA3AF;
|
|
|
|
$color12: #CCBFB5;
|
|
|
|
$color13: #95B7CB;
|
|
|
|
$color14: #AFCDDC;
|
|
|
|
$color15: #e1e7e9;
|
2025-02-13 21:58:31 +01:00
|
|
|
$primary: lighten($color4, 20%);
|
|
|
|
$onPrimary: darken($color2, 20%);
|
|
|
|
$primaryContainer: darken($color2, 10%);
|
|
|
|
$onPrimaryContainer: lighten($color4, 10%);
|
|
|
|
$secondary: desaturate(lighten($color5, 20%), 20%);
|
|
|
|
$onSecondary: desaturate(darken($color3, 20%), 20%);
|
|
|
|
$secondaryContainer: desaturate(darken($color3, 20%), 20%);
|
|
|
|
$onSecondaryContainer: desaturate(lighten($color5, 20%), 20%);
|
|
|
|
$tertiary: adjust-hue(lighten($color4, 20%), 30deg);
|
|
|
|
$onTertiary: adjust-hue(darken($color2, 20%), 30deg);
|
|
|
|
$tertiaryContainer: adjust-hue(darken($color2, 10%), 30deg);
|
|
|
|
$tertiaryContainer: adjust-hue(lighten($color4, 10%), 30deg);
|
|
|
|
$error: #ffb4a9;
|
|
|
|
$onError: #680003;
|
|
|
|
$errorContainer: #930006;
|
|
|
|
$onErrorContainer: #ffb4a9;
|
|
|
|
$background: $color0;
|
|
|
|
$onBackground: $color7;
|
|
|
|
$surface: $color0;
|
|
|
|
$onSurface: $color7;
|
|
|
|
$surfaceVariant: $color1;
|
|
|
|
$onSurfaceVariant: $color7;
|
|
|
|
$outline: $color7;
|
|
|
|
$inverseSurface: invert($surface);
|
|
|
|
$inverseOnSurface: invert($onSurface);
|
|
|
|
$inversePrimary: invert($primary);
|