|
1 | 1 | html {
|
2 | 2 | --tp-base-border-radius: 3px;
|
3 |
| - --tp-base-background-color: hsla(230deg, 5%, 90%, 100%); |
4 |
| - --tp-base-shadow-color: hsla(0deg, 0%, 0%, 10%); |
5 |
| - --tp-button-background-color: hsla(230deg, 7%, 75%, 100%); |
6 |
| - --tp-button-background-color-active: hsla(230deg, 7%, 60%, 100%); |
7 |
| - --tp-button-background-color-focus: hsla(230deg, 7%, 65%, 100%); |
8 |
| - --tp-button-background-color-hover: hsla(230deg, 7%, 70%, 100%); |
9 |
| - --tp-button-foreground-color: hsla(230deg, 10%, 30%, 100%); |
10 |
| - --tp-container-background-color: hsla(230deg, 15%, 30%, 20%); |
11 |
| - --tp-container-background-color-active: hsla(230deg, 15%, 30%, 32%); |
12 |
| - --tp-container-background-color-focus: hsla(230deg, 15%, 30%, 28%); |
13 |
| - --tp-container-background-color-hover: hsla(230deg, 15%, 30%, 24%); |
14 |
| - --tp-container-foreground-color: hsla(230deg, 10%, 30%, 100%); |
15 |
| - --tp-groove-foreground-color: hsla(230deg, 15%, 30%, 10%); |
16 |
| - --tp-input-background-color: hsla(230deg, 15%, 30%, 10%); |
17 |
| - --tp-input-background-color-active: hsla(230deg, 15%, 30%, 22%); |
18 |
| - --tp-input-background-color-focus: hsla(230deg, 15%, 30%, 18%); |
19 |
| - --tp-input-background-color-hover: hsla(230deg, 15%, 30%, 14%); |
20 |
| - --tp-input-foreground-color: hsla(230deg, 10%, 30%, 100%); |
21 |
| - --tp-label-foreground-color: hsla(230deg, 10%, 30%, 70%); |
22 |
| - --tp-monitor-background-color: hsla(230deg, 15%, 30%, 10%); |
23 |
| - --tp-monitor-foreground-color: hsla(230deg, 10%, 30%, 50%); |
| 3 | + --tp-base-background-color: hsl(230deg, 5%, 90%, 100%); |
| 4 | + --tp-base-shadow-color: hsl(0deg, 0%, 0%, 10%); |
| 5 | + --tp-button-background-color: hsl(230deg, 7%, 75%, 100%); |
| 6 | + --tp-button-background-color-active: hsl(230deg, 7%, 60%, 100%); |
| 7 | + --tp-button-background-color-focus: hsl(230deg, 7%, 65%, 100%); |
| 8 | + --tp-button-background-color-hover: hsl(230deg, 7%, 70%, 100%); |
| 9 | + --tp-button-foreground-color: hsl(230deg, 10%, 30%, 100%); |
| 10 | + --tp-container-background-color: hsl(230deg, 15%, 30%, 20%); |
| 11 | + --tp-container-background-color-active: hsl(230deg, 15%, 30%, 32%); |
| 12 | + --tp-container-background-color-focus: hsl(230deg, 15%, 30%, 28%); |
| 13 | + --tp-container-background-color-hover: hsl(230deg, 15%, 30%, 24%); |
| 14 | + --tp-container-foreground-color: hsl(230deg, 10%, 30%, 100%); |
| 15 | + --tp-groove-foreground-color: hsl(230deg, 15%, 30%, 10%); |
| 16 | + --tp-input-background-color: hsl(230deg, 15%, 30%, 10%); |
| 17 | + --tp-input-background-color-active: hsl(230deg, 15%, 30%, 22%); |
| 18 | + --tp-input-background-color-focus: hsl(230deg, 15%, 30%, 18%); |
| 19 | + --tp-input-background-color-hover: hsl(230deg, 15%, 30%, 14%); |
| 20 | + --tp-input-foreground-color: hsl(230deg, 10%, 30%, 100%); |
| 21 | + --tp-label-foreground-color: hsl(230deg, 10%, 30%, 70%); |
| 22 | + --tp-monitor-background-color: hsl(230deg, 15%, 30%, 10%); |
| 23 | + --tp-monitor-foreground-color: hsl(230deg, 10%, 30%, 50%); |
24 | 24 | }
|
0 commit comments