From 75e9b62da57eb7ce3f9e8a8667a7de59188c221f Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Thu, 19 Sep 2024 17:31:39 +0200 Subject: Add Mystic House Corner Theme --- src/themes/house/theme.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/themes/house/theme.json (limited to 'src/themes') diff --git a/src/themes/house/theme.json b/src/themes/house/theme.json new file mode 100644 index 0000000..2dd8c18 --- /dev/null +++ b/src/themes/house/theme.json @@ -0,0 +1,13 @@ +{ + "$format": 1, + "version": "1.0.0", + "id": "house", + "name": "Mystic House Corner", + "author": "Jonas Kohl", + "files": [ + "../../ui/house.min.css", + "../../ui/house-theme.min.css", + "../../ui/fonts/mybb-icons/style.css", + "../../ui/site.css" + ] +} -- cgit v1.2.3