Skip to content
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

Update main app icon to the Big Sur style. #2544

Merged
merged 1 commit into from Dec 3, 2020

Conversation

lgarron
Copy link
Contributor

@lgarron lgarron commented Nov 30, 2020

This is based on the template from https://developer.apple.com/design/resources/ .

The @1x and @2x resolutions could really be in the same file, but to
avoid any breakage from the project configuration, the resolutions are
broken across the two existing files.

Closes #2542.

@lgarron
Copy link
Contributor Author

lgarron commented Nov 30, 2020

Here's how all the resolutions look:

icon_16x16
icon_32x32
icon_32x32@2x
icon_128x128
icon_256x256
icon_512x512
icon_512x512@2x

If there is a @2x resolution with the same image pixel width as another @1x resolution, they share the same icon. This works well in practice.

Here's the icon in context in macOS 11.0 Big Sur:
Screen Shot 2020-11-29 at 19 44 56

Note that the background gradient of the rounded square is more subtle than the first draft in #2542. I've updated the gradient to closely match the Safari icon.

@lgarron
Copy link
Contributor Author

lgarron commented Nov 30, 2020

Ideally these two resources should be one icon, but I can't quite reverse-engineer 64767ed to figure out how to collapse them again.

This is based on the template from https://developer.apple.com/design/resources/ .

The @1x and @2x resolutions could really be in the same file, but to
avoid any breakage from the project configuration, the resolutions are
broken across the two existing files.

Closes quicksilver#2542.
@skurfer
Copy link
Member

skurfer commented Dec 3, 2020

It looks great. Thanks!

@skurfer skurfer merged commit f5f5b06 into quicksilver:master Dec 3, 2020
skurfer added a commit that referenced this pull request Dec 3, 2020
@lgarron lgarron deleted the big-sur-icns branch December 3, 2020 01:36
lgarron added a commit to lgarron/Quicksilver that referenced this pull request Mar 26, 2022
This is an adaptation of the design from quicksilver#2595 with some of the tweaks from quicksilver#2544 to make the icon look sharper at small resolutions. In particular, the 16x16 icon contains a lot of manual adjustments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Big Sur Icon
2 participants