diff --git a/plugin.json b/plugin.json index b652b05..7de03a8 100644 --- a/plugin.json +++ b/plugin.json @@ -2,17 +2,13 @@ "id": "nodebb-theme-quickstart", "library": "./lib/theme.js", "hooks": [ - { - "hook": "filter:widgets.getAreas", "method": "defineWidgetAreas" - } + { "hook": "filter:widgets.getAreas", "method": "defineWidgetAreas" } ], "scripts": [ "public/client.js", - "../nodebb-theme-persona/public/persona.js", - "../nodebb-theme-persona/public/modules/autohidingnavbar.js", - "../nodebb-theme-persona/public/modules/quickreply.js" + "../nodebb-theme-harmony/public/harmony.js" ], "modules": { - "pulling.js": "node_modules/pulling/build/pulling-drawer.js" + } } diff --git a/scss/overrides.scss b/scss/overrides.scss new file mode 100644 index 0000000..d740e63 --- /dev/null +++ b/scss/overrides.scss @@ -0,0 +1 @@ +// only overrides to bs5 variables here diff --git a/theme.less b/theme.less deleted file mode 100644 index 1931f89..0000000 --- a/theme.less +++ /dev/null @@ -1 +0,0 @@ -@import "../nodebb-theme-persona/theme"; diff --git a/theme.scss b/theme.scss new file mode 100644 index 0000000..2af3c27 --- /dev/null +++ b/theme.scss @@ -0,0 +1 @@ +@import "../nodebb-theme-harmony/theme";