From c3f5e5b69092e8429fa98ea8dd65d2569445c33d Mon Sep 17 00:00:00 2001 From: LazeMSS Date: Sun, 5 Mar 2023 11:30:02 +0100 Subject: [PATCH] Added matrix theme --- themes.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes.json b/themes.json index a29e874..a193372 100644 --- a/themes.json +++ b/themes.json @@ -53,5 +53,10 @@ "name": "Default", "desc": "Clean and natural", "org": "https://octoprint.org/" + }, + "matrix":{ + "name": "Matrix", + "desc": "A discord-like theme with Green accents based on the themeify theme", + "org": "https://github.com/Sleeepy2" } }