From b23983c02cdadac1a56108782d3c66f4fe920865 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 15 Aug 2024 15:43:39 -0500 Subject: [PATCH] change torchlight theme this switches to a more neutral theme which looks okay against both light and dark backgrounds --- torchlight.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchlight.config.js b/torchlight.config.js index bc799f9..8c44c81 100644 --- a/torchlight.config.js +++ b/torchlight.config.js @@ -11,7 +11,7 @@ module.exports = { // Which theme you want to use. You can find all of the themes at // https://torchlight.dev/docs/themes. - theme: 'synthwave-84', + theme: 'material-theme-lighter', // The Host of the API. host: 'https://api.torchlight.dev',