Skip to content

Commit

Permalink
Release for Replugged
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Mar 24, 2023
1 parent 493bd02 commit 11f5d61
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 8 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
/stuff

node_modules
package-lock.json
package-lock.json
pnpm-lock.yaml

.parcel-cache
bundle
dist
18 changes: 18 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"id": "net.saltssaumure.dev.piOS",
"name": "piOS",
"description": "SUPERHOT piOS inspired Discord theme.",
"author": {
"name": "Saltssaumure",
"discordID": "134142022092062720",
"github": "Saltssaumure"
},
"version": "9",
"updater": {
"type": "github",
"id": "Saltssaumure/pios-discord-theme"
},
"license": "GPL-3.0",
"type": "replugged-theme",
"main": "scss/pios.scss"
}
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
{
"name": "pios",
"name": "pios-discord-theme",
"version": "9",
"description": "SUPERHOT piOS inspired theme built for BetterDiscord.",
"description": "SUPERHOT piOS inspired Discord theme.",
"repository": "https://github.com/Saltssaumure/pios-discord-theme.git",
"author": "Saltssaumure <[email protected]>",
"license": "GPL-3.0",
"private": true,
"scripts": {
"dev": "bd-scss dev",
"build": "bd-scss build"
"bd": "bd-scss build",
"plug": "replugged build theme",
"bundle": "replugged bundle theme"
},
"type": "module",
"dependencies": {
"bd-scss": "file:../bd-scss"
"@parcel/config-default": "^2.8.3",
"@parcel/core": "^2.8.3",
"@parcel/transformer-sass": "^2.8.3",
"@types/node": "^18.15.3",
"salt-bd-scss": "^1.0.0",
"prettier": "^2.8.4",
"replugged": "^4.2.1"
}
}
2 changes: 1 addition & 1 deletion pios-linux.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
],
"liveSassCompile.settings.generateMap": false,
"liveSassCompile.settings.showOutputWindowOn": "Information",
"liveSassCompile.settings.watchOnLaunch": true,
"liveSassCompile.settings.watchOnLaunch": false,
}
}
2 changes: 1 addition & 1 deletion pios-windows.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
],
"liveSassCompile.settings.generateMap": false,
"liveSassCompile.settings.showOutputWindowOn": "Information",
"liveSassCompile.settings.watchOnLaunch": true,
"liveSassCompile.settings.watchOnLaunch": false,
}
}
2 changes: 1 addition & 1 deletion powercord_manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piOS",
"description": "SUPERHOT piOS inspired theme. With customisable colours, glow intensity, support for both cosy and compact mode.",
"description": "SUPERHOT piOS inspired Discord theme.",
"version": "9",
"author": "Saltssaumure",
"theme": "pios.min.css",
Expand Down

0 comments on commit 11f5d61

Please sign in to comment.