summaryrefslogtreecommitdiff
path: root/common/modules/matugen/templates
diff options
context:
space:
mode:
Diffstat (limited to 'common/modules/matugen/templates')
-rw-r--r--common/modules/matugen/templates/matugen-niri.nix14
1 files changed, 10 insertions, 4 deletions
diff --git a/common/modules/matugen/templates/matugen-niri.nix b/common/modules/matugen/templates/matugen-niri.nix
index 2bb80ca..9012878 100644
--- a/common/modules/matugen/templates/matugen-niri.nix
+++ b/common/modules/matugen/templates/matugen-niri.nix
@@ -9,8 +9,10 @@
"matugen/templates/matugen.kdl" = {
text = ''
layout {
+ background-color "{{colors.background.default.hex}}"
+
focus-ring {
- active-color "{{colors.primary.default.hex}}"
+ active-color "{{colors.primary.default.hex}}"
inactive-color "{{colors.outline.default.hex}}"
urgent-color "{{colors.error.default.hex}}"
}
@@ -22,7 +24,7 @@
}
shadow {
- color "{{colors.shadow.default.hex}}"
+ color "{{colors.shadow.default.hex}}70"
}
tab-indicator {
@@ -36,10 +38,14 @@
}
}
+ overview {
+ backdrop-color "{{colors.background.default.hex}}"
+ }
+
recent-windows {
highlight {
- active-color "{{colors.primary.default.hex}}"
- urgent-color "{{colors.error.default.hex}}"
+ active-color "{{colors.primary.default.hex}}"
+ urgent-color "{{colors.error.default.hex}}"
}
}
'';