From f33743bfd1fa3924d67a33ea8816c1b45d92e6a1 Mon Sep 17 00:00:00 2001 From: brustybee Date: Sat, 14 Mar 2026 20:48:08 +0530 Subject: ummmmmm light mode --- common/modules/matugen/templates/matugen-vesktop.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/modules/matugen/templates/matugen-vesktop.nix') diff --git a/common/modules/matugen/templates/matugen-vesktop.nix b/common/modules/matugen/templates/matugen-vesktop.nix index aa3639f..44a6b20 100644 --- a/common/modules/matugen/templates/matugen-vesktop.nix +++ b/common/modules/matugen/templates/matugen-vesktop.nix @@ -103,7 +103,11 @@ --bg-1: {{colors.surface_variant.default.hex}}; --bg-2: {{colors.surface_container_high.default.hex}}; --bg-3: {{colors.surface_container_low.default.hex}}; + <* if {{ is_dark_mode }} *> --bg-4: {{colors.surface.default.hex}}; + <* else *> + --bg-4: {{colors.surface_container_low.default.hex}}; + <* endif *> /* hovers - using on_surface hex + CSS hex opacity (1a=10%, 33=20%, 4d=30%) */ --hover: {{colors.on_surface.default.hex}}1a; -- cgit v1.3.1