From 85f28d1b39369912d9f32e10a0ae199d655e85a3 Mon Sep 17 00:00:00 2001 From: revengeday Date: Sun, 17 Nov 2024 19:15:50 +0000 Subject: [PATCH] Edit redLineColor see https://git.cyberwa.re/revengeday/cyber-circle-creator/issues/11 --- js/image.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/image.js b/js/image.js index 5aa8c7b..1f53b43 100644 --- a/js/image.js +++ b/js/image.js @@ -19,7 +19,7 @@ const config = { mazeColor: '#05130f', // Color of the maze lines mazeThickness: 2, // Thickness of the maze lines drawRedLine: true, // Enable or disable the red line - redLineColor: '#FB2735', // Red line color + redLineColor: '#9B283C', // Red line color consoleLogging: false, // Enable or disable console logging }; // ---------------------------------------------------------------------------------