Skip to content

Commit

Permalink
update plugin name, add midnight plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
wont-stream committed Oct 1, 2024
1 parent 388b0a3 commit c5d7aaf
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
11 changes: 11 additions & 0 deletions plugins/midnight/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
const {
util: { log },
} = shelter;

export function onLoad() {
document.body.classList.add("theme-midnight");
}

export function onUnload() {
document.body.classList.remove("theme-midnight");
}
5 changes: 5 additions & 0 deletions plugins/midnight/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "Midnight",
"author": "S€th",
"description": "Toggle the built in Midnight theme."
}
2 changes: 1 addition & 1 deletion plugins/noNitroUpsell/plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "No Nitro Upsel",
"name": "No Nitro Upsell",
"author": "S€th",
"description": "Trick the client into thinking you have Nitro."
}

0 comments on commit c5d7aaf

Please sign in to comment.