Rename theme

This commit is contained in:
Tony Grosinger 2024-02-16 20:35:17 -08:00
parent 98be4851e7
commit a8bb351e2f
4 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "Air Theme", "name": "OrcasHub Theme",
"about_url": null, "about_url": null,
"license_url": null, "license_url": null,
"components": [ "components": [
@ -11,7 +11,7 @@
"serialize_topic_excerpts": true "serialize_topic_excerpts": true
}, },
"color_schemes": { "color_schemes": {
"air-light": { "OrcasHub": {
"primary": "1c1c1c", "primary": "1c1c1c",
"secondary": "f9fcff", "secondary": "f9fcff",
"tertiary": "3877e5", "tertiary": "3877e5",

View File

@ -7,7 +7,7 @@ export default {
initialize() { initialize() {
withPluginApi("0.8.14", (api) => { withPluginApi("0.8.14", (api) => {
api.modifyClass("component:edit-category-general", { api.modifyClass("component:edit-category-general", {
pluginId: "discourse-air", pluginId: "orcashub-discourse-theme",
didInsertElement() { didInsertElement() {
this._super(...arguments); this._super(...arguments);

View File

@ -2,7 +2,7 @@ import { apiInitializer } from "discourse/lib/api";
export default apiInitializer("0.8", (api) => { export default apiInitializer("0.8", (api) => {
api.modifyClass("component:topic-list-item", { api.modifyClass("component:topic-list-item", {
pluginId: "discourse-air", pluginId: "orcashub-discourse-theme",
expandPinned: true, expandPinned: true,
}); });
}); });

View File

@ -1,7 +1,7 @@
{ {
"name": "discourse-air", "name": "orcashub-discourse-theme",
"version": "1.0.0", "version": "1.0.0",
"repository": "https://github.com/discourse/discourse-air", "repository": "https://git.grosinger.net/tgrosinger/orcashub-discourse-theme",
"author": "Jordan Vidrine", "author": "Jordan Vidrine",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"devDependencies": { "devDependencies": {