From ff7ba5749c75144aebb3e79ccd654eccb73d89de Mon Sep 17 00:00:00 2001 From: joeuhren <46763106+joeuhren@users.noreply.github.com> Date: Mon, 23 Nov 2020 14:56:34 -0700 Subject: [PATCH] Update theme options + set default to "Lux" for now --- settings.json.template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/settings.json.template b/settings.json.template index 1151286..d05e5c5 100644 --- a/settings.json.template +++ b/settings.json.template @@ -29,10 +29,11 @@ // Uses bootswatch themes (http://bootswatch.com/) // Valid options: - // Cerulean, Cosmo, Cyborg, Darkly, Exor, Flatly, Journal, Lumen, Paper, - // Readable, Sandstone, Simplex, Slate, Spacelab, Superhero, United, Yeti + // Cerulean, Cosmo, Cyborg, Darkly, Flatly, Journal, Litera, Lumen, + // Lux, Materia, Minty, Pulse, Sandstone, Simplex, Sketchy, Slate, + // Solar, Spacelab, Superhero, United, Yeti // theme (see /public/themes for available themes) - "theme": "Exor", + "theme": "Lux", // port to listen for requests on. "port" : 3001,