diff options
Diffstat (limited to 'src/themes')
| -rw-r--r-- | src/themes/house/theme.json | 13 | 
1 files changed, 13 insertions, 0 deletions
| diff --git a/src/themes/house/theme.json b/src/themes/house/theme.json new file mode 100644 index 0000000..2dd8c18 --- /dev/null +++ b/src/themes/house/theme.json @@ -0,0 +1,13 @@ +{ +    "$format": 1, +    "version": "1.0.0", +    "id": "house", +    "name": "Mystic House Corner", +    "author": "Jonas Kohl", +    "files": [ +        "../../ui/house.min.css", +        "../../ui/house-theme.min.css", +        "../../ui/fonts/mybb-icons/style.css", +        "../../ui/site.css" +    ] +} |