Skip to content

Commit

Permalink
missed color in applets installer
Browse files Browse the repository at this point in the history
  • Loading branch information
kunesj committed Feb 6, 2019
1 parent 00a6f8b commit 4dd93c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 1-change-color.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ oldcolour4=9abe76
oldcolour5=9ab87d
oldcolour6=88a66a
oldcolour7=81a65b
# other colours that were missed
oldcolour8=8ba670


newcolour1=$personallightcolour
Expand All @@ -47,6 +49,7 @@ newcolour5=$personallightcolour
newcolour6=$personallightcolour
newcolour7=$personaldarkcolour

newcolour8=$personaldarkcolour

find $SRC_DIR -type f -exec sed -i 's/'$oldcolour1'/'$newcolour1'/g' {} \;
find $SRC_DIR -type f -exec sed -i 's/'$oldcolour2'/'$newcolour2'/g' {} \;
Expand All @@ -55,6 +58,7 @@ find $SRC_DIR -type f -exec sed -i 's/'$oldcolour4'/'$newcolour4'/g' {} \;
find $SRC_DIR -type f -exec sed -i 's/'$oldcolour5'/'$newcolour5'/g' {} \;
find $SRC_DIR -type f -exec sed -i 's/'$oldcolour6'/'$newcolour6'/g' {} \;
find $SRC_DIR -type f -exec sed -i 's/'$oldcolour7'/'$newcolour7'/g' {} \;
find $SRC_DIR -type f -exec sed -i 's/'$oldcolour8'/'$newcolour8'/g' {} \;


#Rubberband Solution for now
Expand Down

0 comments on commit 4dd93c4

Please sign in to comment.