|
59 | 59 | --text-feedback-warning: #{$yellow}; |
60 | 60 | --text-feedback-info: #{$blue}; |
61 | 61 |
|
62 | | - --background-feedback-positive: #{adjust-color($green, $alpha: -0.9)}; |
63 | | - --background-feedback-critical: #{adjust-color($red, $alpha: -0.9)}; |
64 | | - --background-feedback-warning: #{adjust-color($yellow, $alpha: -0.9)}; |
65 | | - --background-feedback-info: #{adjust-color($blue, $alpha: -0.9)}; |
66 | | - |
67 | 62 | --message-reacted-background-default: #{adjust-color($brand, $alpha: -0.7)} !important; |
68 | 63 | --message-reacted-text-default: #{$brand}; |
69 | 64 |
|
|
73 | 68 | --opacity-blurple-32: #{adjust-color($brand, $alpha: -0.68)}; |
74 | 69 | --opacity-blurple-60: #{adjust-color($brand, $alpha: -0.4)}; |
75 | 70 | --blurple-50: #{$brand}; |
| 71 | + --blurple-60: #{darken($brand, math.div(20%, 2))}; |
76 | 72 |
|
77 | 73 | // TODO: `2025_04_desktop_refresh_fast_follows` "Darker Guild List Background" |
78 | 74 | --app-frame-background: #{darken($crust, 2%)}; |
|
95 | 91 | --chat-border: #{$crust}; |
96 | 92 | --chat-text-muted: #{$subtext0}; |
97 | 93 |
|
| 94 | + --checkbox-icon-active: #{$crust}; |
98 | 95 | --checkbox-border-default: #{$overlay0}; |
99 | 96 |
|
| 97 | + --radio-thumb-background-active: #{$crust}; |
| 98 | + |
100 | 99 | --border-muted: #{$surface0}; |
101 | 100 | --border-strong: #{$mantle}; |
102 | 101 | --border-normal: #{$crust}; |
|
125 | 124 | --background-feedback-info: #{adjust-color($sky, $alpha: -0.85)}; |
126 | 125 | --icon-feedback-info: #{$sky}; |
127 | 126 |
|
| 127 | + --background-feedback-notification: #{$red}; |
| 128 | + --icon-feedback-notification: #{$red}; |
| 129 | + --badge-notification-background: #{$red}; |
| 130 | + |
| 131 | + --status-positive: #{$green}; |
128 | 132 | --status-positive-background: #{$green}; |
129 | 133 | --status-positive-text: #{$base}; |
130 | 134 |
|
| 135 | + --status-warning: #{$yellow}; |
131 | 136 | --status-warning-background: #{$yellow}; |
132 | 137 | --status-warning-text: #{$base}; |
133 | 138 |
|
134 | 139 | --status-danger: #{$red}; |
135 | | - --status-positive: #{$green}; |
136 | | - --status-warning: #{$yellow}; |
137 | 140 |
|
138 | 141 | // colorWarning |
139 | 142 | --black-500: #{$crust}; |
|
157 | 160 | --primary-800: #{$crust}; |
158 | 161 |
|
159 | 162 | --white: #{$text}; |
160 | | - --white-400: #{$text}; |
161 | 163 | --white-500: #{$text}; |
162 | | - --white-600: #{$subtext1}; |
163 | | - --white-700: #{$subtext0}; |
164 | 164 |
|
165 | 165 | --guild-boosting-pink: #{$pink}; |
166 | 166 | --guild-boosting-blue: #{$blue}; |
|
188 | 188 | --control-primary-background-hover: #{darken($brand, math.div(15%, 2))}; |
189 | 189 | --control-primary-background-active: #{darken($brand, math.div(25%, 2))}; |
190 | 190 |
|
| 191 | + --control-secondary-background-default: #{$surface1} !important; |
| 192 | + --control-secondary-background-hover: #{darken($surface1, math.div(10%, 2))}; |
| 193 | + --control-secondary-background-active: #{darken($surface1, math.div(15%, 2))}; |
| 194 | + --control-secondary-border-default: #{$surface0}; |
| 195 | + --control-secondary-text-default: #{$text} !important; |
| 196 | + --control-secondary-text-hover: #{$text}; |
| 197 | + |
191 | 198 | --control-critical-primary-background-default: #{$red}; |
192 | 199 | --control-critical-primary-background-hover: #{darken($red, math.div(10%, 2))}; |
193 | 200 | --control-critical-primary-background-active: #{darken( |
|
197 | 204 | --control-critical-primary-text-default: #{$base}; |
198 | 205 | --control-critical-primary-text-hover: #{$base}; |
199 | 206 |
|
200 | | - --control-connected-background-default: #{$green}; |
201 | | - --control-connected-background-hover: #{darken($green, math.div(10%, 2))}; |
202 | | - --control-connected-background-active: #{darken($green, math.div(15%, 2))}; |
203 | | - --control-connected-border-default: #{$green}; |
204 | | - --control-connected-border-hover: #{darken($green, math.div(5%, 2))}; |
205 | | - --control-connected-border-active: #{darken($green, math.div(5%, 2))}; |
206 | | - |
207 | | - --control-secondary-background-default: #{$surface1} !important; |
208 | | - --control-secondary-background-hover: #{darken($surface1, math.div(10%, 2))}; |
209 | | - --control-secondary-background-active: #{darken($surface1, math.div(15%, 2))}; |
210 | | - --control-secondary-text-default: #{$text} !important; |
211 | | - |
212 | | - --control-critical-secondary-text-default: #{$text}; |
213 | | - --control-critical-secondary-border-default: #{$red}; |
214 | 207 | --control-critical-secondary-background-default: transparent; |
215 | 208 | --control-critical-secondary-background-hover: #{darken( |
216 | 209 | $red, |
217 | 210 | math.div(5%, 2) |
218 | 211 | )}; |
219 | | - --control-critical-secondary-text-hover: #{$base}; |
220 | | - --control-critical-secondary-border-hover: #{darken($red, math.div(5%, 2))}; |
221 | 212 | --control-critical-secondary-background-active: #{darken( |
222 | 213 | $red, |
223 | 214 | math.div(10%, 2) |
224 | 215 | )}; |
225 | | - --control-critical-secondary-text-active: #{$base}; |
| 216 | + --control-critical-secondary-border-default: #{$red}; |
| 217 | + --control-critical-secondary-border-hover: #{darken($red, math.div(5%, 2))}; |
226 | 218 | --control-critical-secondary-border-active: #{darken($red, math.div(5%, 2))}; |
| 219 | + --control-critical-secondary-text-default: #{$text}; |
| 220 | + --control-critical-secondary-text-hover: #{$base}; |
| 221 | + --control-critical-secondary-text-active: #{$base}; |
227 | 222 |
|
228 | | - --control-secondary-border-default: #{$surface0}; |
229 | | - --control-secondary-text-hover: #{$text}; |
| 223 | + --control-connected-background-default: #{$green}; |
| 224 | + --control-connected-background-hover: #{darken($green, math.div(10%, 2))}; |
| 225 | + --control-connected-background-active: #{darken($green, math.div(15%, 2))}; |
| 226 | + --control-connected-border-default: #{$green}; |
| 227 | + --control-connected-border-hover: #{darken($green, math.div(5%, 2))}; |
| 228 | + --control-connected-border-active: #{darken($green, math.div(5%, 2))}; |
230 | 229 |
|
231 | 230 | // discord still uses the button-outline naming for some variables for some reason? |
232 | 231 | --button-outline-primary-text: #{$text}; |
|
235 | 234 | --button-outline-brand-background-hover: #{darken($brand, math.div(5%, 2))}; |
236 | 235 | --button-outline-brand-border-active: #{darken($brand, math.div(5%, 2))}; |
237 | 236 |
|
238 | | - // used by vencord |
239 | | - --redesign-button-positive-background: #{$green} !important; |
240 | | - --redesign-button-positive-pressed-background: #{darken( |
241 | | - $green, |
242 | | - math.div(10%, 2) |
243 | | - )}; |
244 | | - |
245 | | - --redesign-button-secondary-background: #{$surface1} !important; |
246 | | - --redesign-button-secondary-pressed-background: #{darken( |
247 | | - $surface1, |
248 | | - math.div(10%, 2) |
249 | | - )}; |
250 | | - |
251 | 237 | --modal-background: #{$base} !important; |
252 | 238 | --modal-footer-background: #{$base}; |
253 | 239 |
|
|
292 | 278 | --channeltextarea-background: #{$mantle}; |
293 | 279 |
|
294 | 280 | --icon-muted: #{darken($subtext0, 5%)} !important; |
| 281 | + --icon-voice-muted: #{$red}; |
295 | 282 | --icon-default: #{$text}; |
296 | 283 | --icon-strong: #{$text}; |
297 | 284 | --icon-subtle: #{$subtext1}; |
|
315 | 302 | --interactive-background-selected: #{adjust-color($overlay0, $alpha: -0.8)}; |
316 | 303 | --interactive-background-active: #{adjust-color($text, $alpha: -0.83)}; |
317 | 304 |
|
318 | | - --search-popout-option-non-text-color: #{$subtext0}; |
319 | | - |
320 | 305 | --__spoiler-background-color--hidden: #{$surface2}; |
321 | 306 | --__spoiler-warning-background-color: #{lighten($surface2, 5%)}; |
322 | 307 |
|
|
325 | 310 |
|
326 | 311 | --plum-23: #{$base}; |
327 | 312 |
|
328 | | - --badge-background-default: #{$brand}; |
329 | | - --badge-text-default: #{$crust}; |
330 | 313 | --badge-text-brand: #{$base}; |
331 | 314 |
|
| 315 | + --text-status-online: #{$green}; |
| 316 | + --text-status-idle: #{$yellow}; |
| 317 | + --text-status-dnd: #{$red}; |
| 318 | + --text-status-offline: #{$subtext1}; |
| 319 | + |
| 320 | + --icon-status-online: #{$green}; |
| 321 | + --icon-status-idle: #{$yellow}; |
| 322 | + --icon-status-dnd: #{$red}; |
| 323 | + --icon-status-offline: #{$subtext1}; |
| 324 | + |
332 | 325 | --twitch: #{darken($mauve, 10%)}; |
333 | 326 | --playstation: #{darken($blue, 10%)}; |
334 | 327 | --spotify: #{$green}; |
|
0 commit comments