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.
Files
frappuccino-theme/discord.user.css
2023-03-28 18:13:04 +04:00

15 lines
846 B
CSS

/* ==UserStyle==
@name Discord Catppuccin
@namespace github.com/catppuccin/discord
@version 0.2.1
@description Soothing pastel theme for Discord
@author Catppuccin
@preprocessor stylus
@var select theme "Theme" ["latte:Latte", "frappe:Frappe", "macchiato:Macchiato", "mocha:Mocha*"]
@var select accent "Accent" {"Rosewater": "'rosewater'", "Flamingo": "'flamingo'", "Pink": "'pink'", "Mauve": "'mauve'", "Red": "'red'", "Maroon": "'maroon'", "Peach": "'peach'", "Yellow": "'yellow'", "Green": "'green'", "Teal": "'teal'", "Blue*": "'blue'", "Sapphire": "'sapphire'", "Sky": "'sky'", "Lavender": "'lavender'"}
==/UserStyle== */
@-moz-document regexp("https?://(canary\\.|ptb\\.|)discord.com/.*") {
@import url("https://catppuccin.github.io/discord/dist/catppuccin-" + theme + "-" + accent + ".theme.css")
}