From c1e4fd8d1c13b58bd59006bb579a50a1f74edace Mon Sep 17 00:00:00 2001 From: mantacid Date: Fri, 22 Sep 2023 16:33:44 -0700 Subject: [PATCH] added color scheme option into main.json, allowing themes to have multiple colorschemes. --- conf/main.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/main.json b/conf/main.json index e7af02e..571ed53 100644 --- a/conf/main.json +++ b/conf/main.json @@ -32,7 +32,8 @@ "scss":{ "theme":{ "bool_force-theme":true, - "str_theme":"Default" + "str_theme":"Default", + "str_scheme":"dark" } } }