diff --git a/src/lib/components/manage/themeInfo.svelte b/src/lib/components/manage/themeInfo.svelte index adaf5b5..3cf8858 100644 --- a/src/lib/components/manage/themeInfo.svelte +++ b/src/lib/components/manage/themeInfo.svelte @@ -35,7 +35,8 @@ colorsJ: { UP: "#4ead94", DOWN: "#ca3038", - DEGRADED: "#e6ca61" + DEGRADED: "#e6ca61", + MAINTENANCE: "#6699cc", }, fontJ: { cssSrc: @@ -296,7 +297,7 @@

Status Colors

- Choose the colors for the monitor. You can choose between UP, DEGRADED, and DOWN. + Choose the colors for the monitor. You can choose between UP, DEGRADED, DOWN and MAINTENANCE.

@@ -343,6 +344,20 @@ }} /> +
+ { + themeData.colorsJ.MAINTENANCE = event.detail.hex; + }} + /> +