diff --git a/modules/user/eww-wayland.nix b/modules/user/eww-wayland.nix index 245fe55..47cddb6 100644 --- a/modules/user/eww-wayland.nix +++ b/modules/user/eww-wayland.nix @@ -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}" '';