diff options
Diffstat (limited to 'src/themes/default/theme.json')
-rw-r--r-- | src/themes/default/theme.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/themes/default/theme.json b/src/themes/default/theme.json new file mode 100644 index 0000000..cc2c3fb --- /dev/null +++ b/src/themes/default/theme.json @@ -0,0 +1,12 @@ +{ + "$format": 1, + "version": "1.0.0", + "id": "default", + "name": "Mystic Default", + "author": "Jonas Kohl", + "files": [ + "../../ui/dist/css/bootstrap.min.css", + "../../ui/dist/css/bootstrap-theme.min.css", + "../../ui/site.css" + ] +} |