Skip to content

Commit

Permalink
Shuffle color codes
Browse files Browse the repository at this point in the history
  • Loading branch information
r59q committed Apr 7, 2024
1 parent 015a50d commit b60668b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StaticConfiguration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit b60668b

Please sign in to comment.