diff options
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" +    ] +} |