Matugen: fixed generate container for light/dark themes

This commit is contained in:
ItsLemmy
2025-10-02 09:25:00 -04:00
parent 6b68d44182
commit 0141fb4466
3 changed files with 35 additions and 27 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
@define-color card_bg_color {{colors.surface.default.hex}};
@define-color card_fg_color {{colors.on_surface.default.hex}};
@define-color sidebar_bg_color {{colors.surface_variant.default.hex}};
@define-color sidebar_bg_color {{colors.surface_container.default.hex}};
@define-color sidebar_fg_color {{colors.on_surface_variant.default.hex}};
@define-color sidebar_border_color @window_bg_color;
@define-color sidebar_backdrop_color @window_bg_color;