From 97eee09f97291c834758090d21ac32fe278dd59f Mon Sep 17 00:00:00 2001 From: MotorTruck1221 Date: Sun, 4 May 2025 00:58:01 -0600 Subject: [PATCH] Backport all themes --- src/styles/themes/catpuccin.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/styles/themes/catpuccin.css diff --git a/src/styles/themes/catpuccin.css b/src/styles/themes/catpuccin.css new file mode 100644 index 0000000..52a69d8 --- /dev/null +++ b/src/styles/themes/catpuccin.css @@ -0,0 +1,21 @@ +.catpuccin { + --background: hsl(240 21% 15%); + --foreground: hsl(226 64% 88%); + --muted: hsl(240 21% 12%); + --muted-foreground: hsl(228 17% 64%); + --popover: hsl(240 21% 12%); + --popover-foreground: hsl(227 35% 80%); + --card: hsl(240 21% 12%); + --card-foreground: hsl(228 24% 72%); + --border: hsl(234 13% 31%); + --input: hsl(234 13% 31%); + --primary: hsl(115 54% 76%); + --primary-foreground: hsl(240 21% 15%); + --secondary: hsl(240 21% 12%); + --secondary-foreground: hsl(228 17% 64%); + --accent: hsl(237 16% 23%); + --accent-foreground: hsl(227 35% 80%); + --destructive: hsl(343 81% 75%); + --destructive-foreground: hsl(226 64% 88%); + --ring: hsl(228 24% 72%); +}