|
145 | 145 | /* ===== THEME TOKENS - LIGHT MODE ===== */ |
146 | 146 |
|
147 | 147 | /* Surface Colors */ |
148 | | - --surface-background-gray-subtle: hsla(200, 10%, 94%, 1); |
| 148 | + --surface-background-gray-subtle: hsla(0, 0%, 97%, 1); |
149 | 149 | --surface-background-gray-moderate: hsla(0, 0%, 97%, 1); |
150 | 150 | --surface-background-gray-intense: hsla(0, 0%, 100%, 1); |
151 | 151 | --surface-background-primary-faint: transparent; |
|
261 | 261 | --interactive-background-information-disabled: hsla(200, 100%, 41%, 0.09); |
262 | 262 | --interactive-background-information-faded: hsla(200, 100%, 41%, 0.09); |
263 | 263 | --interactive-background-information-faded-highlighted: hsla(200, 100%, 41%, 0.18); |
264 | | - --interactive-background-neutral-default: hsla(205, 10%, 24%, 1); |
265 | | - --interactive-background-neutral-highlighted: hsla(200, 10%, 18%, 1); |
266 | | - --interactive-background-neutral-disabled: hsla(206, 10%, 29%, 0.18); |
| 264 | + --interactive-background-neutral-default: hsla(0, 0%, 0%, 1); |
| 265 | + --interactive-background-neutral-highlighted: hsla(0, 0%, 0%, 0.88); |
| 266 | + --interactive-background-neutral-disabled: hsla(0, 0%, 0%, 0.18); |
267 | 267 | --interactive-background-neutral-faded: hsla(206, 10%, 29%, 0.12); |
268 | 268 | --interactive-background-neutral-faded-highlighted: hsla(206, 10%, 29%, 0.18); |
269 | 269 | --interactive-background-gray-default: hsla(206, 10%, 29%, 0.06); |
|
305 | 305 | --interactive-border-information-highlighted: hsla(200, 100%, 33%, 1); |
306 | 306 | --interactive-border-information-disabled: hsla(200, 100%, 41%, 0.18); |
307 | 307 | --interactive-border-information-faded: hsla(200, 100%, 41%, 0.18); |
308 | | - --interactive-border-neutral-default: hsla(200, 11%, 11%, 1); |
309 | | - --interactive-border-neutral-highlighted: hsla(0, 0%, 2%, 1); |
| 308 | + --interactive-border-neutral-default: hsla(0, 0%, 0%, 1); |
| 309 | + --interactive-border-neutral-highlighted: hsla(0, 0%, 0%, 0.88); |
310 | 310 | --interactive-border-neutral-disabled: hsla(203, 8%, 80%, 1); |
311 | 311 | --interactive-border-neutral-faded: hsla(206, 10%, 29%, 0.12); |
312 | 312 | --interactive-border-gray-default: hsla(204, 8%, 88%, 1); |
|
359 | 359 | --interactive-text-on-primary-subtle: hsla(0, 0%, 100%, 0.8); |
360 | 360 | --interactive-text-on-primary-muted: hsla(0, 0%, 100%, 0.64); |
361 | 361 | --interactive-text-on-primary-disabled: hsla(0, 0%, 100%, 0.32); |
| 362 | + --interactive-text-on-neutral-normal: hsla(0, 0%, 100%, 1); |
| 363 | + --interactive-text-on-neutral-subtle: hsla(0, 0%, 100%, 0.8); |
| 364 | + --interactive-text-on-neutral-muted: hsla(0, 0%, 100%, 0.64); |
| 365 | + --interactive-text-on-neutral-disabled: hsla(0, 0%, 100%, 0.32); |
362 | 366 | --interactive-text-static-white-normal: hsla(0, 0%, 100%, 1); |
363 | 367 | --interactive-text-static-white-subtle: hsla(0, 0%, 100%, 0.8); |
364 | 368 | --interactive-text-static-white-muted: hsla(0, 0%, 100%, 0.64); |
|
399 | 403 | --interactive-icon-on-primary-subtle: hsla(0, 0%, 100%, 0.8); |
400 | 404 | --interactive-icon-on-primary-muted: hsla(0, 0%, 100%, 0.64); |
401 | 405 | --interactive-icon-on-primary-disabled: hsla(0, 0%, 100%, 0.32); |
| 406 | + --interactive-icon-on-neutral-normal: hsla(0, 0%, 100%, 1); |
| 407 | + --interactive-icon-on-neutral-subtle: hsla(0, 0%, 100%, 0.8); |
| 408 | + --interactive-icon-on-neutral-muted: hsla(0, 0%, 100%, 0.64); |
| 409 | + --interactive-icon-on-neutral-disabled: hsla(0, 0%, 100%, 0.32); |
402 | 410 | --interactive-icon-static-white-normal: hsla(0, 0%, 100%, 1); |
403 | 411 | --interactive-icon-static-white-subtle: hsla(0, 0%, 100%, 0.8); |
404 | 412 | --interactive-icon-static-white-muted: hsla(0, 0%, 100%, 0.64); |
|
0 commit comments