diff options
Diffstat (limited to 'src/application/themes')
-rw-r--r-- | src/application/themes/modern/theme.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/application/themes/modern/theme.json b/src/application/themes/modern/theme.json new file mode 100644 index 0000000..f545766 --- /dev/null +++ b/src/application/themes/modern/theme.json @@ -0,0 +1,11 @@ +{ + "$format": 1, + "version": "1.0.0", + "id": "modern", + "name": "Modern", + "author": "Jonas Kohl", + "template": "modern", + "files": [ + "../../../ui/theme-files/modern/theme.css" + ] +} |