From fe2100d819449b3754c9da95891842c3fd7b8eb3 Mon Sep 17 00:00:00 2001 From: Dome Date: Sat, 5 Jul 2025 22:43:35 +0200 Subject: [PATCH] Delete themes/catppuccin-latte.css --- themes/catppuccin-latte.css | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 themes/catppuccin-latte.css diff --git a/themes/catppuccin-latte.css b/themes/catppuccin-latte.css deleted file mode 100644 index 2b95055..0000000 --- a/themes/catppuccin-latte.css +++ /dev/null @@ -1,26 +0,0 @@ -:root { - --rosewater: #dc8a78; - --flamingo: #dd7878; - --pink: #ea76cb; - --mauve: #8839ef; - --red: #d20f39; - --maroon: #e64553; - --peach: #fe640b; - --yellow: #df8e1d; - --green: #40a02b; - --teal: #179299; - --sky: #04a5e5; - --sapphire: #209fb5; - --blue: #1e66f5; - --lavender: #7287fd; - - --main-color: var(--mauve); - --main-background: #eff1f5; - --second-background: #e6e9ef; - --hover-background: #ccd0da; - --main-background-transparent: #eff1f5dd; - --main-text: #4c4f69; - --dimmer-text: #7c7f93; - --green-color: var(--green); - --red-color: var(--red); -}