user/eww-wayland: use accent colour

This commit is contained in:
LavaDesu 2025-03-17 00:10:45 +11:00
parent 27f73340de
commit 606dba7e08
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -9,7 +9,7 @@ let
substituteInPlace $out/eww.scss \
--replace-warn "EWW_BACKGROUND" "${config.catppuccin.hexcolors.surface1}" \
--replace-warn "EWW_TEXT" "${config.catppuccin.hexcolors.text}" \
--replace-warn "EWW_ACCENT" "${config.catppuccin.hexcolors.pink}"
--replace-warn "EWW_ACCENT" "${config.catppuccin.hexcolors.${config.catppuccin.accent}}"
'';
};
in {