|
114 | 114 | --negative-luminance: white; |
115 | 115 |
|
116 | 116 | /* Fonts */ |
117 | | - --font-color: #b4aea6; |
| 117 | + --font-color: #dcdbd8; |
118 | 118 | --font-color-high-contrast: #dcdbd8; |
119 | 119 |
|
120 | 120 | /* Links */ |
121 | | - --link-color: #308af2; |
122 | | - --link-color-visited: #9f5fe1; |
| 121 | + --link-color: #b2dcff; |
| 122 | + --link-color-visited: #eecaff; |
123 | 123 |
|
124 | 124 | /* Background */ |
125 | | - --background-color: #292c2e; |
126 | | - --background-color-high-contrast: #17191a; |
| 125 | + --background-color: #444; |
| 126 | + --background-color-high-contrast: #181818; |
127 | 127 |
|
128 | 128 | /* Code */ |
129 | 129 | --code-background-color: #3c3c3c; |
130 | 130 |
|
131 | 131 | /* Border */ |
132 | | - --border-color: #404548; |
| 132 | + --border-color: #5e5e5e; |
133 | 133 |
|
134 | 134 | /* Header */ |
135 | 135 | --header-main-border: #363b3d; |
136 | 136 | --header-accent-border: #bdbdbd; |
137 | 137 |
|
138 | 138 | /* The big red button */ |
139 | 139 | --button-primary-color: #dcdbd8; |
140 | | - --button-primary-bg-color: #81331a; |
| 140 | + --button-primary-bg-color: #5d2310; |
141 | 141 | --button-primary-border-color: #612714; |
142 | 142 |
|
143 | 143 | /* Not the big red button */ |
144 | | - --button-secondary-color: #b4aea6; |
| 144 | + --button-secondary-color: #dcdbd8; |
145 | 145 | --button-secondary-bg-color-top: #17191a; |
146 | 146 | --button-secondary-bg-color-bottom: #1a1c1d; |
| 147 | + --button-secondary-border-color: color-mix( |
| 148 | + in hsl, |
| 149 | + var(--button-secondary-bg-color-bottom), |
| 150 | + var(--negative-luminance) 40% |
| 151 | + ); |
147 | 152 |
|
148 | 153 | /* Output tabs */ |
149 | | - --output-background-tab: #191b1c; |
150 | | - --output-current-tab: #343434; |
| 154 | + --output-background-tab: #343434; |
| 155 | + --output-current-tab: #191b1c; |
151 | 156 |
|
152 | 157 | /* Output compiler highlighting */ |
153 | 158 | --output-highlight-warning-color: #ffe800; |
|
0 commit comments