|
6 | 6 |
|
7 | 7 | /* You can override the default Infima variables here. */ |
8 | 8 | :root { |
9 | | - --ifm-color-primary: #2e8555; |
10 | | - --ifm-color-primary-dark: #29784c; |
11 | | - --ifm-color-primary-darker: #277148; |
12 | | - --ifm-color-primary-darkest: #205d3b; |
13 | | - --ifm-color-primary-light: #33925d; |
14 | | - --ifm-color-primary-lighter: #359962; |
15 | | - --ifm-color-primary-lightest: #3cad6e; |
| 9 | + --ifm-color-primary: oklch(0.2708 0.1111 29.25); |
| 10 | + --ifm-color-primary-dark: oklch(0.23 0.1111 29.25); |
| 11 | + --ifm-color-primary-darker: oklch(0.21 0.1111 29.25); |
| 12 | + --ifm-color-primary-darkest: oklch(0.18 0.1111 29.25); |
| 13 | + --ifm-color-primary-light: oklch(0.32 0.1111 29.25); |
| 14 | + --ifm-color-primary-lighter: oklch(0.37 0.1111 29.25); |
| 15 | + --ifm-color-primary-lightest: oklch(0.45 0.1111 29.25); |
16 | 16 | --ifm-code-font-size: 95%; |
17 | | - --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1); |
| 17 | + --docusaurus-highlighted-code-line-bg: oklch(0.2708 0.1111 29.25 / 0.1); |
18 | 18 | } |
19 | 19 |
|
20 | 20 | /* For readability concerns, you should choose a lighter palette in dark mode. */ |
21 | 21 | [data-theme='dark'] { |
22 | | - --ifm-color-primary: #25c2a0; |
23 | | - --ifm-color-primary-dark: #21af90; |
24 | | - --ifm-color-primary-darker: #1fa588; |
25 | | - --ifm-color-primary-darkest: #1a8870; |
26 | | - --ifm-color-primary-light: #29d5b0; |
27 | | - --ifm-color-primary-lighter: #32d8b4; |
28 | | - --ifm-color-primary-lightest: #4fddbf; |
29 | | - --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3); |
| 22 | + --ifm-color-primary: oklch(0.50 0.1111 29.25); |
| 23 | + --ifm-color-primary-dark: oklch(0.46 0.1111 29.25); |
| 24 | + --ifm-color-primary-darker: oklch(0.42 0.1111 29.25); |
| 25 | + --ifm-color-primary-darkest: oklch(0.38 0.1111 29.25); |
| 26 | + --ifm-color-primary-light: oklch(0.54 0.1111 29.25); |
| 27 | + --ifm-color-primary-lighter: oklch(0.58 0.1111 29.25); |
| 28 | + --ifm-color-primary-lightest: oklch(0.64 0.1111 29.25); |
| 29 | + --docusaurus-highlighted-code-line-bg: oklch(0.50 0.1111 29.25 / 0.3); |
30 | 30 | } |
0 commit comments