|
22 | 22 | --ifm-heading-font-weight: bold;
|
23 | 23 | --ifm-line-height-base: 1.5;
|
24 | 24 | --ifm-color-primary: #5e33ff;
|
25 |
| - --ifm-color-primary-dark: #552ed9; |
26 |
| - --ifm-color-primary-darker: #4c29b3; |
27 |
| - --ifm-color-primary-darkest: #3d2194; |
28 |
| - --ifm-color-primary-light: #7e5bff; |
29 |
| - --ifm-color-primary-lighter: #9e83ff; |
30 |
| - --ifm-color-primary-lightest: #beaaff; |
| 25 | + --ifm-color-primary-dark: #4614ff; |
| 26 | + --ifm-color-primary-darker: #3a05ff; |
| 27 | + --ifm-color-primary-darkest: #2d00d6; |
| 28 | + --ifm-color-primary-light: #7652ff; |
| 29 | + --ifm-color-primary-lighter: #8261ff; |
| 30 | + --ifm-color-primary-lightest: #a68fff; |
| 31 | + --ifm-background-color: #ffffff; |
31 | 32 | --ifm-code-font-size: 85%;
|
32 | 33 | --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
|
33 | 34 | }
|
34 | 35 |
|
35 | 36 | /* For readability concerns, you should choose a lighter palette in dark mode. */
|
36 | 37 | [data-theme='dark'] {
|
37 |
| - --ifm-color-primary: #5e33ff; |
38 |
| - --ifm-color-primary-dark: #552ed9; |
39 |
| - --ifm-color-primary-darker: #4c29b3; |
40 |
| - --ifm-color-primary-darkest: #3d2194; |
41 |
| - --ifm-color-primary-light: #7e5bff; |
42 |
| - --ifm-color-primary-lighter: #9e83ff; |
43 |
| - --ifm-color-primary-lightest: #beaaff; |
| 38 | + --ifm-color-primary: #a384ff; |
| 39 | + --ifm-color-primary-dark: #865dff; |
| 40 | + --ifm-color-primary-darker: #784aff; |
| 41 | + --ifm-color-primary-darkest: #4c10ff; |
| 42 | + --ifm-color-primary-light: #c0abff; |
| 43 | + --ifm-color-primary-lighter: #cebeff; |
| 44 | + --ifm-color-primary-lightest: #faf8ff; |
| 45 | + --ifm-background-color: #1b1725 !important; /* Otherwise they are overwritten by html[data-theme='dark'] */ |
| 46 | + --ifm-background-surface-color: #32324a !important; /* Otherwise they are overwritten by html[data-theme='dark'] */ |
44 | 47 | --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
|
45 | 48 | }
|
46 | 49 |
|
| 50 | +footer { |
| 51 | + --ifm-footer-background-color: #32324a !important; |
| 52 | +} |
| 53 | + |
47 | 54 | .markdown h1:first-child {
|
48 | 55 | --ifm-h1-font-size: 2em;
|
49 | 56 | }
|
|
0 commit comments