-
-
Notifications
You must be signed in to change notification settings - Fork 390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for .iconpack files #1361
Comments
I don't think we're going to add support for other icon pack formats. It's a little bit unfortunate that the author of Authenticator Pro chose to NIH a new icon pack format, but it is what it is. |
is there a convert option or a tool. all of the aegis icon packs are monocrome (at least the ones i found) and that kinda sucks |
There's no "easy to use" or GUI based software if you're asking that. Only possible solution is using this Python script that Alex made for aegis-icons: https://github.com/aegis-icons/aegis-icons/blob/master/make-pack.py Commands documentated here: aegis-icons/aegis-icons#143 (and here) You need to put icons to "icons" folder when running the script on that same directory where "icons" folder is. I think it accepts any image file(s) on the folder, but not sure anymore. If you want logos as multicolor, I recommend icons being raster files (PNG, JPG etc), not SVG (reason at the bottom). TBH, I don't think this is worth the hassle if you're not making a icon pack project. Just do it manually. It takes less time to do it manually. Reason why icons are often monochrome for packs are because:
|
It would be nice if the iconpack files from AuthenticatorProIcons can be imported and use as icon source since they have huge collection of icons. The current collection of Ageis icon packs misses lots of icons and many are outdated.
The text was updated successfully, but these errors were encountered: