From e81259e2c4fe125dcee8ad7dc7f51d661e996ea6 Mon Sep 17 00:00:00 2001 From: stweedo <108593831+stweedo@users.noreply.github.com> Date: Sun, 7 May 2023 22:14:17 -0500 Subject: [PATCH] Update settings.js --- apps/shadowclk/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/shadowclk/settings.js b/apps/shadowclk/settings.js index a7b10db6d..eaaa8a74e 100644 --- a/apps/shadowclk/settings.js +++ b/apps/shadowclk/settings.js @@ -15,7 +15,7 @@ // Colors from 'Light BW' and 'Dark BW' themes function createThemeColors(mode) { - const cl = x => g.setColor(x).getColor(); + let cl = x => g.setColor(x).getColor(); return mode ? { fg: cl("#fff"), bg: cl("#000"),