Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

🎮 Soothing pastel theme for Discord

License

NotificationsYou must be signed in to change notification settings

catppuccin/discord

Logo
Catppuccin forDiscord

Discord Theme Preview

Previews

🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha

Usage

  1. Download your preferred flavour:
  1. Copy the downloaded file to your BetterDiscord themes folder.
  2. Enable the theme in BetterDiscord settings.

Clients/Mods with custom CSS support

  1. 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");
  1. Enable CSP Patching from Stylus Settings > Advanced.
  2. Click here to install.
  3. Choose your preferred flavour and accent color from the Stylus preference dropdown.

🙋 FAQ

  • 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 inlineprefers-color-scheme media feature,(prefers-color-scheme: <light-or-dark>), after each@import statement (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 thespace between the colon and semi-colon

    :root {--ctp-rainbow-thread-disabled: ;}

💝 Thanks to

 

Copyright © 2021-presentCatppuccin Org


[8]ページ先頭

©2009-2025 Movatter.jp