The guide will use the colour #4080ff as an example
-
install git bash
-
install inkscape
-
install android studio
-
create a folder called "Arcticons_4080ff"
-
git bash inside the folder
-
git init -
git remote add upstream https://github.com/Arcticons-Team/Arcticons/ -
git pull upstream mainWait for it to finish...
-
create a github account
-
create a new github repository "Arcticons-4080ff"
-
in git bash, run
git remote add origin <url of your repo> -
git push origin main
Now we're all set to make our own changes and
-
Open other/rasterwhite.sh
-
Replace the #fff in $replace strings with #4080ff
-
Open other/raster.sh
-
comment out the
sh rasterlight.shline to# sh rasterlight.sh -
commit changes using
git commit -am "<message describing commit>" -
push changes to github using
git push origin main
-
cut all icons from /icons/white and paste to /other
-
open git bash in /other
-
run raster.sh
It will run for a couple of hours [Have patience]
- commit changes and push to github
-
open folder in studio64 (Android studio)
-
sync gradle
-
click the build drop down menu on top bar
-
build apk
-
open the release page of your git repository
-
create a release and attach the apk with the release