|
| 1 | +.theme-light { |
| 2 | + --brand-primary: rgb(47, 112, 193); |
| 3 | + --brand-secondary: rgb(116, 97, 195); |
| 4 | + --brand-alternative: rgb(19, 120, 134); |
| 5 | + --background-site: rgb(249, 249, 249); |
| 6 | + --background-code: rgb(244, 244, 244); |
| 7 | + --text-body: rgb(54, 49, 61); |
| 8 | + --text-comment: rgb(99, 94, 105); |
| 9 | + --text-high-contrast: rgb(49, 49, 49); |
| 10 | + --text-medium-contrast: rgb(99, 94, 105); |
| 11 | + --text-low-contrast: rgb(116, 109, 118); |
| 12 | + --detail-high-contrast: rgb(192, 192, 192); |
| 13 | + --detail-medium-contrast: rgb(234, 234, 234); |
| 14 | + --detail-low-contrast: rgb(240, 240, 242); |
| 15 | + --admonition-note: rgb(46, 109, 188); |
| 16 | + --admonition-warning: rgb(255, 196, 9); |
| 17 | + --admonition-danger: rgb(220, 38, 38); |
| 18 | + --brand-primary-rgb-value: 47, 112, 193; |
| 19 | + --brand-secondary-rgb-value: 116, 97, 195; |
| 20 | + --brand-alternative-rgb-value: 19, 120, 134; |
| 21 | + --background-site-rgb-value: 249, 249, 249; |
| 22 | + --background-code-rgb-value: 244, 244, 244; |
| 23 | + --text-body-rgb-value: 54, 49, 61; |
| 24 | + --text-comment-rgb-value: 99, 94, 105; |
| 25 | + --text-high-contrast-rgb-value: 49, 49, 49; |
| 26 | + --text-medium-contrast-rgb-value: 99, 94, 105; |
| 27 | + --text-low-contrast-rgb-value: 116, 109, 118; |
| 28 | + --detail-high-contrast-rgb-value: 192, 192, 192; |
| 29 | + --detail-medium-contrast-rgb-value: 234, 234, 234; |
| 30 | + --detail-low-contrast-rgb-value: 240, 240, 242; |
| 31 | + --admonition-note-rgb-value: 46, 109, 188; |
| 32 | + --admonition-warning-rgb-value: 255, 196, 9; |
| 33 | + --admonition-danger-rgb-value: 220, 38, 38; |
| 34 | +} |
| 35 | +.theme-dark { |
| 36 | + --brand-primary: rgb(138, 180, 248); |
| 37 | + --brand-secondary: rgb(193, 168, 226); |
| 38 | + --brand-alternative: rgb(136, 186, 191); |
| 39 | + --background-site: rgb(0, 0, 0); |
| 40 | + --background-code: rgb(12, 12, 12); |
| 41 | + --text-body: rgb(222, 222, 222); |
| 42 | + --text-comment: rgb(170, 170, 170); |
| 43 | + --text-high-contrast: rgb(230, 230, 230); |
| 44 | + --text-medium-contrast: rgb(202, 202, 202); |
| 45 | + --text-low-contrast: rgb(170, 170, 170); |
| 46 | + --detail-high-contrast: rgb(101, 101, 101); |
| 47 | + --detail-medium-contrast: rgb(25, 25, 25); |
| 48 | + --detail-low-contrast: rgb(21, 21, 21); |
| 49 | + --admonition-note: rgb(138, 180, 248); |
| 50 | + --admonition-warning: rgb(253, 186, 116); |
| 51 | + --admonition-danger: rgb(220, 38, 38); |
| 52 | + --brand-primary-rgb-value: 138, 180, 248; |
| 53 | + --brand-secondary-rgb-value: 193, 168, 226; |
| 54 | + --brand-alternative-rgb-value: 136, 186, 191; |
| 55 | + --background-site-rgb-value: 0, 0, 0; |
| 56 | + --background-code-rgb-value: 12, 12, 12; |
| 57 | + --text-body-rgb-value: 222, 222, 222; |
| 58 | + --text-comment-rgb-value: 170, 170, 170; |
| 59 | + --text-high-contrast-rgb-value: 230, 230, 230; |
| 60 | + --text-medium-contrast-rgb-value: 202, 202, 202; |
| 61 | + --text-low-contrast-rgb-value: 170, 170, 170; |
| 62 | + --detail-high-contrast-rgb-value: 101, 101, 101; |
| 63 | + --detail-medium-contrast-rgb-value: 25, 25, 25; |
| 64 | + --detail-low-contrast-rgb-value: 21, 21, 21; |
| 65 | + --admonition-note-rgb-value: 138, 180, 248; |
| 66 | + --admonition-warning-rgb-value: 253, 186, 116; |
| 67 | + --admonition-danger-rgb-value: 220, 38, 38; |
| 68 | +} |
0 commit comments