@@ -36,7 +36,7 @@ $grays-dark: (
36
36
// fusv-enable
37
37
38
38
// scss-docs-start theme-color-dark-variables
39
- $primary-dark : tint-color ( desaturate ($primary , 20 % ), 20 % ) !default ;
39
+ $primary-dark : desaturate ($primary , 10 % ) !default ;
40
40
$secondary-dark : desaturate ($secondary , 10% ) !default ;
41
41
$success-dark : desaturate ($success , 10% ) !default ;
42
42
$info-dark : desaturate ($info , 10% ) !default ;
@@ -97,12 +97,12 @@ $body-bg-dark: $gray-900-dark !default;
97
97
$body-secondary-color-dark : rgba ($body-color-dark , .75 ) !default ;
98
98
$body-secondary-bg-dark : $gray-800-dark !default ;
99
99
$body-tertiary-color-dark : rgba ($body-color-dark , .5 ) !default ;
100
- $body-tertiary-bg-dark : mix ($gray-800-dark , #181924 , 50% ) !default ;
100
+ $body-tertiary-bg-dark : mix ($gray-800-dark , #212631 , 50% ) !default ;
101
101
$body-emphasis-color-dark : $white !default ;
102
- $border-color-dark : $gray-700 -dark !default ;
103
- $border-color-translucent-dark : rgba ($white , .15 ) !default ;
102
+ $border-color-dark : $gray-800 -dark !default ;
103
+ $border-color-translucent-dark : rgba ($white , .1 ) !default ;
104
104
$headings-color-dark : inherit !default ;
105
- $link-color-dark : tint-color ( $primary , 40 % ) !default ;
105
+ $link-color-dark : $primary-dark !default ;
106
106
$link-hover-color-dark : shift-color ($link-color-dark , - $link-shade-percentage ) !default ;
107
107
$code-color-dark : tint-color ($code-color , 40% ) !default ;
108
108
@@ -157,13 +157,4 @@ $button-outline-ghost-variants-dark: (
157
157
" warning" : btn-outline-color-map ($warning-dark ),
158
158
" info" : btn-outline-color-map ($info-dark )
159
159
) !default ;
160
-
161
-
162
- //
163
- // Sidebar
164
- //
165
-
166
- $sidebar-bg-dark : $body-bg-dark !default ;
167
- $sidebar-border-width-dark : var (--#{$prefix}border-width ) !default ;
168
- $sidebar-border-color-dark : var (--#{$prefix}border-color ) !default ;
169
160
// scss-docs-end sass-dark-mode-vars
0 commit comments