diff options
| author | Jonas Kohl | 2024-09-16 19:32:09 +0200 | 
|---|---|---|
| committer | Jonas Kohl | 2024-09-16 19:32:09 +0200 | 
| commit | 6b7e714b59e28bc138681662006941274c3261af (patch) | |
| tree | c683082c0a00681542db02d415bd45968f0a517b /src/themes/flat | |
| parent | fd3d969cf658475709db6a1e5090069cce51cbbd (diff) | |
A lot more stuff
Diffstat (limited to 'src/themes/flat')
| -rw-r--r-- | src/themes/flat/theme.json | 11 | 
1 files changed, 11 insertions, 0 deletions
diff --git a/src/themes/flat/theme.json b/src/themes/flat/theme.json new file mode 100644 index 0000000..4e98458 --- /dev/null +++ b/src/themes/flat/theme.json @@ -0,0 +1,11 @@ +{ +    "$format": 1, +    "version": "1.0.0", +    "id": "flat", +    "name": "Mystic Flat", +    "author": "Jonas Kohl", +    "files": [ +        "../../ui/dist/css/bootstrap.min.css", +        "../../ui/site.css" +    ] +}  |