@@ -103,7 +103,10 @@ $elevation-base-color-dt: 0, 0, 0 !default;
103
103
$theme-body-dt : (
104
104
" body-bg" : $body-bg-dt ,
105
105
" body-color" : $body-color-dt ,
106
- " elevation-base-color" : $elevation-base-color-dt
106
+ " elevation-base-color" : $elevation-base-color-dt ,
107
+ " text-high-emphasis" : $high-emphasis-dt ,
108
+ " text-medium-emphasis" : $medium-emphasis-dt ,
109
+ " text-disabled" : $disabled-dt ,
107
110
) !default ;
108
111
109
112
// Components
@@ -513,6 +516,33 @@ $sidebar-theme-map: (
513
516
" sidebar-toggler-hover-bg" : $sidebar-toggler-hover-bg-dt
514
517
) !default ;
515
518
519
+ $table-color-dt : $body-color-dt !default ;
520
+ $table-bg-dt : transparent !default ;
521
+ $table-border-color-dt : $border-color-dt !default ;
522
+
523
+ $table-striped-color-dt : $table-color-dt !default ;
524
+ $table-striped-bg-factor-dt : .05 !default ;
525
+ $table-striped-bg-dt : rgba ($white , $table-striped-bg-factor-dt ) !default ;
526
+
527
+ $table-active-color-dt : $table-color-dt !default ;
528
+ $table-active-bg-factor-dt : .1 !default ;
529
+ $table-active-bg-dt : rgba ($black , $table-active-bg-factor-dt ) !default ;
530
+
531
+ $table-hover-color-dt : $table-color-dt !default ;
532
+ $table-hover-bg-factor-dt : .075 !default ;
533
+ $table-hover-bg-dt : rgba ($black , $table-hover-bg-factor-dt ) !default ;
534
+
535
+ $table-theme-map : (
536
+ " table-color" : $table-color-dt ,
537
+ " table-bg" : $table-bg-dt ,
538
+ " table-border-color" : $table-border-color-dt ,
539
+ " table-striped-color" : $table-striped-color-dt ,
540
+ " table-striped-bg" : $table-striped-bg-dt ,
541
+ " table-active-color" : $table-active-color-dt ,
542
+ " table-active-bg" : $table-active-bg-dt ,
543
+ " table-hover-color" : $table-hover-color-dt ,
544
+ " table-hover-bg" : $table-hover-bg-dt
545
+ ) !default ;
516
546
517
547
// Toast
518
548
@@ -562,5 +592,6 @@ $theme-map: (
562
592
" popover" : $popover-theme-map ,
563
593
" progress" : $progress-theme-map ,
564
594
" sidebar" : $sidebar-theme-map ,
595
+ " table" : $table-theme-map ,
565
596
" toast" : $toast-theme-map
566
597
) !default ;
0 commit comments