|
| 1 | +$white: #ffffff !default; |
| 2 | +$gray-100: #f8f9fa !default; |
| 3 | +$gray-200: #e9ecef !default; |
| 4 | +$gray-300: #dee2e6 !default; |
| 5 | +$gray-400: #ced4da !default; |
| 6 | +$gray-500: #adb5bd !default; |
| 7 | +$gray-600: #868e96 !default; |
| 8 | +$gray-700: #495057 !default; |
| 9 | +$gray-800: #373a3c !default; |
| 10 | +$gray-900: #212529 !default; |
| 11 | +$black: #000000 !default; |
| 12 | + |
| 13 | +$dark-green: #073c44; |
| 14 | +$thistle: #E7CEED; |
| 15 | +$light-orange: darken(#FEEEEB, 5%); // the actual KI color is a little light for many potential use cases |
| 16 | +$light-blue: darken(#EDF4F4, 5%); |
| 17 | +$logo-plum: #870052; |
| 18 | +$medium-grey: #CCD1D5; |
| 19 | + |
| 20 | +$color-primary: $thistle; |
| 21 | +$color-secondary: $dark-green; |
| 22 | +$color-highlight: lighten($dark-green, 10%); |
| 23 | + |
| 24 | +$color-mute-bg: $gray-800; |
| 25 | + |
| 26 | +$body-color: white; |
| 27 | +$body-bg: #201F24; |
| 28 | +$light-bg: #201F24; |
| 29 | +$light-bg-offset: $color-secondary; |
| 30 | +$color-fg: white; |
| 31 | + |
| 32 | +$quarto-category-background-color: lighten($light-bg, 2%); |
| 33 | +$quarto-category-border-color: lighten($light-bg, 30%); |
| 34 | +$quarto-category-hover-background-color: darken($light-bg, 5%); |
| 35 | +$quarto-category-hover-border-color: lighten($light-bg, 50%); |
| 36 | +$quarto-category-highlight: $color-fg; |
0 commit comments