Skip to content

dennisfrank/decent-discord

Repository files navigation

A Decent Discord Theme

Add Theme Support to Discord

There are a number of projects that make Discord theming possible. I tried BeautifulDiscord because it only adds custom CSS and not much more.

Import Decent Discord Theme

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);

Screenshots

Screenshot: Light Theme

Screenshot 2:  Light Theme

Screenshot: Dark Theme

TODO

  • Write a proper README 😄