Adapted stuff

This commit is contained in:
2026-02-27 15:15:09 +01:00
parent 70db619283
commit b2372f141d
@@ -8,20 +8,20 @@
/* --- Catppuccin Mocha core (commonly used values) --- */ /* --- Catppuccin Mocha core (commonly used values) --- */
@define-color crust #11111b; @define-color crust #11111b;
@define-color mantle #181825; @define-color mantle #181825;
@define-color base #1e1e2e; @define-color base rgba(30, 30, 46, 1.0);
@define-color surface0 #313244; @define-color surface0 #313244;
@define-color surface1 #45475a; @define-color surface1 rgba(255, 255, 255, 0.08);
@define-color surface2 #585b70; @define-color surface2 #585b70;
@define-color text #cdd6f4; @define-color text rgba(255, 255, 255, 1.0);
@define-color subtext1 #bac2de; @define-color subtext1 rgba(255, 255, 255, 0.35);
@define-color subtext0 #a6adc8; @define-color subtext0 #a6adc8;
@define-color blue #89b4fa; @define-color blue rgba(51, 204, 255, 0.933);
@define-color green #a6e3a1; @define-color green rgba(0, 255, 153, 0.933);
@define-color yellow #f9e2af; @define-color yellow #f9e2af;
@define-color red #f38ba8; @define-color red rgba(255, 0, 0, 0.90);
/* If you want even more blur-through effect, increase transparency a bit */ /* If you want even more blur-through effect, increase transparency a bit */
@define-color panel_rgba rgba(30, 30, 46, 0.15); @define-color panel_rgba rgba(30, 30, 46, 0.15);