@@ -34,7 +34,7 @@ export const executionStates = [
34
34
y : 100 ,
35
35
width : 100 ,
36
36
height : 80 ,
37
- color : '#dbeafe' ,
37
+ color : '#dcfce7' , // Light Green
38
38
icon : Trello ,
39
39
} ,
40
40
{
@@ -44,7 +44,7 @@ export const executionStates = [
44
44
y : 100 ,
45
45
width : 100 ,
46
46
height : 80 ,
47
- color : '#bfdbfe' ,
47
+ color : '#bbf7d0' , // Medium Green
48
48
icon : FileText ,
49
49
} ,
50
50
{
@@ -54,7 +54,7 @@ export const executionStates = [
54
54
y : 220 ,
55
55
width : 100 ,
56
56
height : 80 ,
57
- color : '#93c5fd' ,
57
+ color : '#dbeafe' , // Light Blue (AI)
58
58
icon : BrainCircuit ,
59
59
} ,
60
60
{
@@ -64,7 +64,7 @@ export const executionStates = [
64
64
y : 220 ,
65
65
width : 100 ,
66
66
height : 80 ,
67
- color : '#60a5fa' ,
67
+ color : '#93c5fd' , // Dark Blue (Output)
68
68
icon : Clipboard ,
69
69
} ,
70
70
] ,
@@ -90,7 +90,7 @@ export const executionStates = [
90
90
y : 100 ,
91
91
width : 100 ,
92
92
height : 80 ,
93
- color : '#dbeafe' ,
93
+ color : '#dcfce7' , // Light Green
94
94
icon : Layers ,
95
95
} ,
96
96
{
@@ -100,7 +100,7 @@ export const executionStates = [
100
100
y : 100 ,
101
101
width : 100 ,
102
102
height : 80 ,
103
- color : '#bfdbfe' ,
103
+ color : '#bbf7d0' , // Medium Green
104
104
icon : Kanban ,
105
105
} ,
106
106
{
@@ -110,7 +110,7 @@ export const executionStates = [
110
110
y : 220 ,
111
111
width : 100 ,
112
112
height : 80 ,
113
- color : '#93c5fd' ,
113
+ color : '#dbeafe' , // Light Blue (AI)
114
114
icon : BrainCircuit ,
115
115
} ,
116
116
{
@@ -120,7 +120,7 @@ export const executionStates = [
120
120
y : 220 ,
121
121
width : 100 ,
122
122
height : 80 ,
123
- color : '#60a5fa' ,
123
+ color : '#bfdbfe' , // Medium Blue (AI)
124
124
icon : BrainCircuit ,
125
125
} ,
126
126
] ,
@@ -147,7 +147,7 @@ export const executionStates = [
147
147
y : 100 ,
148
148
width : 100 ,
149
149
height : 80 ,
150
- color : '#dbeafe' ,
150
+ color : '#ede9fe' , // Light Purple
151
151
icon : GitBranch ,
152
152
} ,
153
153
{
@@ -157,7 +157,7 @@ export const executionStates = [
157
157
y : 100 ,
158
158
width : 100 ,
159
159
height : 80 ,
160
- color : '#bfdbfe' ,
160
+ color : '#ddd6fe' , // Medium Purple
161
161
icon : Code2 ,
162
162
} ,
163
163
{
@@ -167,7 +167,7 @@ export const executionStates = [
167
167
y : 220 ,
168
168
width : 100 ,
169
169
height : 80 ,
170
- color : '#93c5fd' ,
170
+ color : '#dbeafe' , // Light Blue (AI)
171
171
icon : BrainCircuit ,
172
172
} ,
173
173
{
@@ -177,7 +177,7 @@ export const executionStates = [
177
177
y : 220 ,
178
178
width : 100 ,
179
179
height : 80 ,
180
- color : '#60a5fa' ,
180
+ color : '#bfdbfe' , // Medium Blue (AI)
181
181
icon : BrainCircuit ,
182
182
} ,
183
183
] ,
@@ -204,7 +204,7 @@ export const executionStates = [
204
204
y : 100 ,
205
205
width : 100 ,
206
206
height : 80 ,
207
- color : '#dbeafe' ,
207
+ color : '#ede9fe' , // Light Purple
208
208
icon : Cpu ,
209
209
} ,
210
210
{
@@ -214,7 +214,7 @@ export const executionStates = [
214
214
y : 100 ,
215
215
width : 100 ,
216
216
height : 80 ,
217
- color : '#bfdbfe' ,
217
+ color : '#ddd6fe' , // Medium Purple
218
218
icon : Hammer ,
219
219
} ,
220
220
{
@@ -224,7 +224,7 @@ export const executionStates = [
224
224
y : 220 ,
225
225
width : 100 ,
226
226
height : 80 ,
227
- color : '#93c5fd' ,
227
+ color : '#dbeafe' , // Light Blue (AI)
228
228
icon : BrainCircuit ,
229
229
} ,
230
230
{
@@ -234,7 +234,7 @@ export const executionStates = [
234
234
y : 220 ,
235
235
width : 100 ,
236
236
height : 80 ,
237
- color : '#60a5fa' ,
237
+ color : '#bfdbfe' , // Medium Blue (AI)
238
238
icon : BrainCircuit ,
239
239
} ,
240
240
] ,
@@ -261,7 +261,7 @@ export const executionStates = [
261
261
y : 100 ,
262
262
width : 100 ,
263
263
height : 80 ,
264
- color : '#dbeafe' ,
264
+ color : '#ffedd5' , // Light Orange
265
265
icon : Database ,
266
266
} ,
267
267
{
@@ -271,7 +271,7 @@ export const executionStates = [
271
271
y : 100 ,
272
272
width : 100 ,
273
273
height : 80 ,
274
- color : '#bfdbfe' ,
274
+ color : '#fed7aa' , // Medium Orange
275
275
icon : Server ,
276
276
} ,
277
277
{
@@ -281,7 +281,7 @@ export const executionStates = [
281
281
y : 220 ,
282
282
width : 100 ,
283
283
height : 80 ,
284
- color : '#93c5fd' ,
284
+ color : '#dbeafe' , // Light Blue (AI)
285
285
icon : BrainCircuit ,
286
286
} ,
287
287
{
@@ -291,7 +291,7 @@ export const executionStates = [
291
291
y : 220 ,
292
292
width : 100 ,
293
293
height : 80 ,
294
- color : '#60a5fa' ,
294
+ color : '#bfdbfe' , // Medium Blue (AI)
295
295
icon : BrainCircuit ,
296
296
} ,
297
297
] ,
@@ -318,7 +318,7 @@ export const executionStates = [
318
318
y : 100 ,
319
319
width : 100 ,
320
320
height : 80 ,
321
- color : '#dbeafe' ,
321
+ color : '#ffedd5' , // Light Orange
322
322
icon : BarChart ,
323
323
} ,
324
324
{
@@ -328,7 +328,7 @@ export const executionStates = [
328
328
y : 100 ,
329
329
width : 100 ,
330
330
height : 80 ,
331
- color : '#bfdbfe' ,
331
+ color : '#fed7aa' , // Medium Orange
332
332
icon : MessageSquare ,
333
333
} ,
334
334
{
@@ -338,7 +338,7 @@ export const executionStates = [
338
338
y : 220 ,
339
339
width : 100 ,
340
340
height : 80 ,
341
- color : '#93c5fd' ,
341
+ color : '#dbeafe' , // Light Blue (AI)
342
342
icon : BrainCircuit ,
343
343
} ,
344
344
{
@@ -348,7 +348,7 @@ export const executionStates = [
348
348
y : 220 ,
349
349
width : 100 ,
350
350
height : 80 ,
351
- color : '#60a5fa' ,
351
+ color : '#bfdbfe' , // Medium Blue (AI)
352
352
icon : BrainCircuit ,
353
353
} ,
354
354
] ,
@@ -375,7 +375,7 @@ export const executionStates = [
375
375
y : 50 ,
376
376
width : 100 ,
377
377
height : 70 ,
378
- color : '#dbeafe' ,
378
+ color : '#dcfce7' , // Light Green
379
379
icon : Clipboard ,
380
380
} ,
381
381
{
@@ -385,7 +385,7 @@ export const executionStates = [
385
385
y : 50 ,
386
386
width : 100 ,
387
387
height : 70 ,
388
- color : '#bfdbfe' ,
388
+ color : '#bbf7d0' , // Medium Green
389
389
icon : Layers ,
390
390
} ,
391
391
{
@@ -395,7 +395,7 @@ export const executionStates = [
395
395
y : 150 ,
396
396
width : 100 ,
397
397
height : 70 ,
398
- color : '#93c5fd' ,
398
+ color : '#ede9fe' , // Light Purple
399
399
icon : Code2 ,
400
400
} ,
401
401
{
@@ -405,7 +405,7 @@ export const executionStates = [
405
405
y : 250 ,
406
406
width : 100 ,
407
407
height : 70 ,
408
- color : '#60a5fa' ,
408
+ color : '#ddd6fe' , // Medium Purple
409
409
icon : Bug ,
410
410
} ,
411
411
{
@@ -415,7 +415,7 @@ export const executionStates = [
415
415
y : 350 ,
416
416
width : 100 ,
417
417
height : 70 ,
418
- color : '#3b82f6' ,
418
+ color : '#ffedd5' , // Light Orange
419
419
icon : Rocket ,
420
420
} ,
421
421
{
@@ -425,7 +425,7 @@ export const executionStates = [
425
425
y : 250 ,
426
426
width : 100 ,
427
427
height : 70 ,
428
- color : '#2563eb' ,
428
+ color : '#fed7aa' , // Medium Orange
429
429
icon : Hammer ,
430
430
} ,
431
431
{
@@ -435,7 +435,7 @@ export const executionStates = [
435
435
y : 200 ,
436
436
width : 100 ,
437
437
height : 70 ,
438
- color : '#dbeafe' ,
438
+ color : '#dbeafe' , // Light Blue (Central AI)
439
439
icon : BrainCircuit ,
440
440
} ,
441
441
] ,
0 commit comments