diff options
| author | Jonas Kohl | 2024-09-16 23:13:07 +0200 | 
|---|---|---|
| committer | Jonas Kohl | 2024-09-16 23:13:07 +0200 | 
| commit | e79ec21fc8c03262ca4e16b68c08705495b7d2e5 (patch) | |
| tree | 0a550efa99577c52e23f19213ac4dcbd0ff044c8 /src/themes/maverix | |
| parent | f2a5f45355b83540dbb42b3a198a20ec354e0422 (diff) | |
Theme stuff
Diffstat (limited to 'src/themes/maverix')
| -rw-r--r-- | src/themes/maverix/theme.json | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/src/themes/maverix/theme.json b/src/themes/maverix/theme.json new file mode 100644 index 0000000..11d8ec1 --- /dev/null +++ b/src/themes/maverix/theme.json @@ -0,0 +1,12 @@ +{ +    "$format": 1, +    "version": "1.0.0", +    "id": "maverix", +    "name": "Maverix", +    "author": "Jonas Kohl", +    "files": [ +        "../../ui/dist/css/bootstrap.min.css", +        "../../ui/maverix/maverix.css", +        "../../ui/site.css" +    ] +} |