-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Added rainbow colored icons #948
Conversation
Same preview now!
Note that it's about 1.4 MB extra on disk, if you're ok with that. If not we could always just have just the different .ico files, and/or vectorize them? |
fine by me, @cmderdev/trusted-contributors? |
Those look nice, I have no problem with this, it's @cmderdev/core 's baby. |
You might need to add the new files to packignore, as they'll be included when cmder is packaged. |
On the file size issue: the original .ico is 17.6 KB while the colored ones are all 147 KB. What program did you use to make it? |
That would be a question for @Bliker as he originally designed the logo, I can have a guess and say he probably saved it with a smaller colour depth i.e. 4bpp. |
@JoshuaKGoldberg are you looking at reducing the size of the .ico files? |
You can at least run the png's through an optimizer to get like 90% off each one. |
@MartiUK @Jackbennett I finally got around to compressing them. |
@JoshuaKGoldberg can you PR that into the development branch, please? |
Fixes #947