1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 | :root {
|
7 | --calcite-color-border-white: #f8f8f8;
|
8 | --calcite-color-border-ghost: rgba(117, 117, 117, 0.3);
|
9 | --calcite-color-border-input: #757575;
|
10 | --calcite-color-border-3: #404040;
|
11 | --calcite-color-border-2: #4a4a4a;
|
12 | --calcite-color-border-1: #555555;
|
13 | --calcite-color-text-link: #00a0ff;
|
14 | --calcite-color-text-inverse: #151515;
|
15 | --calcite-color-text-3: #9f9f9f;
|
16 | --calcite-color-text-2: #bfbfbf;
|
17 | --calcite-color-text-1: #ffffff;
|
18 | --calcite-color-inverse-press: #f3f3f3;
|
19 | --calcite-color-inverse-hover: #ffffff;
|
20 | --calcite-color-inverse: #f8f8f8;
|
21 | --calcite-color-status-danger-press: #d90012;
|
22 | --calcite-color-status-danger-hover: #ff0015;
|
23 | --calcite-color-status-danger: #fe583e;
|
24 | --calcite-color-status-warning-press: #f5d000;
|
25 | --calcite-color-status-warning-hover: #ffee33;
|
26 | --calcite-color-status-warning: #ffc900;
|
27 | --calcite-color-status-success-press: #00b81b;
|
28 | --calcite-color-status-success-hover: #3bed52;
|
29 | --calcite-color-status-success: #36da43;
|
30 | --calcite-color-status-info-press: #009af2;
|
31 | --calcite-color-status-info-hover: #3db8ff;
|
32 | --calcite-color-status-info: #00a0ff;
|
33 | --calcite-color-brand-underline: rgba(0, 160, 255, 0.4);
|
34 | --calcite-color-brand-press: #00619b;
|
35 | --calcite-color-brand-hover: #007ac2;
|
36 | --calcite-color-brand: #009af2;
|
37 | --calcite-color-transparent-tint: rgba(43, 43, 43, 0.8);
|
38 | --calcite-color-transparent-scrim: rgba(0, 0, 0, 0.85);
|
39 | --calcite-color-transparent-press: rgba(255, 255, 255, 0.08);
|
40 | --calcite-color-transparent-hover: rgba(255, 255, 255, 0.04);
|
41 | --calcite-color-transparent: rgba(255, 255, 255, 0);
|
42 | --calcite-color-foreground-current: #214155;
|
43 | --calcite-color-foreground-3: #151515;
|
44 | --calcite-color-foreground-2: #202020;
|
45 | --calcite-color-foreground-1: #2b2b2b;
|
46 | --calcite-color-background: #353535;
|
47 | --calcite-color-focus: #009af2;
|
48 | }
|