This commit is contained in:
Barış Soner Uşaklı 2023-05-18 11:30:21 -04:00
parent f6cd515fc7
commit ff4a60feec
4 changed files with 5 additions and 8 deletions

View File

@ -2,17 +2,13 @@
"id": "nodebb-theme-quickstart", "id": "nodebb-theme-quickstart",
"library": "./lib/theme.js", "library": "./lib/theme.js",
"hooks": [ "hooks": [
{ { "hook": "filter:widgets.getAreas", "method": "defineWidgetAreas" }
"hook": "filter:widgets.getAreas", "method": "defineWidgetAreas"
}
], ],
"scripts": [ "scripts": [
"public/client.js", "public/client.js",
"../nodebb-theme-persona/public/persona.js", "../nodebb-theme-harmony/public/harmony.js"
"../nodebb-theme-persona/public/modules/autohidingnavbar.js",
"../nodebb-theme-persona/public/modules/quickreply.js"
], ],
"modules": { "modules": {
"pulling.js": "node_modules/pulling/build/pulling-drawer.js"
} }
} }

1
scss/overrides.scss Normal file
View File

@ -0,0 +1 @@
// only overrides to bs5 variables here

View File

@ -1 +0,0 @@
@import "../nodebb-theme-persona/theme";

1
theme.scss Normal file
View File

@ -0,0 +1 @@
@import "../nodebb-theme-harmony/theme";