diff --git a/1-change-color.sh b/1-change-color.sh index 16da858..bff0e46 100755 --- a/1-change-color.sh +++ b/1-change-color.sh @@ -29,7 +29,7 @@ # THESE CODES MUST BE CHANGED # THESE CODES MUST BE CHANGED # THESE CODES MUST BE CHANGED -# This is crimson red. #fd424d + #original light version is #9ab87c personallightcolour=fd424d @@ -124,4 +124,4 @@ find src -type f -exec sed -i "s/$oldcolour1/$newcolour1/g" {} \; echo "All css files but also svg files will be affected" echo "PNG'S will not be altered with this script" echo -echo "Next up delete all assets i.e. png's with script number 2" \ No newline at end of file +echo "Next up delete all assets i.e. png's with script number 2"