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