- Notifications
You must be signed in to change notification settings - Fork182
🎮 Soothing pastel theme for Discord
License
catppuccin/discord
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation

Catppuccin forDiscord
- Download your preferred flavour:
- Copy the downloaded file to your BetterDiscord themes folder.
- Enable the theme in BetterDiscord settings.
- Simply add your preferred flavour into your discord clients CustomCSS file/editor.
/* latte */@importurl("https://catppuccin.github.io/discord/dist/catppuccin-latte.theme.css");/* frappe */@importurl("https://catppuccin.github.io/discord/dist/catppuccin-frappe.theme.css");/* macchiato */@importurl("https://catppuccin.github.io/discord/dist/catppuccin-macchiato.theme.css");/* mocha */@importurl("https://catppuccin.github.io/discord/dist/catppuccin-mocha.theme.css");/* You can also append Catppuccin colors to customize the accent, e.g. *//* mocha (pink accent)*/@importurl("https://catppuccin.github.io/discord/dist/catppuccin-mocha-pink.theme.css");/* frappe (maroon accent) */@importurl("https://catppuccin.github.io/discord/dist/catppuccin-frappe-maroon.theme.css");
- Enable CSP Patching from Stylus Settings > Advanced.
- Click here to install.
- Choose your preferred flavour and 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-schememedia feature,(prefers-color-scheme: <light-or-dark>), after each@importstatement (see"Importing CSS rules conditional on media queries" - MDN).@importurl("https://catppuccin.github.io/discord/dist/catppuccin-mocha.theme.css")(prefers-color-scheme: dark);@importurl("https://catppuccin.github.io/discord/dist/catppuccin-latte.theme.css")(prefers-color-scheme: light);
Q:"Can I disable Rainbow Threads"
A: Yes, by placing the following in your QuickCSS threads will be the same colour as typical channels.note: please respect the
spacebetween the colon and semi-colon:root {--ctp-rainbow-thread-disabled: ;}
Copyright © 2021-presentCatppuccin Org
About
🎮 Soothing pastel theme for Discord
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.




