From 7d685c5e64149e20c7dc8977f645e050be53ddfd Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Tue, 10 Dec 2024 17:15:10 +0100 Subject: Add classic theme --- src/application/themes/old/theme.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/application/themes/old/theme.json (limited to 'src/application/themes/old/theme.json') diff --git a/src/application/themes/old/theme.json b/src/application/themes/old/theme.json new file mode 100644 index 0000000..2afa968 --- /dev/null +++ b/src/application/themes/old/theme.json @@ -0,0 +1,11 @@ +{ + "$format": 1, + "version": "1.0.0", + "id": "old", + "name": "Classic", + "author": "Jonas Kohl", + "template": "old", + "files": [ + "../../../ui/theme-files/old/theme.css" + ] +} -- cgit v1.2.3