1
0
This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Ren b9f42df1b9 fix: componentize and multiple fixes
* it's almost 4 am

* it is past 4:20 am

* quick fixes

* attempted dark sidebar, more refactoring

* no more oop hell, add fourm icons, speaking border

* fix: header, unhoverable tooltip svgs

* fix: header, code, premium membership
2022-10-03 01:55:12 +02:00
2022-09-25 05:29:33 +02:00
2022-10-03 01:55:12 +02:00
2022-09-27 02:41:54 +02:00
2022-09-28 09:56:53 +02:00
2022-08-12 18:56:22 +10:00
2022-01-26 08:41:35 +05:30
2022-09-28 10:20:19 +02:00

Logo
Catppuccin for Discord

Discord Theme Preview

Previews

🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha

Usage

BetterDiscord

  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 Discord > Settings > Custom CSS
/* latte */
@import url("https://catppuccin.github.io/discord/dist/catppuccin-latte.theme.css");
/* frappe */
@import url("https://catppuccin.github.io/discord/dist/catppuccin-frappe.theme.css");
/* macchiato */
@import url("https://catppuccin.github.io/discord/dist/catppuccin-macchiato.theme.css");
/* mocha */
@import url("https://catppuccin.github.io/discord/dist/catppuccin-mocha.theme.css");

DiscoCSS

  1. Follow the instructions from DiscoCSS to install DiscoCSS.
  2. Use your preferred flavour as your DiscoCSS custom.css
# latte
curl -L https://catppuccin.github.io/discord/dist/catppuccin-latte.theme.css > ~/.config/discocss/custom.css
# frappe
curl -L https://catppuccin.github.io/discord/dist/catppuccin-frappe.theme.css > ~/.config/discocss/custom.css
# macchiato
curl -L https://catppuccin.github.io/discord/dist/catppuccin-macchiato.theme.css > ~/.config/discocss/custom.css
# mocha
curl -L https://catppuccin.github.io/discord/dist/catppuccin-mocha.theme.css> ~/.config/discocss/custom.css

Stylus

  1. Download the discord.user.css
  2. Choose your preferred flavour and options 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. We are not responsible for anything that might happen to your account by using third party clients. Use at your own discretion!

💝 Thanks to

 

Copyright © 2021-present Catppuccin Org

Description
My fork of the catppuccin theme for discord
Readme MIT 1.1 MiB
Languages
SCSS 97%
CSS 1.7%
JavaScript 1.2%