From 3f3d9440caa25d0fdd7b0fb4fde847d8f5eb15bf Mon Sep 17 00:00:00 2001 From: Stephan Zwicknagl Date: Tue, 30 Jan 2024 11:16:32 -1000 Subject: [PATCH] Improve colorPalette for reason arrows Contributes: potassco/viasp#29 --- backend/src/viasp/server/static/colorPalette.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/src/viasp/server/static/colorPalette.json b/backend/src/viasp/server/static/colorPalette.json index ce4233f5..a5751166 100644 --- a/backend/src/viasp/server/static/colorPalette.json +++ b/backend/src/viasp/server/static/colorPalette.json @@ -7,12 +7,12 @@ "0": "#a9a9a92f", "1": "#ffffff" }, - "explanationSuccess": "#36B37E", + "explanationSuccess": "#e2b38a", "explanationHighlights": { - "0": "#d48521", + "0": "#98f4e2", "1": "#9a8298", - "2": "#e0e4ac", - "3": "#98f4e2", - "4": "#21d485" + "2": "#bbf9a9", + "3": "#14ceaf", + "4": "#e1ed5c" } } \ No newline at end of file