Evergarden for Discord
- Download the theme here.
- Copy the downloaded file to your BetterDiscord themes folder.
- Enable the theme in BetterDiscord settings.
- Download the theme here.
- Copy the downloaded file to your Vencord themes folder (on linux
~/.config/Vencord/themes
). - Enable the theme in Vencord settings.
- Simply add your theme into your discord clients CustomCSS file/editor.
@import url("https://raw.githubusercontent.com/comfysage/evg-discord/main/themes/evergarden.theme.css");
/* You can also append color names to customize the accent, e.g. */
/* green accent */
@import url("https://raw.githubusercontent.com/comfysage/evg-discord/main/themes/evergarden-green.theme.css");
/* pink accent*/
@import url("https://raw.githubusercontent.com/comfysage/evg-discord/main/themes/evergarden-pink.theme.css");
- Enable CSP Patching from Stylus Settings > Advanced.
- Click here to install.
- Choose your preferred accent color from the Stylus preference dropdown.
-
Q: "Can this get my account banned?"
-
A: Using third party clients and injecting custom css is against the ToS. While nobody has ever been banned for simply using discord client mods, We are not responsible for anything that might happen to your account by using third party clients. Use at your own discretion!
-
Q: "Can I automatically switch flavors between light and dark mode?"
-
A: The following snippet showcases a configuration that switches between latte in light mode and mocha in dark mode by adding an inline
prefers-color-scheme
media feature,(prefers-color-scheme: <light-or-dark>)
, after each@import
statement (see "Importing CSS rules conditional on media queries" - MDN).@import url("https://catppuccin.github.io/discord/dist/catppuccin-mocha.theme.css") (prefers-color-scheme: dark); @import url("https://catppuccin.github.io/discord/dist/catppuccin-latte.theme.css") (prefers-color-scheme: light);
Copyright © 2021-present Catppuccin Org
Copyright © 2024-present comfysage