Soothing pastel theme
Piliapp Catppuccin theme by itsNotYin

Details
AuthoritsNotYin
LicenseNo License
Categorypiliapp
Created
Updated
Code size1.1 kB
Code checksum76e096fa
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Piliapp Catppuccin theme
@namespace github.com/itsNotYin
@version 1.0.0
@description Soothing pastel theme
@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 url-prefix("https://pt.piliapp.com/cool-text/") {
@import url('https://unpkg.com/@catppuccin/palette/css/catppuccin.css');
body {
color: var(--ctp-mocha-text);
background: var(--ctp-frappe-base);
}
}
@-moz-document url("https?://(canary\\.|ptb\\.|)piliapp.com/.*") {
@import url("https://catppuccin.github.io/discord/dist/catppuccin-" + theme + "-" + accent + ".theme.css")
}