|
9 | 9 |
|
10 | 10 | @layer base { |
11 | 11 | :root { |
12 | | - --background: 0 0% 100%; |
13 | | - --foreground: 224 71.4% 4.1%; |
14 | | - --card: 0 0% 100%; |
15 | | - --card-foreground: 224 71.4% 4.1%; |
16 | | - --popover: 0 0% 100%; |
17 | | - --popover-foreground: 224 71.4% 4.1%; |
18 | | - --primary: 220.9 39.3% 11%; |
19 | | - --primary-foreground: 210 20% 98%; |
20 | | - --secondary: 220 14.3% 95.9%; |
21 | | - --secondary-foreground: 220.9 39.3% 11%; |
22 | | - --muted: 220 14.3% 95.9%; |
23 | | - --muted-foreground: 220 8.9% 46.1%; |
24 | 12 | --accent: 220 14.3% 95.9%; |
25 | 13 | --accent-foreground: 220.9 39.3% 11%; |
26 | | - --destructive: 0 84.2% 60.2%; |
27 | | - --destructive-foreground: 210 20% 98%; |
28 | | - --info: 214, 100%, 97%; |
29 | | - --info-foreground: 224, 76%, 48%; |
30 | | - --success: 142 76% 36%; |
31 | | - --success-foreground: 142 77% 73%; |
| 14 | + --background: 0 0% 100%; |
32 | 15 | --border: 220 13% 91%; |
33 | | - --input: 220 13% 91%; |
34 | | - --ring: 213 87% 48%; |
| 16 | + --card: 0 0% 100%; |
| 17 | + --card-foreground: 224 71.4% 4.1%; |
35 | 18 | --chart-1: 12 76% 61%; |
36 | 19 | --chart-2: 173 58% 39%; |
37 | 20 | --chart-3: 197 37% 24%; |
38 | 21 | --chart-4: 43 74% 66%; |
39 | 22 | --chart-5: 27 87% 67%; |
40 | | - --skeleton: 220 9% 93%; |
41 | | - --radius: 0.5rem; |
42 | | - --workflow-nodes-popover-component-menu-width: 330px; |
43 | 23 | --content-canvas_dot: 214 32% 91%; |
44 | 24 | --content-brand-primary: 217 91% 40%; |
45 | 25 | --content-brand-primary-hover: 217 91% 36%; |
|
60 | 40 | --content-success: 142 72% 29%; |
61 | 41 | --content-warning-primary: 35 92% 33%; |
62 | 42 | --content-warning: 45 93% 47%; |
| 43 | + --destructive: 0 84.2% 60.2%; |
| 44 | + --destructive-foreground: 210 20% 98%; |
| 45 | + --foreground: 224 71.4% 4.1%; |
| 46 | + --info: 214, 100%, 97%; |
| 47 | + --info-foreground: 224, 76%, 48%; |
| 48 | + --input: 220 13% 91%; |
| 49 | + --muted: 220 14.3% 95.9%; |
| 50 | + --muted-foreground: 220 8.9% 46.1%; |
| 51 | + --popover: 0 0% 100%; |
| 52 | + --popover-foreground: 224 71.4% 4.1%; |
| 53 | + --primary: 220.9 39.3% 11%; |
| 54 | + --primary-foreground: 210 20% 98%; |
| 55 | + --radius: 0.5rem; |
| 56 | + --ring: 213 87% 48%; |
| 57 | + --secondary: 220 14.3% 95.9%; |
| 58 | + --secondary-foreground: 220.9 39.3% 11%; |
| 59 | + --skeleton: 220 9% 93%; |
63 | 60 | --stroke-branch-primary: 239 84% 67%; |
64 | 61 | --stroke-branch-secondary: 243 75% 59%; |
65 | 62 | --stroke-branch-tertiary: 245 58% 51%; |
|
113 | 110 | --stroke-warning-primary: 45 93% 47%; |
114 | 111 | --stroke-warning-primary-hover: 41 96% 40%; |
115 | 112 | --stroke-warning-primary-active: 35 92% 33%; |
| 113 | + --success: 142 76% 36%; |
| 114 | + --success-foreground: 142 77% 73%; |
116 | 115 | --surface-brand-primary: 217 91% 40%; |
117 | 116 | --surface-brand-primary-hover: 217 91% 36%; |
118 | 117 | --surface-brand-primary-active: 217 92% 28%; |
|
149 | 148 | --surface-warning-secondary: 55 92% 95%; |
150 | 149 | --surface-warning-secondary-hover: 55 97% 88%; |
151 | 150 | --surface-warning-secondary-active: 53 98% 77%; |
| 151 | + --workflow-nodes-popover-component-menu-width: 330px; |
152 | 152 | } |
153 | 153 |
|
154 | 154 | .dark { |
155 | | - --background: 224 71.4% 4.1%; |
156 | | - --foreground: 210 20% 98%; |
157 | | - --card: 224 71.4% 4.1%; |
158 | | - --card-foreground: 210 20% 98%; |
159 | | - --popover: 224 71.4% 4.1%; |
160 | | - --popover-foreground: 210 20% 98%; |
161 | | - --primary: 210 20% 98%; |
162 | | - --primary-foreground: 220.9 39.3% 11%; |
163 | | - --secondary: 215 27.9% 16.9%; |
164 | | - --secondary-foreground: 210 20% 98%; |
165 | | - --muted: 215 27.9% 16.9%; |
166 | | - --muted-foreground: 217.9 10.6% 64.9%; |
167 | 155 | --accent: 215 27.9% 16.9%; |
168 | 156 | --accent-foreground: 210 20% 98%; |
169 | | - --info: 214, 100%, 97%; |
170 | | - --info-foreground: 224, 76%, 48%; |
171 | | - --success: 142, 69%, 58%; |
172 | | - --success-foreground: 144, 61%, 20%; |
173 | | - --destructive: 0 62.8% 30.6%; |
174 | | - --destructive-foreground: 210 20% 98%; |
| 157 | + --background: 224 71.4% 4.1%; |
175 | 158 | --border: 215 27.9% 16.9%; |
176 | | - --input: 215 27.9% 16.9%; |
177 | | - --ring: 216 12.2% 83.9%; |
| 159 | + --card: 224 71.4% 4.1%; |
| 160 | + --card-foreground: 210 20% 98%; |
178 | 161 | --chart-1: 220 70% 50%; |
179 | 162 | --chart-2: 160 60% 45%; |
180 | 163 | --chart-3: 30 80% 55%; |
|
197 | 180 | --content-onwarning: 229 84% 5%; |
198 | 181 | --content-success-primary: 142 71% 45%; |
199 | 182 | --content-warning-primary: 45 93% 47%; |
| 183 | + --destructive: 0 62.8% 30.6%; |
| 184 | + --destructive-foreground: 210 20% 98%; |
| 185 | + --foreground: 210 20% 98%; |
| 186 | + --info: 214, 100%, 97%; |
| 187 | + --info-foreground: 224, 76%, 48%; |
| 188 | + --input: 215 27.9% 16.9%; |
| 189 | + --muted: 215 27.9% 16.9%; |
| 190 | + --muted-foreground: 217.9 10.6% 64.9%; |
| 191 | + --popover: 224 71.4% 4.1%; |
| 192 | + --popover-foreground: 210 20% 98%; |
| 193 | + --primary: 210 20% 98%; |
| 194 | + --primary-foreground: 220.9 39.3% 11%; |
| 195 | + --ring: 216 12.2% 83.9%; |
| 196 | + --secondary: 215 27.9% 16.9%; |
| 197 | + --secondary-foreground: 210 20% 98%; |
200 | 198 | --stroke-branch-primary: 0 0% 100%; |
201 | 199 | --stroke-branch-secondary: 0 0% 100%; |
202 | 200 | --stroke-branch-tertiary: 0 0% 100%; |
|
245 | 243 | --stroke-warning-primary: 48 96% 53%; |
246 | 244 | --stroke-warning-primary-hover: 48 96% 53%; |
247 | 245 | --stroke-warning-primary-active: 48 96% 53%; |
| 246 | + --success: 142, 69%, 58%; |
| 247 | + --success-foreground: 144, 61%, 20%; |
248 | 248 | --surface-brand-primary: 217 62% 82%; |
249 | 249 | --surface-brand-primary-hover: 217 61% 73%; |
250 | 250 | --surface-brand-primary-active: 217 61% 60%; |
|
0 commit comments