Skip to content

🎮 Soothing pastel theme for Discord

License

Notifications You must be signed in to change notification settings

ToxicAven/discord

 
 

Repository files navigation

Logo
Catppuccin for Discord (Aven's fork)

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 */
@import url("https://toxicaven.dev/theme/catppuccin-latte.theme.css");
/* frappe */
@import url("https://toxicaven.dev/theme/catppuccin-frappe.theme.css");
/* macchiato */
@import url("https://toxicaven.dev/theme/catppuccin-macchiato.theme.css");
/* mocha */
@import url("https://toxicaven.dev/theme/catppuccin-mocha.theme.css");

/* You can also append Catppuccin colors to customize the accent, e.g. */
/* mocha (pink accent)*/
@import url("https://toxicaven.dev/theme/catppuccin-mocha-pink.theme.css");
/* frappe (maroon accent) */
@import url("https://toxicaven.dev/theme/catppuccin-frappe-maroon.theme.css");
  1. Follow the instructions from DiscoCSS to install DiscoCSS.
  2. Use your preferred flavour as your DiscoCSS custom.css
# latte
curl -L https://toxicaven.dev/theme/catppuccin-latte.theme.css > ~/.config/discocss/custom.css
# frappe
curl -L https://toxicaven.dev/theme/catppuccin-frappe.theme.css > ~/.config/discocss/custom.css
# macchiato
curl -L https://toxicaven.dev/theme/catppuccin-macchiato.theme.css > ~/.config/discocss/custom.css
# mocha
curl -L https://toxicaven.dev/theme/catppuccin-mocha.theme.css > ~/.config/discocss/custom.css

# You can also append Catppuccin colors to customize the accent, e.g.
# mocha (pink accent)
curl -L https://toxicaven.dev/theme/catppuccin-mocha-pink.theme.css > ~/.config/discocss/custom.css
# frappe (maroon accent)
curl -L https://toxicaven.dev/theme/catppuccin-frappe-maroon.theme.css > ~/.config/discocss/custom.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!

    @import url("https://toxicaven.dev/theme/catppuccin-mocha.theme.css") (prefers-color-scheme: dark);
    @import url("https://toxicaven.dev/theme/catppuccin-latte.theme.css") (prefers-color-scheme: light);

💝 Thanks to

 

Copyright © 2021-present Catppuccin Org

About

🎮 Soothing pastel theme for Discord

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 97.2%
  • CSS 1.4%
  • JavaScript 1.1%
  • Other 0.3%