user/eww-wayland: use accent colour
This commit is contained in:
parent
27f73340de
commit
606dba7e08
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ let
|
||||||
substituteInPlace $out/eww.scss \
|
substituteInPlace $out/eww.scss \
|
||||||
--replace-warn "EWW_BACKGROUND" "${config.catppuccin.hexcolors.surface1}" \
|
--replace-warn "EWW_BACKGROUND" "${config.catppuccin.hexcolors.surface1}" \
|
||||||
--replace-warn "EWW_TEXT" "${config.catppuccin.hexcolors.text}" \
|
--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 {
|
in {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue