Skip to content

Commit

Permalink
update: icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
kairi003 committed Feb 14, 2024
1 parent 2b3edd0 commit 3b243e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches/rename.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ sed -i -e s/なろうリーダ/なろうリーダ[MOD]/ res/values/strings.xml
mv smali_classes2/com/tscsoft/naroureader smali_classes2/com/tscsoft/naroureader_mod

# change icon
find . -type f -name ic_launcher.png -exec mogrify -modulate 100,90,170 {} +
sed -i -e '/name="ic_launcher_background"/s/ffe97a06/ff11db8d/' res/values/colors.xml
find . -type f -name ic_launcher.png -exec mogrify -modulate 100,50,170 {} +
sed -i -e '/name="ic_launcher_background"/s/ffe97a06/ff3eae83/' res/values/colors.xml

0 comments on commit 3b243e3

Please sign in to comment.