Patch Discord's eye-straining theme back to the nice blurple and grey.
It currently changes
- Clyde svg is back to the normal clyde
- Horrible blue highlight color changed back to nice blurple like it was before
- Reactions have been squarified after being more circularized
- Mentions have been reverted from the white background to the normal blue
- Button colors have been reverted
- Greens in the voice connection panel have been muted again
- Input Sensitivity Slider is back to normal muted green
- Add friend, add server, and find servers buttons are muted green
If you find anything that this misses, please open an issue describing what needs to be changed
There are two methods to use a custom style sheet for Discord's theme:
- Drag and drop the .css file onto the executable, it will automatically apply the stylesheet to Discord
- Pass a path to the .css file as an argument for the executable on the command line
BetterDiscord .theme.css files are not compatible with this program and may break your Discord (backups can still be restored if this happens)
If you know what you're doing, the config file will allow you to insert custom javascript along with the CSS theme. To start, run the application once without arguments and quit it. A config.json file should've been created in the same directory as the program.
Just change the custom-js parameter from null to a path to your javascript file.
If you decide that you don't want / trust the program downloading CSS from github and inserting it into your Discord whenever there is an update, compile using the command:
cargo build --release --no-default-features
This will disable network connectivity, removing around 1.5MB from the finished binary size. It will also include the latest version of the theme availible when compiling and use this as the default theme





