This is a Discord client that allows you to set themes for Discord. It is currently in development and plugins are not yet supported.
- Set themes for Discord
- Reload themes while Discord is running
- Supports themes from BetterDiscord and Powercord
- Themes are written in CSS
- Discord
- Node.js
- NPM
- Clone this repository
- Install the dependencies
- Run the setup script
npm install
npm run setup
- Launch the new shortcut that was created on your desktop named "Enhancecord"
- Write your theme to the theme.css file
- Run the server script
npm run server
You can use commands in the terminal to reload the theme or quit the server.
Commands | Definitions |
---|---|
reload | updates the css which is on the Discord client |
reset | revers the css back to normal on the Discord client |
exit | stops the program |
help | shows this table |
- Add support for plugins
- Create a plugin API
- Add a plugin manager