From b60668b28bdd3e1bae48b11d0b5880635c42da2a Mon Sep 17 00:00:00 2001 From: r59q Date: Sun, 7 Apr 2024 20:34:28 +0200 Subject: [PATCH] Shuffle color codes --- src/StaticConfiguration.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StaticConfiguration.ts b/src/StaticConfiguration.ts index 11ac99be6..5be63b94e 100644 --- a/src/StaticConfiguration.ts +++ b/src/StaticConfiguration.ts @@ -61,7 +61,7 @@ class StaticConfiguration { public static readonly liveGraphColors = ['#f9808e', '#80f98e', '#808ef9']; // Colors to assign to gestures, useful for identifying gestures on graphs. - public static readonly gestureColors = ["#ADFCF9", "#89A894", "#4B644A", "#49393B", "#341C1C", "#FCA311", "#65334D", "#CB04A5"] + public static readonly gestureColors = ["#FCA311", "#65334D", "#CB04A5", "#ADFCF9", "#89A894", "#4B644A", "#49393B", "#341C1C"] // What will the min and max y-values on the livegraph be? public static readonly liveGraphValueBounds = {