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 */