Skip to content

Commit

Permalink
Commit comment : on Sat Oct 8 13:36:34 CEST 2016
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdubois committed Oct 8, 2016
1 parent 77ee406 commit a5d9368
Show file tree
Hide file tree
Showing 1,244 changed files with 48,760 additions and 22 deletions.
10 changes: 2 additions & 8 deletions 1-change-color.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,8 @@ oldcolour3=779559
oldcolour4=9abe76
oldcolour5=9ab87d
oldcolour6=88a66a
#Rubberband
oldcolour7=76905b
#issue with the background colour when selecting elements
#not an issue in older version of Mint-Y
#oldcolour8="rgba(118, 144, 91, 0.2)"
oldcolour7=81a65b


newcolour1=$personallightcolour
newcolour2=$personaldarkcolour
Expand All @@ -76,8 +73,6 @@ newcolour4=$personallightcolour
newcolour5=$personallightcolour
newcolour6=$personallightcolour
newcolour7=$personaldarkcolour
#newcolour8="rgba(253, 66, 77, 0.2)"



find src -name "*.*" -type f -exec sed -i 's/'$oldcolour1'/'$newcolour1'/g' {} \;
Expand All @@ -87,7 +82,6 @@ find src -name "*.*" -type f -exec sed -i 's/'$oldcolour4'/'$newcolour4'/g' {}
find src -name "*.*" -type f -exec sed -i 's/'$oldcolour5'/'$newcolour5'/g' {} \;
find src -name "*.*" -type f -exec sed -i 's/'$oldcolour6'/'$newcolour6'/g' {} \;
find src -name "*.*" -type f -exec sed -i 's/'$oldcolour7'/'$newcolour7'/g' {} \;
#find src -name "*.*" -type f -exec sed -i 's/'$oldcolour8'/'$newcolour8'/g' {} \;

echo "All css files but also svg files will be affected"
echo "PNG'S will not be altered with this script"
Expand Down
Loading

0 comments on commit a5d9368

Please sign in to comment.