diff --git a/about.json b/about.json index 26e8229..c025071 100644 --- a/about.json +++ b/about.json @@ -1,5 +1,5 @@ { - "name": "Air Theme", + "name": "OrcasHub Theme", "about_url": null, "license_url": null, "components": [ @@ -11,7 +11,7 @@ "serialize_topic_excerpts": true }, "color_schemes": { - "air-light": { + "OrcasHub": { "primary": "1c1c1c", "secondary": "f9fcff", "tertiary": "3877e5", diff --git a/javascripts/discourse/initializers/customize-edit-category-general.js b/javascripts/discourse/initializers/customize-edit-category-general.js index bf00c78..405ce88 100644 --- a/javascripts/discourse/initializers/customize-edit-category-general.js +++ b/javascripts/discourse/initializers/customize-edit-category-general.js @@ -7,7 +7,7 @@ export default { initialize() { withPluginApi("0.8.14", (api) => { api.modifyClass("component:edit-category-general", { - pluginId: "discourse-air", + pluginId: "orcashub-discourse-theme", didInsertElement() { this._super(...arguments); diff --git a/javascripts/discourse/initializers/init-topic-excerpts.js b/javascripts/discourse/initializers/init-topic-excerpts.js index 677a5d2..1ea2610 100644 --- a/javascripts/discourse/initializers/init-topic-excerpts.js +++ b/javascripts/discourse/initializers/init-topic-excerpts.js @@ -2,7 +2,7 @@ import { apiInitializer } from "discourse/lib/api"; export default apiInitializer("0.8", (api) => { api.modifyClass("component:topic-list-item", { - pluginId: "discourse-air", + pluginId: "orcashub-discourse-theme", expandPinned: true, }); }); diff --git a/package.json b/package.json index 9e42e1d..0189102 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "discourse-air", + "name": "orcashub-discourse-theme", "version": "1.0.0", - "repository": "https://github.com/discourse/discourse-air", + "repository": "https://git.grosinger.net/tgrosinger/orcashub-discourse-theme", "author": "Jordan Vidrine", "license": "GPL-2.0-or-later", "devDependencies": {