Allow individual servers to use specific themes.
THIS WILL ONLY WORK FOR BETTER DISCORD USERS
################################
THIS PLUGIN HAS MIGRATED TO https://github.com/notmike101/betterdiscord-server-themes
################################
- Install BetterDiscord if you don't already have it.
- Download serverTheme.plugin.js
- Put it in your plugins directory (Just open it from the client, can vary between users).
- Restart BetterDiscord
- In Discord, open your settings, go to Appearance, and enable Developer Mode.
- In Discord, right click on the server that you want to create a theme for. Then click "Copy ID". This will give you the server ID.
- This will be referred to as {{ServerID}}.
- In your themes folder, create a new file and name it {{ServerID}}.servertheme.css
- In this file, put any CSS that you want to be applied to the individual server.
- Save
- Rejoin the server
- Write auto-update routine
- Allow live changing of CSS so switching servers is not required in order to update
- Document ALL code contributions
- Anything undocumented will be ignored until full documentation is provided
- TEST your code first. Do not blindly contribute.
- Do NOT do a pull request into master, do it on dev instead.
- Your pull requests will be merged into master at each iteration if accepted.
