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"),