FFFF
Skip to content

Covkie/ctp-discord

 
 

Repository files navigation

Logo
Catppuccin for Discord

web react-native aliucord
Desktop/Web Enmity/Bunny Aliucord

Previews

🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha

Usage

🙋 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 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);

💝 Thanks to

 

Copyright © 2021-present Catppuccin Org

About

🎮 Soothing pastel theme for Discord

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • SCSS 96.6%
  • CSS 1.8%
  • JavaScript 1.2%
  • Other 0.4%
0