user/eww-wayland: use surface1 for background
This commit is contained in:
parent
70caf4cd4b
commit
43573ebf99
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ let
|
|||
installPhase = ''
|
||||
cp -r ${../../res/eww-wayland} $out
|
||||
substituteInPlace $out/eww.scss \
|
||||
--replace-warn "EWW_BACKGROUND" "${config.catppuccin.hexcolors.surface0}" \
|
||||
--replace-warn "EWW_BACKGROUND" "${config.catppuccin.hexcolors.surface1}" \
|
||||
--replace-warn "EWW_TEXT" "${config.catppuccin.hexcolors.text}" \
|
||||
--replace-warn "EWW_ACCENT" "${config.catppuccin.hexcolors.pink}"
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue