Skip to content

Commit 632690e

Browse files
committed
Hopefully nicer task run chart colors
1 parent 110fc1c commit 632690e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

apps/webapp/app/components/runs/v3/TaskRunStatus.tsx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -311,22 +311,22 @@ const titlesStatusesArray = Object.entries(runStatusTitleFromStatus);
311311
*/
312312
const RUN_STATUS_HEX_COLORS: Record<TaskRunStatus, string> = {
313313
PENDING: "#5F6570", // charcoal-500
314-
DELAYED: "#717B85", // charcoal-400
314+
DELAYED: "#6B7580", // charcoal ~450
315315
PENDING_VERSION: "#f59e0b", // amber-500
316316
WAITING_FOR_DEPLOY: "#d97706", // amber-600
317317
EXECUTING: "#3b82f6", // blue-500
318-
RETRYING_AFTER_FAILURE: "#2563eb", // blue-600
319-
DEQUEUED: "#60a5fa", // blue-400
320-
WAITING_TO_RESUME: "#4E535C", // charcoal-600
321-
PAUSED: "#fcd34d", // amber-300
322-
CANCELED: "#838D97", // charcoal-350
323-
EXPIRED: "#969EA8", // charcoal-300
324-
INTERRUPTED: "#e11d48", // rose-600 (error)
318+
RETRYING_AFTER_FAILURE: "#2f6fec", // blue ~550
319+
DEQUEUED: "#4D8EF5", // blue ~475
320+
WAITING_TO_RESUME: "#555D67", // charcoal ~550
321+
PAUSED: "#fbbf24", // amber-400
322+
CANCELED: "#78828C", // charcoal ~400
323+
EXPIRED: "#848D96", // charcoal ~350
324+
INTERRUPTED: "#D52C4D", // rose — evenly spaced (error)
325325
COMPLETED_SUCCESSFULLY: "#28BF5C", // mint-500 (success)
326-
COMPLETED_WITH_ERRORS: "#be123c", // rose-700 (error)
327-
SYSTEM_FAILURE: "#f43f5e", // rose-500 (error)
328-
CRASHED: "#9f1239", // rose-800 (error)
329-
TIMED_OUT: "#fb7185", // rose-400 (error)
326+
COMPLETED_WITH_ERRORS: "#DE405C", // rose — evenly spaced (error)
327+
SYSTEM_FAILURE: "#E7536C", // rose — evenly spaced (error)
328+
CRASHED: "#cc193d", // rose — darkest (error)
329+
TIMED_OUT: "#F0667B", // rose — lightest (error)
330330
};
331331

332332
/**

0 commit comments

Comments
 (0)