{ config, lib, ... }: { config = lib.mkIf config.beeMods.mango.enable { xdg.configFile."matugen/templates/colors-xresources" = { text = '' dwm.normbordercolor : {{colors.outline.default.hex}} dwm.normbgcolor : {{colors.surface.default.hex}} dwm.normfgcolor : {{colors.on_surface.default.hex}} dwm.selbordercolor : {{colors.primary.default.hex}} dwm.selbgcolor : {{colors.surface_container.default.hex}} dwm.selfgcolor : {{colors.primary.default.hex}} st.background: {{colors.surface.default.hex}} st.foreground: {{colors.on_surface.default.hex}} st.cursorColor: {{colors.primary.default.hex}} st.color0: \{{color0}} st.color8: \{{color8}} st.color1: \{{color1}} st.color9: \{{color9}} st.color2: \{{color2}} st.color10: \{{color10}} st.color3: \{{color3}} st.color11: \{{color11}} st.color4: \{{color4}} st.color12: \{{color12}} st.color5: \{{color5}} st.color13: \{{color13}} st.color6: \{{color6}} st.color14: \{{color14}} st.color7: \{{color7}} st.color15: \{{color15}} ''; }; }; }