Lines 301-314
$cyans: (
Link Here
|
301 |
// fusv-enable |
301 |
// fusv-enable |
302 |
|
302 |
|
303 |
// scss-docs-start theme-color-variables |
303 |
// scss-docs-start theme-color-variables |
304 |
$primary: $yellow; |
304 |
$primary: $yellow; // $blue !default; |
305 |
$secondary: $gray-600; |
305 |
$secondary: $gray-600; // $gray-600 !default; |
306 |
$success: $green; |
306 |
$success: $green; // $green !default; |
307 |
$info: $blue-100; |
307 |
$info: $blue-300; // $blue-100; // $cyan !default; |
308 |
$warning: $yellow; |
308 |
$warning: $yellow; // $yellow !default; |
309 |
$danger: $red; |
309 |
$danger: $red; // $red !default; |
310 |
$light: #FFF; |
310 |
$light: #FFF; // $gray-100 !default; |
311 |
$dark: #352c2e; |
311 |
$dark: #352c2e; // $gray-900 !default; |
312 |
// scss-docs-end theme-color-variables |
312 |
// scss-docs-end theme-color-variables |
313 |
|
313 |
|
314 |
// scss-docs-start theme-colors-map |
314 |
// scss-docs-start theme-colors-map |
Lines 325-336
$theme-colors: (
Link Here
|
325 |
// scss-docs-end theme-colors-map |
325 |
// scss-docs-end theme-colors-map |
326 |
|
326 |
|
327 |
// scss-docs-start theme-text-variables |
327 |
// scss-docs-start theme-text-variables |
328 |
$primary-text-emphasis: shade-color($primary, 60%); |
328 |
$primary-text-emphasis: $gray-900; // shade-color($primary, 60%); |
329 |
$secondary-text-emphasis: shade-color($secondary, 60%); |
329 |
$secondary-text-emphasis: $gray-900; // shade-color($secondary, 60%); |
330 |
$success-text-emphasis: shade-color($success, 60%); |
330 |
$success-text-emphasis: $gray-900; // shade-color($success, 60%); |
331 |
$info-text-emphasis: shade-color($info, 60%); |
331 |
$info-text-emphasis: $gray-900; // shade-color($info, 60%); |
332 |
$warning-text-emphasis: $black; // shade-color($warning, 60%); |
332 |
$warning-text-emphasis: $gray-900; // shade-color($warning, 60%); |
333 |
$danger-text-emphasis: shade-color($danger, 60%); |
333 |
$danger-text-emphasis: $gray-900; // shade-color($danger, 60%); |
334 |
$light-text-emphasis: $gray-700; |
334 |
$light-text-emphasis: $gray-700; |
335 |
$dark-text-emphasis: $gray-700; |
335 |
$dark-text-emphasis: $gray-700; |
336 |
// scss-docs-end theme-text-variables |
336 |
// scss-docs-end theme-text-variables |
Lines 385-391
$enable-rfs: true;
Link Here
|
385 |
$enable-validation-icons: true; |
385 |
$enable-validation-icons: true; |
386 |
$enable-negative-margins: false; |
386 |
$enable-negative-margins: false; |
387 |
$enable-deprecation-messages: true; |
387 |
$enable-deprecation-messages: true; |
388 |
$enable-important-utilities: true; |
388 |
$enable-important-utilities: false; |
389 |
|
389 |
|
390 |
$enable-dark-mode: true; |
390 |
$enable-dark-mode: true; |
391 |
$color-mode-type: data; // `data` or `media-query` |
391 |
$color-mode-type: data; // `data` or `media-query` |
Lines 1770-1779
$table-border-color: #BCBCBC;
Link Here
|
1770 |
$table-header-background: #FFF; |
1770 |
$table-header-background: #FFF; |
1771 |
$table-odd-row: #f3f4f4; |
1771 |
$table-odd-row: #f3f4f4; |
1772 |
|
1772 |
|
1773 |
// $body-bg: $white; |
|
|
1774 |
// $body-color: $gray-900; |
1775 |
// $body-text-align: null; |
1776 |
|
1777 |
$default-bs-btn-bg: #FFF; |
1773 |
$default-bs-btn-bg: #FFF; |
1778 |
$default-bs-btn-border-color: #555; |
1774 |
$default-bs-btn-border-color: #555; |
1779 |
$default-bs-btn-color: #555; |
1775 |
$default-bs-btn-color: #555; |