There are a number of projects that make Discord theming possible. I tried BeautifulDiscord because it only adds custom CSS and not much more.
Base theme:
@import url(https://dennisfrank.github.io/decent-discord/dist/base.css);Plugins:
@import url(https://dennisfrank.github.io/decent-discord/dist/plugins/PLUGIN-NAME.css);Base theme and all plugins combined:
@import url(https://dennisfrank.github.io/decent-discord/dist/complete.css);- Write a proper README 😄


