From 01454544896827113e49db0d2848b5aab6ce14ae Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Wed, 18 Sep 2024 23:05:35 +0200 Subject: Many changes --- src/themes/gloss/theme.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/themes/gloss/theme.json (limited to 'src/themes/gloss') diff --git a/src/themes/gloss/theme.json b/src/themes/gloss/theme.json new file mode 100644 index 0000000..3804fee --- /dev/null +++ b/src/themes/gloss/theme.json @@ -0,0 +1,12 @@ +{ + "$format": 1, + "version": "1.0.0", + "id": "gloss", + "name": "Mystic Gloss", + "author": "Jonas Kohl", + "files": [ + "../../ui/gloss.min.css", + "../../ui/fonts/mybb-icons/style.css", + "../../ui/site.css" + ] +} -- cgit v1.2.3