|
1 | 1 | [data-md-color-scheme="slate"] { |
2 | | - --md-primary-fg-color: #6a290d; |
| 2 | + --md-primary-fg-color: #b13a10; |
3 | 3 | --md-primary-fg-color--light: #8d7474; |
4 | 4 | --md-primary-fg-color--dark: #6d554d; |
5 | 5 |
|
| 6 | + --md-default-bg-color: #1e2129; |
| 7 | + |
| 8 | + --md-typeset-a-color: #ed6436; |
| 9 | + --md-accent-fg-color: #f18a67; |
| 10 | + |
| 11 | + --md-accent-fg-color--transparent: #625151; |
| 12 | + |
| 13 | + --md-code-bg-color: #282b2d; |
| 14 | + |
6 | 15 | .hljs-title, |
7 | 16 | .hljs-title.class_, |
8 | 17 | .hljs-title.class_.inherited__, |
|
43 | 52 | color: #ddba52 |
44 | 53 | } |
45 | 54 |
|
46 | | - .md-typeset .note > .admonition-title, |
47 | | - .md-typeset .note > summary { |
48 | | - background-color: #0000001a; |
| 55 | + .md-typeset code { |
| 56 | + border: 1px solid #3f4547; |
49 | 57 | } |
50 | 58 |
|
51 | 59 | .md-typeset .admonition.note, |
52 | 60 | .md-typeset details.note { |
53 | | - border-color: #675647; |
| 61 | + border-color: #2c5293; |
54 | 62 | } |
55 | 63 |
|
56 | 64 | .md-typeset .note > .admonition-title:before, |
57 | 65 | .md-typeset .note > summary:before { |
58 | | - background-color: #65686d; |
| 66 | + background-color: #2c5293; |
59 | 67 | -webkit-mask-image: var(--md-admonition-icon--note); |
60 | 68 | mask-image: var(--md-admonition-icon--note); |
61 | 69 | } |
62 | 70 |
|
63 | 71 | .md-typeset .admonition.warning, |
64 | 72 | .md-typeset details.warning { |
65 | | - border-color: #776144; |
| 73 | + border-color: #97631e; |
66 | 74 | } |
67 | 75 |
|
68 | 76 | .md-typeset .warning > .admonition-title:before, |
69 | 77 | .md-typeset .warning > summary:before { |
70 | | - background-color: #d9913bc2; |
| 78 | + background-color: #97631e; |
71 | 79 | -webkit-mask-image: var(--md-admonition-icon--warning); |
72 | 80 | mask-image: var(--md-admonition-icon--warning); |
73 | 81 | } |
|
0 commit comments