
Catppuccin for Discord
| Desktop/Web | Enmity/Bunny | Aliucord |
-
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-schememedia feature,(prefers-color-scheme: <light-or-dark>), after each@importstatement (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);
-
and everyone else who made the original Discord PC. Enmity, Vendetta and Aliucord port!
Copyright © 2021-present Catppuccin Org