Skip to content

Commit 7c6a04c

Browse files
committed
update monitorChart colors
1 parent 9361d39 commit 7c6a04c

2 files changed

Lines changed: 23 additions & 11 deletions

File tree

data/themes/classic.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "standard",
44
"primary": "#2F71C4",
55
"primary-contrast": "#ffffff",
6-
"danger": "#aa3939",
6+
"danger": "#bc2f34",
77
"danger-contrast": "#ffffff",
88
"warn": "#a46026",
99
"warn-contrast": "#ffffff",
@@ -53,16 +53,16 @@
5353
"disabled-bg": "#ededed"
5454
},
5555
"monitorChart": {
56-
"core-count": "#1c3f95",
56+
"core-count": "#004e8c",
5757
"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"
6666
},
6767
"input": {
6868
"border": "#919191",
@@ -74,5 +74,5 @@
7474
"disabled-text": "var(--color-text-primary)",
7575
"disabled-background": "#e5e5e5"
7676
},
77-
"chart-colors": ["#003f5c", "#aa3939", "#4caf50", "#ffa600"]
77+
"chart-colors": ["#003f5c", "#bc2f34", "#4caf50", "#ffa600"]
7878
}

data/themes/dark.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@
1414
"primary": "#cccccc",
1515
"secondary": "#a7a8a9"
1616
},
17+
"monitorChart": {
18+
"core-count": "#0a95ff",
19+
"low-priority-core-count": "#ae8c00",
20+
"task-start-event": "#ae8c00",
21+
"task-complete-event": "#0a95ff",
22+
"task-fail-event": "#f26363",
23+
"starting-node-count": "#0a95ff",
24+
"idle-node-count": "#c674d2",
25+
"running-node-count": "#44a744",
26+
"start-task-failed-node-count": "#f26363",
27+
"rebooting-node-count": "#db7843"
28+
},
1729
"breadcrumb": {
1830
"text": "white",
1931
"background": "#5b5b5b",

0 commit comments

Comments
 (0)