|
4 | 4 | * work well for content-centric websites.
|
5 | 5 | */
|
6 | 6 |
|
| 7 | +/* You can override the default Infima variables here. */ |
7 | 8 | /* You can override the default Infima variables here. */
|
8 | 9 | :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; |
16 |
| - --ifm-code-font-size: 95%; |
17 |
| - --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1); |
| 10 | + /* Background and Text Colors */ |
| 11 | + --ifm-background-color: #F7F7F7; |
| 12 | + --ifm-color-text: #333333; |
| 13 | + |
| 14 | + /* Primary Colors (Purples) */ |
| 15 | + --ifm-color-primary: #9966FF; |
| 16 | + --ifm-color-primary-dark: #884DFF; |
| 17 | + --ifm-color-primary-darker: #772FFF; |
| 18 | + --ifm-color-primary-darkest: #661AFF; |
| 19 | + --ifm-color-primary-light: #B388FF; |
| 20 | + --ifm-color-primary-lighter: #D1B3FF; |
| 21 | + --ifm-color-primary-lightest: #EDE6FF; |
| 22 | + |
| 23 | + /* Secondary Colors (Blues) */ |
| 24 | + --ifm-color-secondary: #3399FF; |
| 25 | + --ifm-color-secondary-dark: #287ACC; |
| 26 | + --ifm-color-secondary-light: #66B3FF; |
| 27 | + --ifm-color-secondary-lightest: #B3E0FF; |
| 28 | + |
| 29 | + /* Code Block Customization */ |
| 30 | + --ifm-code-font-size: 95%; |
| 31 | + --docusaurus-highlighted-code-line-bg: rgba(102, 51, 153, 0.1); |
18 | 32 | }
|
19 | 33 |
|
20 | 34 | /* For readability concerns, you should choose a lighter palette in dark mode. */
|
21 | 35 | [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); |
| 36 | + --ifm-color-primary: #9933FF; |
| 37 | + --ifm-color-primary-dark: #7D00E6; |
| 38 | + --ifm-color-primary-darker: #5C00B3; |
| 39 | + --ifm-color-primary-darkest: #46008A; |
| 40 | + --ifm-color-primary-light: #A366FF; |
| 41 | + --ifm-color-primary-lighter: #C299FF; |
| 42 | + --ifm-color-primary-lightest: #D9B3FF; |
| 43 | + |
| 44 | + --ifm-color-secondary: #00B3FF; |
| 45 | + --ifm-color-secondary-dark: #008FCC; |
| 46 | + --ifm-color-secondary-light: #33CCFF; |
| 47 | + |
| 48 | + --ifm-color-text: #E6E6E6; |
| 49 | + |
| 50 | + --docusaurus-highlighted-code-line-bg: rgba(255, 255, 255, 0.1); |
30 | 51 | }
|
| 52 | + |
0 commit comments