diff options
author | Jonas Kohl | 2024-09-16 19:47:20 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-09-16 19:47:20 +0200 |
commit | f2a5f45355b83540dbb42b3a198a20ec354e0422 (patch) | |
tree | 383d3e8e09bfe1dac7f54f579293a4397b16ae05 /src/themes/simplex/theme.json | |
parent | 6b7e714b59e28bc138681662006941274c3261af (diff) |
Way more stuff
Diffstat (limited to 'src/themes/simplex/theme.json')
-rw-r--r-- | src/themes/simplex/theme.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/themes/simplex/theme.json b/src/themes/simplex/theme.json new file mode 100644 index 0000000..33c4bf4 --- /dev/null +++ b/src/themes/simplex/theme.json @@ -0,0 +1,12 @@ +{ + "$format": 1, + "version": "1.0.0", + "id": "simplex", + "name": "Simplex", + "author": "Jonas Kohl", + "files": [ + "../../ui/simplex.min.css", + "../../ui/site.css" + ] +} + |