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 | |
| parent | a65d424263adfbff9629c7d91a613e4504c84613 (diff) | |
Many changes
Diffstat (limited to 'src/themes')
| -rw-r--r-- | src/themes/cyborg/theme.json | 1 | ||||
| -rw-r--r-- | src/themes/default/theme.json | 1 | ||||
| -rw-r--r-- | src/themes/flat/theme.json | 1 | ||||
| -rw-r--r-- | src/themes/gloss/theme.json | 12 | ||||
| -rw-r--r-- | src/themes/maverix/theme.json | 1 | ||||
| -rw-r--r-- | src/themes/paper/theme.json | 4 | ||||
| -rw-r--r-- | src/themes/simplex/theme.json | 1 | ||||
| -rw-r--r-- | src/themes/slate/theme.json | 1 | ||||
| -rw-r--r-- | src/themes/spacelab/theme.json | 1 | ||||
| -rw-r--r-- | src/themes/yeti/theme.json | 1 | 
10 files changed, 23 insertions, 1 deletions
| diff --git a/src/themes/cyborg/theme.json b/src/themes/cyborg/theme.json index 38ee8c0..db77d52 100644 --- a/src/themes/cyborg/theme.json +++ b/src/themes/cyborg/theme.json @@ -6,6 +6,7 @@      "author": "Jonas Kohl",      "files": [          "../../ui/cyborg.min.css", +        "../../ui/fonts/mybb-icons/style.css",          "../../ui/site.css",          [              ".form-control {", diff --git a/src/themes/default/theme.json b/src/themes/default/theme.json index cc2c3fb..e2ed016 100644 --- a/src/themes/default/theme.json +++ b/src/themes/default/theme.json @@ -7,6 +7,7 @@      "files": [          "../../ui/dist/css/bootstrap.min.css",          "../../ui/dist/css/bootstrap-theme.min.css", +        "../../ui/fonts/mybb-icons/style.css",          "../../ui/site.css"      ]  } diff --git a/src/themes/flat/theme.json b/src/themes/flat/theme.json index 4e98458..2e97bc5 100644 --- a/src/themes/flat/theme.json +++ b/src/themes/flat/theme.json @@ -6,6 +6,7 @@      "author": "Jonas Kohl",      "files": [          "../../ui/dist/css/bootstrap.min.css", +        "../../ui/fonts/mybb-icons/style.css",          "../../ui/site.css"      ]  } 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" +    ] +} diff --git a/src/themes/maverix/theme.json b/src/themes/maverix/theme.json index 11d8ec1..cfd1591 100644 --- a/src/themes/maverix/theme.json +++ b/src/themes/maverix/theme.json @@ -6,6 +6,7 @@      "author": "Jonas Kohl",      "files": [          "../../ui/dist/css/bootstrap.min.css", +        "../../ui/fonts/mybb-icons/style.css",          "../../ui/maverix/maverix.css",          "../../ui/site.css"      ] diff --git a/src/themes/paper/theme.json b/src/themes/paper/theme.json index c674870..8a547a0 100644 --- a/src/themes/paper/theme.json +++ b/src/themes/paper/theme.json @@ -6,7 +6,9 @@      "author": "Jonas Kohl",      "files": [          "../../ui/paper.min.css", -        "../../ui/site.css" +        "../../ui/fonts/mybb-icons/style.css", +        "../../ui/site.css", +        "../../ui/fonts/roboto.css"      ]  } diff --git a/src/themes/simplex/theme.json b/src/themes/simplex/theme.json index 33c4bf4..b54bf7c 100644 --- a/src/themes/simplex/theme.json +++ b/src/themes/simplex/theme.json @@ -6,6 +6,7 @@      "author": "Jonas Kohl",      "files": [          "../../ui/simplex.min.css", +        "../../ui/fonts/mybb-icons/style.css",          "../../ui/site.css"      ]  } diff --git a/src/themes/slate/theme.json b/src/themes/slate/theme.json index 83edd96..56686c1 100644 --- a/src/themes/slate/theme.json +++ b/src/themes/slate/theme.json @@ -6,6 +6,7 @@      "author": "Jonas Kohl",      "files": [          "../../ui/slate.min.css", +        "../../ui/fonts/mybb-icons/style.css",          "../../ui/site.css",          [              ".post-container-controls {", diff --git a/src/themes/spacelab/theme.json b/src/themes/spacelab/theme.json index 941c965..01617f8 100644 --- a/src/themes/spacelab/theme.json +++ b/src/themes/spacelab/theme.json @@ -6,6 +6,7 @@      "author": "Jonas Kohl",      "files": [          "../../ui/spacelab.min.css", +        "../../ui/fonts/mybb-icons/style.css",          "../../ui/site.css"      ]  } diff --git a/src/themes/yeti/theme.json b/src/themes/yeti/theme.json index 37786c7..04887f7 100644 --- a/src/themes/yeti/theme.json +++ b/src/themes/yeti/theme.json @@ -6,6 +6,7 @@      "author": "Jonas Kohl",      "files": [          "../../ui/yeti.min.css", +        "../../ui/fonts/mybb-icons/style.css",          "../../ui/site.css",          "../../ui/fonts/opensans.css",          [ |