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-rofi.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common/modules/matugen/templates/matugen-rofi.nix') diff --git a/common/modules/matugen/templates/matugen-rofi.nix b/common/modules/matugen/templates/matugen-rofi.nix index 9645e5a..2241c6d 100644 --- a/common/modules/matugen/templates/matugen-rofi.nix +++ b/common/modules/matugen/templates/matugen-rofi.nix @@ -11,8 +11,13 @@ # rasi '' * { + <* if {{ is_dark_mode }} *> background: {{colors.surface.default.hex}}; background-alt: {{colors.surface_container.default.hex}}; + <* else *> + background: {{colors.surface_container.default.hex}}; + background-alt: {{colors.surface_container_high.default.hex}}; + <* endif *> foreground: {{colors.on_surface.default.hex}}; selected: {{colors.primary.default.hex}}; active: {{colors.secondary.default.hex}}; -- cgit v1.3.1