fixed: matugen update making colors weird on wlogout

This commit is contained in:
2025-11-19 02:43:32 +01:00
parent 422e16a34a
commit a513ae04a8
3 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
@define-color background rgba(23, 18, 22, 1);
@define-color background rgba(23, 18, 22, 0.7);
@define-color primary #f2b3e5;
@define-color secondary #000000;
@define-color tertiary #000000;
@define-color secondary #a45c8e;
@define-color tertiary #e64a1c;
@define-color surface_bright #3e373c;