summaryrefslogtreecommitdiff
path: root/common/modules/matugen/templates/matugen-xresources.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/modules/matugen/templates/matugen-xresources.nix')
-rw-r--r--common/modules/matugen/templates/matugen-xresources.nix37
1 files changed, 21 insertions, 16 deletions
diff --git a/common/modules/matugen/templates/matugen-xresources.nix b/common/modules/matugen/templates/matugen-xresources.nix
index 6ee20c2..f33fda2 100644
--- a/common/modules/matugen/templates/matugen-xresources.nix
+++ b/common/modules/matugen/templates/matugen-xresources.nix
@@ -11,11 +11,16 @@
dwm.normfgcolor : {{colors.on_surface.default.hex}}
dwm.selbordercolor : {{colors.primary.default.hex}}
dwm.selfgcolor : {{colors.primary.default.hex}}
+ dmenu.foreground : {{colors.on_surface.default.hex}}
+ dmenu.selbackground : {{colors.primary.default.hex}}
+ dmenu.selforeground : {{colors.on_primary.default.hex}}
<* if {{ is_dark_mode }} *>
+ dmenu.background : {{colors.background.default.hex}}
st.background: {{colors.surface.default.hex}}
dwm.normbgcolor : {{colors.surface.default.hex}}
dwm.selbgcolor : {{colors.surface_container.default.hex}}
<* else *>
+ dmenu.background : {{colors.surface_container.default.hex}}
st.background: {{colors.surface_container.default.hex}}
dwm.normbgcolor : {{colors.surface_container.default.hex}}
dwm.selbgcolor : {{colors.secondary_fixed.default.hex}}
@@ -24,29 +29,29 @@
st.foreground: {{colors.on_surface.default.hex}}
st.cursorColor: {{colors.primary.default.hex}}
- st.color0: \{{color0}}
- st.color8: \{{color8}}
+ st.color0: {{dank16.color0.default.hex}}
+ st.color8: {{dank16.color8.default.hex}}
- st.color1: \{{color1}}
- st.color9: \{{color9}}
+ st.color1: {{dank16.color1.default.hex}}
+ st.color9: {{dank16.color9.default.hex}}
- st.color2: \{{color2}}
- st.color10: \{{color10}}
+ st.color2: {{dank16.color2.default.hex}}
+ st.color10: {{dank16.color10.default.hex}}
- st.color3: \{{color3}}
- st.color11: \{{color11}}
+ st.color3: {{dank16.color3.default.hex}}
+ st.color11: {{dank16.color11.default.hex}}
- st.color4: \{{color4}}
- st.color12: \{{color12}}
+ st.color4: {{dank16.color4.default.hex}}
+ st.color12: {{dank16.color12.default.hex}}
- st.color5: \{{color5}}
- st.color13: \{{color13}}
+ st.color5: {{dank16.color5.default.hex}}
+ st.color13: {{dank16.color13.default.hex}}
- st.color6: \{{color6}}
- st.color14: \{{color14}}
+ st.color6: {{dank16.color6.default.hex}}
+ st.color14: {{dank16.color14.default.hex}}
- st.color7: \{{color7}}
- st.color15: \{{color15}}
+ st.color7: {{dank16.color7.default.hex}}
+ st.color15: {{dank16.color15.default.hex}}
'';
};
};