From c5bc8009714a71cb0608c90c0a509a6dab0d7731 Mon Sep 17 00:00:00 2001 From: CodeDevMLH Date: Sun, 22 Dec 2024 02:33:02 +0100 Subject: [PATCH] fix typo --- seasonals/seasonals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seasonals/seasonals.js b/seasonals/seasonals.js index cc9373b..0651a7c 100644 --- a/seasonals/seasonals.js +++ b/seasonals/seasonals.js @@ -1,6 +1,6 @@ // theme-configs.js -const automateThemeSelection = false; // Set to false to disable automatic theme selection based on the current month +const automateThemeSelection = true; // Set to false to disable automatic theme selection based on the current month const defaultTheme = 'snowfall'; // The theme to use if automatic theme selection is disabled // theme configurations