mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
Update _material.scss
This commit is contained in:
parent
3896352415
commit
c160bc9bb4
1 changed files with 23 additions and 23 deletions
|
|
@ -1,29 +1,29 @@
|
|||
$darkmode: true;
|
||||
$primary: #efc048;
|
||||
$onPrimary: #3f2e00;
|
||||
$primaryContainer: #5b4300;
|
||||
$onPrimaryContainer: #ffdf93;
|
||||
$secondary: #d7c5a1;
|
||||
$onSecondary: #3a2f15;
|
||||
$secondaryContainer: #514529;
|
||||
$onSecondaryContainer: #f3e0ba;
|
||||
$tertiary: #afcfab;
|
||||
$onTertiary: #1c361d;
|
||||
$tertiaryContainer: #324d32;
|
||||
$onTertiaryContainer: #cbebc6;
|
||||
$primary: #ffb1c3;
|
||||
$onPrimary: #66002a;
|
||||
$primaryContainer: #861c40;
|
||||
$onPrimaryContainer: #ffd9e0;
|
||||
$secondary: #e4bcc3;
|
||||
$onSecondary: #42292e;
|
||||
$secondaryContainer: #5c3f45;
|
||||
$onSecondaryContainer: #ffd9df;
|
||||
$tertiary: #ecbe91;
|
||||
$onTertiary: #462a08;
|
||||
$tertiaryContainer: #60401d;
|
||||
$onTertiaryContainer: #ffdcb9;
|
||||
$error: #ffb4a9;
|
||||
$onError: #680003;
|
||||
$errorContainer: #930006;
|
||||
$onErrorContainer: #ffb4a9;
|
||||
$colorbarbg: #12100D;
|
||||
$background: #12100D;
|
||||
$onBackground: #e8e1d8;
|
||||
$surface: #1e1b16;
|
||||
$onSurface: #e8e1d8;
|
||||
$surfaceVariant: #4d4639;
|
||||
$onSurfaceVariant: #d0c5b4;
|
||||
$outline: #999080;
|
||||
$colorbarbg: #130F10;
|
||||
$background: #130F10;
|
||||
$onBackground: #ecdfe0;
|
||||
$surface: #201a1b;
|
||||
$onSurface: #ecdfe0;
|
||||
$surfaceVariant: #514345;
|
||||
$onSurfaceVariant: #d6c1c4;
|
||||
$outline: #9f8c8f;
|
||||
$shadow: #000000;
|
||||
$inverseSurface: #e8e1d8;
|
||||
$inverseOnSurface: #33302a;
|
||||
$inversePrimary: #785a00;
|
||||
$inverseSurface: #ecdfe0;
|
||||
$inverseOnSurface: #362f30;
|
||||
$inversePrimary: #a53557;
|
||||
|
|
|
|||
Loading…
Reference in a new issue