|
1 | 1 | .theme-dark {
|
2 | 2 | --color-background-mono: rgb(255, 255, 255);
|
3 |
| - --color-background-canvas: rgb(15, 15, 16); |
4 |
| - --color-background-neutral-default: rgb(28, 28, 30); |
| 3 | + --color-background-canvas: rgb(21, 21, 22); |
| 4 | + --color-background-neutral-default: rgb(32, 32, 34); |
5 | 5 | --color-background-neutral-hover: rgb(40, 40, 43);
|
6 |
| - --color-background-neutral-weak: rgb(28, 28, 30); |
| 6 | + --color-background-neutral-weak: rgb(32, 32, 34); |
7 | 7 | --color-background-neutral-weak-hover: rgb(40, 40, 43);
|
8 | 8 | --color-background-neutral-medium: rgb(52, 53, 58);
|
9 | 9 | --color-background-neutral-medium-hover: rgb(87, 89, 95);
|
10 |
| - --color-background-neutral-strong: rgb(15, 15, 16); |
11 |
| - --color-background-neutral-strong-hover: rgb(28, 28, 30); |
| 10 | + --color-background-neutral-strong: rgb(21, 21, 22); |
| 11 | + --color-background-neutral-strong-hover: rgb(32, 32, 34); |
12 | 12 | --color-background-success-default: rgb(12, 49, 14);
|
13 | 13 | --color-background-success-strong: rgb(22, 101, 26);
|
14 | 14 | --color-background-danger-default: rgb(79, 18, 18);
|
|
21 | 21 | --color-background-action-strong-hover: rgb(215, 37, 109);
|
22 | 22 | --color-background-action-strong-active: rgb(142, 16, 74);
|
23 | 23 | --color-background-action-strong-disabled: rgba(244,63,133, 0.5);
|
24 |
| - --color-background-action-medium: rgb(28, 28, 30); |
| 24 | + --color-background-action-medium: rgb(32, 32, 34); |
25 | 25 | --color-background-action-medium-hover: rgb(40, 40, 43);
|
26 | 26 | --color-background-action-medium-active: rgb(63, 63, 70);
|
27 | 27 | --color-background-action-weak-hover: rgb(52, 53, 58);
|
|
0 commit comments