Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down