From 7ac9395431c7e2ec958ae5c3e27fe4bd6abdaa38 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Fri, 30 Oct 2020 22:39:12 -0600 Subject: [PATCH] Allow light theme to be selected --- src/components/modals/ThemeModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modals/ThemeModal.vue b/src/components/modals/ThemeModal.vue index 4530c05..60cf282 100644 --- a/src/components/modals/ThemeModal.vue +++ b/src/components/modals/ThemeModal.vue @@ -52,7 +52,7 @@ export default { name: `Light`, filename: `light`, description: `A light theme for the website, this uses lighter background colours with darker accent colours.`, - show() { return false }, + show() { return true }, }, { name: `Halloween`,