From 21da37246e83b744f42cb53923053689e3fff620 Mon Sep 17 00:00:00 2001 From: Ayaka Date: Thu, 6 Jun 2024 04:54:03 +1200 Subject: [PATCH] update catppuccin discernible difference in foreground color --- static/themes/catppuccin.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/themes/catppuccin.css b/static/themes/catppuccin.css index bb1d563..0072619 100644 --- a/static/themes/catppuccin.css +++ b/static/themes/catppuccin.css @@ -1,8 +1,9 @@ +/* Catppuccin theme setting */ .catppuccin { --accent: #b4befe; /* lavender */ --green: #a6e3a1; /* green */ --text: #cdd6f4; /* text */ - --foreground: #11111b; /* crust */ + --foreground: #181825; /* mantle */ --background: #1e1e2e; /* base */ --outside: #11111b; /* crust */ --post: #11111b; /* crust */