From 7f4bf3bbed5e4ce341f6372e2d22e7f3f731022d Mon Sep 17 00:00:00 2001 From: mahtab <80277348+iammahtabs@users.noreply.github.com> Date: Wed, 18 Feb 2026 09:58:16 +0530 Subject: [PATCH] pink-theme fix for install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5a70b67..caa9290 100644 --- a/install.sh +++ b/install.sh @@ -16,7 +16,7 @@ case "$answer" in echo "Dark-red theme copied" cp -Ri ./theme-light-blue "$PLANKDIR" && echo "Light-Blue theme copied" - cp -Ri ./theme-Pink "$PLANKDIR" + cp -Ri ./theme-pink "$PLANKDIR" echo "Pink theme copied" cp -Ri ./theme-mint "$PLANKDIR" echo "Mint theme copied"