|
3 | 3 | "type": "standard", |
4 | 4 | "primary": "#2F71C4", |
5 | 5 | "primary-contrast": "#ffffff", |
6 | | - "danger": "#aa3939", |
| 6 | + "danger": "#bc2f34", |
7 | 7 | "danger-contrast": "#ffffff", |
8 | 8 | "warn": "#a46026", |
9 | 9 | "warn-contrast": "#ffffff", |
|
53 | 53 | "disabled-bg": "#ededed" |
54 | 54 | }, |
55 | 55 | "monitorChart": { |
56 | | - "core-count": "#1c3f95", |
| 56 | + "core-count": "#004e8c", |
57 | 57 | "low-priority-core-count": "#a36a00", |
58 | | - "task-start-event": "#a36a00", |
59 | | - "task-complete-event": "#428000", |
60 | | - "task-fail-event": "#aa3939", |
61 | | - "starting-node-count": "#1c3f95", |
62 | | - "idle-node-count": "#be93d9", |
63 | | - "running-node-count": "#428000", |
64 | | - "start-task-failed-node-count": "#aa3939", |
65 | | - "rebooting-node-count": "#ff755c" |
| 58 | + "task-start-event": "#6d5700", |
| 59 | + "task-complete-event": "#0f700f", |
| 60 | + "task-fail-event": "#bc2f34", |
| 61 | + "starting-node-count": "#004e8c", |
| 62 | + "idle-node-count": "#8764b8", |
| 63 | + "running-node-count": "#0f700f", |
| 64 | + "start-task-failed-node-count": "#bc2f34", |
| 65 | + "rebooting-node-count": "#d93c20" |
66 | 66 | }, |
67 | 67 | "input": { |
68 | 68 | "border": "#919191", |
|
74 | 74 | "disabled-text": "var(--color-text-primary)", |
75 | 75 | "disabled-background": "#e5e5e5" |
76 | 76 | }, |
77 | | - "chart-colors": ["#003f5c", "#aa3939", "#4caf50", "#ffa600"] |
| 77 | + "chart-colors": ["#003f5c", "#bc2f34", "#4caf50", "#ffa600"] |
78 | 78 | } |
0 commit comments