summaryrefslogtreecommitdiff
path: root/common/modules/matugen/templates/matugen-rofi.nix
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-14 20:48:08 +0530
committerbrustybee <bee@4d2.org>2026-03-14 20:48:08 +0530
commitf33743bfd1fa3924d67a33ea8816c1b45d92e6a1 (patch)
tree32100d087fac464626a5df68ca9c1949c5d473e5 /common/modules/matugen/templates/matugen-rofi.nix
parent8ae1bc8bc07b938a7fa44106ce699ad0dc17b510 (diff)
ummmmmm light mode
Diffstat (limited to 'common/modules/matugen/templates/matugen-rofi.nix')
-rw-r--r--common/modules/matugen/templates/matugen-rofi.nix5
1 files changed, 5 insertions, 0 deletions
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}};