diff options
| author | Jonas Kohl | 2024-09-18 23:05:35 +0200 | 
|---|---|---|
| committer | Jonas Kohl | 2024-09-18 23:05:35 +0200 | 
| commit | 01454544896827113e49db0d2848b5aab6ce14ae (patch) | |
| tree | 9487c3d45a04d350bca2ed8401a797ed69cd7e8a /src/themes/gloss | |
| parent | a65d424263adfbff9629c7d91a613e4504c84613 (diff) | |
Many changes
Diffstat (limited to 'src/themes/gloss')
| -rw-r--r-- | src/themes/gloss/theme.json | 12 | 
1 files changed, 12 insertions, 0 deletions
diff --git a/src/themes/gloss/theme.json b/src/themes/gloss/theme.json new file mode 100644 index 0000000..3804fee --- /dev/null +++ b/src/themes/gloss/theme.json @@ -0,0 +1,12 @@ +{ +    "$format": 1, +    "version": "1.0.0", +    "id": "gloss", +    "name": "Mystic Gloss", +    "author": "Jonas Kohl", +    "files": [ +        "../../ui/gloss.min.css", +        "../../ui/fonts/mybb-icons/style.css", +        "../../ui/site.css" +    ] +}  |