Update _material.scss

This commit is contained in:
end-4
2024-02-16 17:36:23 +07:00
parent 3896352415
commit c160bc9bb4
+23 -23
View File
@@ -1,29 +1,29 @@
$darkmode: true; $darkmode: true;
$primary: #efc048; $primary: #ffb1c3;
$onPrimary: #3f2e00; $onPrimary: #66002a;
$primaryContainer: #5b4300; $primaryContainer: #861c40;
$onPrimaryContainer: #ffdf93; $onPrimaryContainer: #ffd9e0;
$secondary: #d7c5a1; $secondary: #e4bcc3;
$onSecondary: #3a2f15; $onSecondary: #42292e;
$secondaryContainer: #514529; $secondaryContainer: #5c3f45;
$onSecondaryContainer: #f3e0ba; $onSecondaryContainer: #ffd9df;
$tertiary: #afcfab; $tertiary: #ecbe91;
$onTertiary: #1c361d; $onTertiary: #462a08;
$tertiaryContainer: #324d32; $tertiaryContainer: #60401d;
$onTertiaryContainer: #cbebc6; $onTertiaryContainer: #ffdcb9;
$error: #ffb4a9; $error: #ffb4a9;
$onError: #680003; $onError: #680003;
$errorContainer: #930006; $errorContainer: #930006;
$onErrorContainer: #ffb4a9; $onErrorContainer: #ffb4a9;
$colorbarbg: #12100D; $colorbarbg: #130F10;
$background: #12100D; $background: #130F10;
$onBackground: #e8e1d8; $onBackground: #ecdfe0;
$surface: #1e1b16; $surface: #201a1b;
$onSurface: #e8e1d8; $onSurface: #ecdfe0;
$surfaceVariant: #4d4639; $surfaceVariant: #514345;
$onSurfaceVariant: #d0c5b4; $onSurfaceVariant: #d6c1c4;
$outline: #999080; $outline: #9f8c8f;
$shadow: #000000; $shadow: #000000;
$inverseSurface: #e8e1d8; $inverseSurface: #ecdfe0;
$inverseOnSurface: #33302a; $inverseOnSurface: #362f30;
$inversePrimary: #785a00; $inversePrimary: #a53557;