I really like your icon theme Ameixa. I use it on Cyanogen Mod OS and handpick icons for launchers to maximally customize them.
Ideally, I would like to have a theme for which all background colors in the icons are set to the same color, preferably #363b40 (which is the background color of the system menu's) or another gray color from the material design palette.
I have heard other users that would like to have a minimal look and feel on their phone and they don't like all the brightly colored launcher either. Most of them use dark themes for the apps they use.
Looking at the repo, it is fairly easy to produce such an monochrone icon set for Ameixa. I have made a script that does the work for you no the SVG files. Please, see the http://pastebin.com/FxEyxxkE for a script called monochrome.sh
Would you please consider offering a branch or fork called Ameixa Monochrome via F-Droid?
I like a lot the monochrome version. Thanks for the script. Definitely I will create a monochrome fork.
Regarding how to distribute it, I have some doubts: I do not know if uploading a new version of the icon pack to F-droid would be annoying for some users... Possible solutions: upload the apks to the Gitlab repo, set up my own F-Droid repository (my time is limited, and do not have a server to do the job), or upload it to F-Droid directly... Maybe Onze and TwelF could be retired, as Ameixa can be installed in Cyanogenmod devices and no problems was reported in such systems...
Did you get it working? The stuff printed to command line is for development purposes only.
As there would be only one monochrome icon pack, and not a all pink, all blue et cetera, I think this can be offered to F-Droid as a separate app to install without users complaining. It would be an alternative to the standard. Calling it "Monochorome Ameixa" would make clear what it is. You could maintain it under a separate branch or fork, whatever seems practical for you. I am willing to maintain the script if you like.
With F-Droid, the users are not monitored at all, so we cannot contact them and ask them. I think putting it out there and watch the reaction and maybe the number of downloads, would indicate if it is highly wanted. From a design point of view, this might be worth some small articles in blogs on minimal design and user experience on Android.
The scritp works fine, just a question of time xD. I have created a new fork. https://gitlab.com/xphnx/ameixa-monochrome/. Feel free to push the merge requests you want.
An apk is provided too.
Maybe the grey background should be a little more light in order to match better with black wallpapers...
Hi!
I havent the time and motivation for keeping the Ameixa project up to date... I could add you as a developer inside this repo if you want to do it by yourself. Anyway you can fork it.
In other hand, the task of adding the app to F-droid is simple: just to add some lines into fdroiddata.
Feel free to ask me if you have any doub with updating the app of adding it to F-droid.
I won't be able to run it by myself. So if there are one or two other people are willing to contribute, then I am game. Perhaps you could do a build and post a request in the app for finding a new maintainer.
I will try to reactivate Ameixa and Ameixa-Monochrome. Soon on fdroid... Could you take a look to:
"I have noticed some tiny red edges for some icons. Need to investigate and send an updated version of the monochrome.sh script."?
I noticed there are some masks actually unused that could be used to create a monochrome version. Dont know if works in all launchers or only in CMTE. I have to investigate it.
<!-- Set deafult scale factor for the icons --><scalefactor="1"/><iconbackimg1="iconback"/><iconmaskimg1="iconmask"/><iconuponimg1="iconupon"/>
Ok ok. Colored is tagged v3.0.7 so F-droid must build a new release today-tomorrow. Monochrome is upgrade to 307 but I cannot make the script to work ... ;(. Some tasks needed to release: turn the svgs grey and raster the svgs to its pngs folders (now empty). Could you update the script and run it? Then I can raster the images and tag for releasing. I Will request the inclusion in Fdroid forum, in the meanwhile I will upload an apk.
As you will see in the generated icons, there are some error for about six icons. We can fix theese later too, they need fixing in the normal project. I could fix a log (convert stroke to path is your friend) but could not save the .svg file in the correct format. Any ideas?