-
-
Notifications
You must be signed in to change notification settings - Fork 640
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
feat: generate icons as 16×16 #2837
base: main
Are you sure you want to change the base?
The head ref may contain hidden characters: "16\u00D716-generated"
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not super happy with the fact that the file icon is not aligned in the middle. Typically - if possible - we try to have one pixel above and one below and try to center the rest of the icon in the remaining 14 pixels. Additionally, the edge on the top right looks a little too thick. Do you think we can improve this a little bit? I'm also open for a new file design, but it should look good and not just fulfill some pixel perfext guidelines. Fulfilling both requirements would of course be perfect.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh? I was under the assumption that being pixel-perfect @ 16×16 was a new soft-requirement. That'll make this a loooot easier if there's some wiggle-room
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could make out some differences between the normal folder icon and some specific folder icons (in this case the folder-dist icon). Then I put both of them together and found out that there's a different design. I'd highly appreciate if we could use the same folder shape for the default and the specific folder icons:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with them being synced, but I'm not certain if that uniformity is actually enforced atm. It'd be nice if there was some way to explicitly sync these icons, but that might be outside the scope of this PR. I'll still look into it later today
Description
Converts all generated icons to a 16×16 format with pixel-perfect points, matching the updated contribution guidelines.
Contribution Guidelines