summaryrefslogtreecommitdiff
path: root/src/application/themes
diff options
context:
space:
mode:
authorJonas Kohl2024-12-10 17:15:10 +0100
committerJonas Kohl2024-12-10 17:15:10 +0100
commit7d685c5e64149e20c7dc8977f645e050be53ddfd (patch)
tree44a931c23979aaa2e22b079f8af9232f490eb4d3 /src/application/themes
parent7c9f91333da983da37d3dc837fa61ef0bff64549 (diff)
Add classic theme
Diffstat (limited to 'src/application/themes')
-rw-r--r--src/application/themes/old/theme.json11
1 files changed, 11 insertions, 0 deletions
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"
+ ]
+}