generated from uwu/shelter-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update plugin name, add midnight plugin
- Loading branch information
1 parent
388b0a3
commit c5d7aaf
Showing
3 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} |