matcha-theme 20.187.0 → 20.189.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -188,20 +188,20 @@ $color-base-lime-a200: #eeff41;
188
188
  $color-base-lime-a400: #c6ff00;
189
189
  $color-base-lime-a700: #aeea00;
190
190
 
191
- $color-base-yellow-50: #fcf8e0;
192
- $color-base-yellow-100: #f8edb3;
193
- $color-base-yellow-200: #f4e180;
194
- $color-base-yellow-300: #efd54d;
195
- $color-base-yellow-400: #ebcc26;
196
- $color-base-yellow-500: #e8c300;
197
- $color-base-yellow-600: #e5bd00;
198
- $color-base-yellow-700: #e2b500;
199
- $color-base-yellow-800: #deae00;
200
- $color-base-yellow-900: #d8a100;
201
- $color-base-yellow-a100: #ffff8d;
202
- $color-base-yellow-a200: #ffff00;
203
- $color-base-yellow-a400: #ffea00;
204
- $color-base-yellow-a700: #ffd600;
191
+ $color-base-yellow-50: #FCF6D9;
192
+ $color-base-yellow-100: #F8EDB3;
193
+ $color-base-yellow-200: #F4E180;
194
+ $color-base-yellow-300: #EFD54D;
195
+ $color-base-yellow-400: #EBCC26;
196
+ $color-base-yellow-500: #E8C300;
197
+ $color-base-yellow-600: #DBA400;
198
+ $color-base-yellow-700: #C58400;
199
+ $color-base-yellow-800: #AA6600;
200
+ $color-base-yellow-900: #934E00;
201
+ $color-base-yellow-a100: #FFF28B;
202
+ $color-base-yellow-a200: #FFED5D;
203
+ $color-base-yellow-a400: #FFE82F;
204
+ $color-base-yellow-a700: #FFE300;
205
205
 
206
206
  $color-base-amber-50: #fef4e4;
207
207
  $color-base-amber-100: #fee4ba;
@@ -293,16 +293,16 @@ $color-base-blue-grey-a200: $color-base-blue-grey-200;
293
293
  $color-base-blue-grey-a400: $color-base-blue-grey-400;
294
294
  $color-base-blue-grey-a700: $color-base-blue-grey-700;
295
295
 
296
- $color-base-light-grey-50:#FFFFFF;
297
- $color-base-light-grey-100:#F8F9FC;
298
- $color-base-light-grey-200:#F2F3F8; // background - light-theme
299
- $color-base-light-grey-300:#EAECF6;
300
- $color-base-light-grey-400:#E2E5F3;
301
- $color-base-light-grey-500:#DBDFF0;
302
- $color-base-light-grey-600:#D4D8ED;
303
- $color-base-light-grey-700:#CDD2EA;
304
- $color-base-light-grey-800:#C6CBE7;
305
- $color-base-light-grey-900:#BFC5E3;
296
+ $color-base-light-grey-50: #FFFFFF;
297
+ $color-base-light-grey-100: #F8F9FC;
298
+ $color-base-light-grey-200: #F2F3F8; // background - light-theme
299
+ $color-base-light-grey-300: #EAECF6;
300
+ $color-base-light-grey-400: #E2E5F3;
301
+ $color-base-light-grey-500: #DBDFF0;
302
+ $color-base-light-grey-600: #D4D8ED;
303
+ $color-base-light-grey-700: #CDD2EA;
304
+ $color-base-light-grey-800: #C6CBE7;
305
+ $color-base-light-grey-900: #BFC5E3;
306
306
  $color-base-light-grey-a100: $color-base-light-grey-100;
307
307
  $color-base-light-grey-a200: $color-base-light-grey-200;
308
308
  $color-base-light-grey-a400: $color-base-light-grey-400;
@@ -313,7 +313,7 @@ $color-base-dark-grey-100: #292929;
313
313
  $color-base-dark-grey-200: #242424;
314
314
  $color-base-dark-grey-300: #1F1F1F;
315
315
  $color-base-dark-grey-400: #1A1A1A;
316
- $color-base-dark-grey-500: #141414;
316
+ $color-base-dark-grey-500: #1a1a1a;
317
317
  $color-base-dark-grey-600: #0F0F0F;
318
318
  $color-base-dark-grey-700: #0A0A0A;
319
319
  $color-base-dark-grey-800: #050505;
@@ -342,8 +342,7 @@ $mat-red: (
342
342
  A200: $color-base-red-a200,
343
343
  A400: $color-base-red-a400,
344
344
  A700: $color-base-red-a700,
345
- contrast: (
346
- 50: $dark-primary-text,
345
+ contrast: (50: $dark-primary-text,
347
346
  100: $dark-primary-text,
348
347
  200: $dark-primary-text,
349
348
  300: $dark-primary-text,
@@ -356,8 +355,7 @@ $mat-red: (
356
355
  A100: $dark-primary-text,
357
356
  A200: $light-primary-text,
358
357
  A400: $light-primary-text,
359
- A700: $light-primary-text
360
- )
358
+ A700: $light-primary-text )
361
359
  );
362
360
  // Alias for alternate spelling.
363
361
  $red: $mat-red;
@@ -377,8 +375,7 @@ $mat-pink: (
377
375
  A200: $color-base-pink-a200,
378
376
  A400: $color-base-pink-a400,
379
377
  A700: $color-base-pink-a700,
380
- contrast: (
381
- 50: $dark-primary-text,
378
+ contrast: (50: $dark-primary-text,
382
379
  100: $dark-primary-text,
383
380
  200: $dark-primary-text,
384
381
  300: $dark-primary-text,
@@ -391,8 +388,7 @@ $mat-pink: (
391
388
  A100: $dark-primary-text,
392
389
  A200: $light-primary-text,
393
390
  A400: $light-primary-text,
394
- A700: $light-primary-text
395
- )
391
+ A700: $light-primary-text )
396
392
  );
397
393
  // Alias for alternate spelling.
398
394
  $pink: $mat-pink;
@@ -412,8 +408,7 @@ $mat-purple: (
412
408
  A200: $color-base-purple-a200,
413
409
  A400: $color-base-purple-a400,
414
410
  A700: $color-base-purple-a700,
415
- contrast: (
416
- 50: $dark-primary-text,
411
+ contrast: (50: $dark-primary-text,
417
412
  100: $dark-primary-text,
418
413
  200: $dark-primary-text,
419
414
  300: $light-primary-text,
@@ -426,8 +421,7 @@ $mat-purple: (
426
421
  A100: $dark-primary-text,
427
422
  A200: $light-primary-text,
428
423
  A400: $light-primary-text,
429
- A700: $light-primary-text
430
- )
424
+ A700: $light-primary-text )
431
425
  );
432
426
  // Alias for alternate spelling.
433
427
  $purple: $mat-purple;
@@ -447,8 +441,7 @@ $mat-deep-purple: (
447
441
  A200: $color-base-deep-purple-a200,
448
442
  A400: $color-base-deep-purple-a400,
449
443
  A700: $color-base-deep-purple-a700,
450
- contrast: (
451
- 50: $dark-primary-text,
444
+ contrast: (50: $dark-primary-text,
452
445
  100: $dark-primary-text,
453
446
  200: $dark-primary-text,
454
447
  300: $light-primary-text,
@@ -461,8 +454,7 @@ $mat-deep-purple: (
461
454
  A100: $dark-primary-text,
462
455
  A200: $light-primary-text,
463
456
  A400: $light-primary-text,
464
- A700: $light-primary-text
465
- )
457
+ A700: $light-primary-text )
466
458
  );
467
459
  // Alias for alternate spelling.
468
460
  $deep-purple: $mat-deep-purple;
@@ -482,8 +474,7 @@ $mat-indigo: (
482
474
  A200: $color-base-indigo-a200,
483
475
  A400: $color-base-indigo-a400,
484
476
  A700: $color-base-indigo-a700,
485
- contrast: (
486
- 50: $dark-primary-text,
477
+ contrast: (50: $dark-primary-text,
487
478
  100: $dark-primary-text,
488
479
  200: $dark-primary-text,
489
480
  300: $light-primary-text,
@@ -496,8 +487,7 @@ $mat-indigo: (
496
487
  A100: $dark-primary-text,
497
488
  A200: $light-primary-text,
498
489
  A400: $light-primary-text,
499
- A700: $light-primary-text
500
- )
490
+ A700: $light-primary-text )
501
491
  );
502
492
  // Alias for alternate spelling.
503
493
  $indigo: $mat-indigo;
@@ -517,8 +507,7 @@ $mat-blue: (
517
507
  A200: $color-base-blue-a200,
518
508
  A400: $color-base-blue-a400,
519
509
  A700: $color-base-blue-a700,
520
- contrast: (
521
- 50: $dark-primary-text,
510
+ contrast: (50: $dark-primary-text,
522
511
  100: $dark-primary-text,
523
512
  200: $dark-primary-text,
524
513
  300: $dark-primary-text,
@@ -531,8 +520,7 @@ $mat-blue: (
531
520
  A100: $dark-primary-text,
532
521
  A200: $light-primary-text,
533
522
  A400: $light-primary-text,
534
- A700: $light-primary-text
535
- )
523
+ A700: $light-primary-text )
536
524
  );
537
525
  // Alias for alternate spelling.
538
526
  $blue: $mat-blue;
@@ -552,8 +540,7 @@ $mat-light-blue: (
552
540
  A200: $color-base-light-blue-a200,
553
541
  A400: $color-base-light-blue-a400,
554
542
  A700: $color-base-light-blue-a700,
555
- contrast: (
556
- 50: $dark-primary-text,
543
+ contrast: (50: $dark-primary-text,
557
544
  100: $dark-primary-text,
558
545
  200: $dark-primary-text,
559
546
  300: $dark-primary-text,
@@ -566,8 +553,7 @@ $mat-light-blue: (
566
553
  A100: $dark-primary-text,
567
554
  A200: $dark-primary-text,
568
555
  A400: $dark-primary-text,
569
- A700: $light-primary-text
570
- )
556
+ A700: $light-primary-text )
571
557
  );
572
558
  // Alias for alternate spelling.
573
559
  $light-blue: $mat-light-blue;
@@ -587,8 +573,7 @@ $mat-cyan: (
587
573
  A200: $color-base-cyan-a200,
588
574
  A400: $color-base-cyan-a400,
589
575
  A700: $color-base-cyan-a700,
590
- contrast: (
591
- 50: $dark-primary-text,
576
+ contrast: (50: $dark-primary-text,
592
577
  100: $dark-primary-text,
593
578
  200: $dark-primary-text,
594
579
  300: $dark-primary-text,
@@ -601,8 +586,7 @@ $mat-cyan: (
601
586
  A100: $dark-primary-text,
602
587
  A200: $dark-primary-text,
603
588
  A400: $dark-primary-text,
604
- A700: $dark-primary-text
605
- )
589
+ A700: $dark-primary-text )
606
590
  );
607
591
  // Alias for alternate spelling.
608
592
  $cyan: $mat-cyan;
@@ -622,8 +606,7 @@ $mat-teal: (
622
606
  A200: $color-base-teal-a200,
623
607
  A400: $color-base-teal-a400,
624
608
  A700: $color-base-teal-a700,
625
- contrast: (
626
- 50: $dark-primary-text,
609
+ contrast: (50: $dark-primary-text,
627
610
  100: $dark-primary-text,
628
611
  200: $dark-primary-text,
629
612
  300: $dark-primary-text,
@@ -636,8 +619,7 @@ $mat-teal: (
636
619
  A100: $dark-primary-text,
637
620
  A200: $dark-primary-text,
638
621
  A400: $dark-primary-text,
639
- A700: $dark-primary-text
640
- )
622
+ A700: $dark-primary-text )
641
623
  );
642
624
  // Alias for alternate spelling.
643
625
  $teal: $mat-teal;
@@ -657,8 +639,7 @@ $mat-green: (
657
639
  A200: $color-base-green-a200,
658
640
  A400: $color-base-green-a400,
659
641
  A700: $color-base-green-a700,
660
- contrast: (
661
- 50: $dark-primary-text,
642
+ contrast: (50: $dark-primary-text,
662
643
  100: $dark-primary-text,
663
644
  200: $dark-primary-text,
664
645
  300: $dark-primary-text,
@@ -671,8 +652,7 @@ $mat-green: (
671
652
  A100: $dark-primary-text,
672
653
  A200: $dark-primary-text,
673
654
  A400: $dark-primary-text,
674
- A700: $dark-primary-text
675
- )
655
+ A700: $dark-primary-text )
676
656
  );
677
657
  // Alias for alternate spelling.
678
658
  $green: $mat-green;
@@ -692,8 +672,7 @@ $mat-light-green: (
692
672
  A200: $color-base-light-green-a200,
693
673
  A400: $color-base-light-green-a400,
694
674
  A700: $color-base-light-green-a700,
695
- contrast: (
696
- 50: $dark-primary-text,
675
+ contrast: (50: $dark-primary-text,
697
676
  100: $dark-primary-text,
698
677
  200: $dark-primary-text,
699
678
  300: $dark-primary-text,
@@ -706,8 +685,7 @@ $mat-light-green: (
706
685
  A100: $dark-primary-text,
707
686
  A200: $dark-primary-text,
708
687
  A400: $dark-primary-text,
709
- A700: $dark-primary-text
710
- )
688
+ A700: $dark-primary-text )
711
689
  );
712
690
  // Alias for alternate spelling.
713
691
  $light-green: $mat-light-green;
@@ -727,8 +705,7 @@ $mat-lime: (
727
705
  A200: $color-base-lime-a200,
728
706
  A400: $color-base-lime-a400,
729
707
  A700: $color-base-lime-a700,
730
- contrast: (
731
- 50: $dark-primary-text,
708
+ contrast: (50: $dark-primary-text,
732
709
  100: $dark-primary-text,
733
710
  200: $dark-primary-text,
734
711
  300: $dark-primary-text,
@@ -741,8 +718,7 @@ $mat-lime: (
741
718
  A100: $dark-primary-text,
742
719
  A200: $dark-primary-text,
743
720
  A400: $dark-primary-text,
744
- A700: $dark-primary-text
745
- )
721
+ A700: $dark-primary-text )
746
722
  );
747
723
  // Alias for alternate spelling.
748
724
  $lime: $mat-lime;
@@ -762,8 +738,7 @@ $mat-yellow: (
762
738
  A200: $color-base-yellow-a200,
763
739
  A400: $color-base-yellow-a400,
764
740
  A700: $color-base-yellow-a700,
765
- contrast: (
766
- 50: $dark-primary-text,
741
+ contrast: (50: $dark-primary-text,
767
742
  100: $dark-primary-text,
768
743
  200: $dark-primary-text,
769
744
  300: $dark-primary-text,
@@ -771,13 +746,12 @@ $mat-yellow: (
771
746
  500: $dark-primary-text,
772
747
  600: $dark-primary-text,
773
748
  700: $dark-primary-text,
774
- 800: $dark-primary-text,
775
- 900: $dark-primary-text,
749
+ 800: $light-primary-text,
750
+ 900: $light-primary-text,
776
751
  A100: $dark-primary-text,
777
752
  A200: $dark-primary-text,
778
753
  A400: $dark-primary-text,
779
- A700: $dark-primary-text
780
- )
754
+ A700: $dark-primary-text )
781
755
  );
782
756
  // Alias for alternate spelling.
783
757
  $yellow: $mat-yellow;
@@ -797,8 +771,7 @@ $mat-amber: (
797
771
  A200: $color-base-amber-a200,
798
772
  A400: $color-base-amber-a400,
799
773
  A700: $color-base-amber-a700,
800
- contrast: (
801
- 50: $dark-primary-text,
774
+ contrast: (50: $dark-primary-text,
802
775
  100: $dark-primary-text,
803
776
  200: $dark-primary-text,
804
777
  300: $dark-primary-text,
@@ -811,8 +784,7 @@ $mat-amber: (
811
784
  A100: $dark-primary-text,
812
785
  A200: $dark-primary-text,
813
786
  A400: $dark-primary-text,
814
- A700: $dark-primary-text
815
- )
787
+ A700: $dark-primary-text )
816
788
  );
817
789
  // Alias for alternate spelling.
818
790
  $amber: $mat-amber;
@@ -832,8 +804,7 @@ $mat-orange: (
832
804
  A200: $color-base-orange-a200,
833
805
  A400: $color-base-orange-a400,
834
806
  A700: $color-base-orange-a700,
835
- contrast: (
836
- 50: $dark-primary-text,
807
+ contrast: (50: $dark-primary-text,
837
808
  100: $dark-primary-text,
838
809
  200: $dark-primary-text,
839
810
  300: $dark-primary-text,
@@ -846,8 +817,7 @@ $mat-orange: (
846
817
  A100: $dark-primary-text,
847
818
  A200: $dark-primary-text,
848
819
  A400: $dark-primary-text,
849
- A700: $dark-primary-text
850
- )
820
+ A700: $dark-primary-text )
851
821
  );
852
822
  // Alias for alternate spelling.
853
823
  $orange: $mat-orange;
@@ -867,8 +837,7 @@ $mat-deep-orange: (
867
837
  A200: $color-base-deep-orange-a200,
868
838
  A400: $color-base-deep-orange-a400,
869
839
  A700: $color-base-deep-orange-a700,
870
- contrast: (
871
- 50: $dark-primary-text,
840
+ contrast: (50: $dark-primary-text,
872
841
  100: $dark-primary-text,
873
842
  200: $dark-primary-text,
874
843
  300: $dark-primary-text,
@@ -881,8 +850,7 @@ $mat-deep-orange: (
881
850
  A100: $dark-primary-text,
882
851
  A200: $dark-primary-text,
883
852
  A400: $light-primary-text,
884
- A700: $light-primary-text
885
- )
853
+ A700: $light-primary-text )
886
854
  );
887
855
  // Alias for alternate spelling.
888
856
  $deep-orange: $mat-deep-orange;
@@ -902,8 +870,7 @@ $mat-brown: (
902
870
  A200: $color-base-brown-a200,
903
871
  A400: $color-base-brown-a400,
904
872
  A700: $color-base-brown-a700,
905
- contrast: (
906
- 50: $dark-primary-text,
873
+ contrast: (50: $dark-primary-text,
907
874
  100: $dark-primary-text,
908
875
  200: $dark-primary-text,
909
876
  300: $light-primary-text,
@@ -916,42 +883,40 @@ $mat-brown: (
916
883
  A100: $dark-primary-text,
917
884
  A200: $dark-primary-text,
918
885
  A400: $light-primary-text,
919
- A700: $light-primary-text
920
- )
886
+ A700: $light-primary-text )
921
887
  );
922
888
  // Alias for alternate spelling.
923
889
  $brown: $mat-brown;
924
890
 
925
891
  $mat-grey: (
926
892
  50 : $color-base-grey-50,
927
- 100 : $color-base-grey-100,
928
- 200 : $color-base-grey-200,
929
- 300 : $color-base-grey-300,
930
- 400 : $color-base-grey-400,
931
- 500 : $color-base-grey-500,
932
- 600 : $color-base-grey-600,
933
- 700 : $color-base-grey-700,
934
- 800 : $color-base-grey-800,
935
- 900 : $color-base-grey-900,
936
- A100 : $color-base-grey-a100,
937
- A200 : $color-base-grey-a200,
938
- A400 : $color-base-grey-a400,
939
- A700 : $color-base-grey-a700,
940
- contrast: (
941
- 50 : $dark-primary-text,
942
- 100 : $dark-primary-text,
943
- 200 : $dark-primary-text,
944
- 300 : $dark-primary-text,
945
- 400 : $dark-primary-text,
946
- 500 : $light-primary-text,
947
- 600 : $light-primary-text,
948
- 700 : $light-primary-text,
949
- 800 : $light-primary-text,
950
- 900 : $light-primary-text,
951
- A100 : $dark-primary-text,
952
- A200 : $dark-primary-text,
953
- A400 : $dark-primary-text,
954
- A700 : $dark-primary-text,
893
+ 100 : $color-base-grey-100,
894
+ 200 : $color-base-grey-200,
895
+ 300 : $color-base-grey-300,
896
+ 400 : $color-base-grey-400,
897
+ 500 : $color-base-grey-500,
898
+ 600 : $color-base-grey-600,
899
+ 700 : $color-base-grey-700,
900
+ 800 : $color-base-grey-800,
901
+ 900 : $color-base-grey-900,
902
+ A100 : $color-base-grey-a100,
903
+ A200 : $color-base-grey-a200,
904
+ A400 : $color-base-grey-a400,
905
+ A700 : $color-base-grey-a700,
906
+ contrast: (50 : $dark-primary-text,
907
+ 100 : $dark-primary-text,
908
+ 200 : $dark-primary-text,
909
+ 300 : $dark-primary-text,
910
+ 400 : $dark-primary-text,
911
+ 500 : $light-primary-text,
912
+ 600 : $light-primary-text,
913
+ 700 : $light-primary-text,
914
+ 800 : $light-primary-text,
915
+ 900 : $light-primary-text,
916
+ A100 : $dark-primary-text,
917
+ A200 : $dark-primary-text,
918
+ A400 : $dark-primary-text,
919
+ A700 : $dark-primary-text,
955
920
  )
956
921
  );
957
922
  // Alias for alternate spelling.
@@ -973,8 +938,7 @@ $mat-blue-grey: (
973
938
  A200: $color-base-blue-grey-a200,
974
939
  A400: $color-base-blue-grey-a400,
975
940
  A700: $color-base-blue-grey-a700,
976
- contrast: (
977
- 50: $dark-primary-text,
941
+ contrast: (50: $dark-primary-text,
978
942
  100: $dark-primary-text,
979
943
  200: $dark-primary-text,
980
944
  300: $dark-primary-text,
@@ -987,8 +951,7 @@ $mat-blue-grey: (
987
951
  A100: $dark-primary-text,
988
952
  A200: $dark-primary-text,
989
953
  A400: $light-primary-text,
990
- A700: $light-primary-text
991
- )
954
+ A700: $light-primary-text )
992
955
  );
993
956
  // Alias for alternate spelling.
994
957
  $blue-grey: $mat-blue-grey;
@@ -1010,8 +973,7 @@ $mat-light-grey: (
1010
973
  A200: $color-base-light-grey-a200,
1011
974
  A400: $color-base-light-grey-a400,
1012
975
  A700: $color-base-light-grey-a700,
1013
- contrast: (
1014
- 50: $dark-primary-text,
976
+ contrast: (50: $dark-primary-text,
1015
977
  100: $dark-primary-text,
1016
978
  200: $dark-primary-text,
1017
979
  300: $dark-primary-text,
@@ -1024,8 +986,7 @@ $mat-light-grey: (
1024
986
  A100: $dark-primary-text,
1025
987
  A200: $dark-primary-text,
1026
988
  A400: $dark-primary-text,
1027
- A700: $dark-primary-text
1028
- )
989
+ A700: $dark-primary-text )
1029
990
  );
1030
991
  $light-grey: $mat-light-grey;
1031
992
 
@@ -1044,8 +1005,7 @@ $mat-dark-grey: (
1044
1005
  A200: $color-base-dark-grey-a200,
1045
1006
  A400: $color-base-dark-grey-a400,
1046
1007
  A700: $color-base-dark-grey-a700,
1047
- contrast: (
1048
- 50: $light-primary-text,
1008
+ contrast: (50: $light-primary-text,
1049
1009
  100: $light-primary-text,
1050
1010
  200: $light-primary-text,
1051
1011
  300: $light-primary-text,
@@ -1058,8 +1018,7 @@ $mat-dark-grey: (
1058
1018
  A100: $light-primary-text,
1059
1019
  A200: $light-primary-text,
1060
1020
  A400: $light-primary-text,
1061
- A700: $light-primary-text
1062
- )
1021
+ A700: $light-primary-text )
1063
1022
  );
1064
1023
  // Alias for alternate spelling.
1065
1024
  $dark-grey: $mat-dark-grey;
@@ -1182,4 +1141,4 @@ $dark-theme-foreground-palette: (
1182
1141
  static-dark-text: $color-base-blue-grey-900,
1183
1142
  disabled-icon: $color-base-blue-grey-400,
1184
1143
 
1185
- );
1144
+ );