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 {{colors.background.default.rgba | set_alpha: 0.7}};
@define-color background {{colors.background.default.rgba | set_alpha: 999}};
@define-color primary {{colors.primary.default.hex}};
@define-color secondary {{colors.secondary.default.hex | set_lightness: -30.0}};
@define-color tertiary {{colors.tertiary.default.hex | set_lightness: -30.0}};
@define-color secondary {{colors.secondary.default.hex | lighten: -30.0}};
@define-color tertiary {{colors.tertiary.default.hex | lighten: -30.0}};
@define-color surface_bright {{colors.surface_bright.default.hex}};