raspberrypi / rpi-imager

The home of Raspberry Pi Imager, a user-friendly tool for creating bootable media for Raspberry Pi devices.
https://www.raspberrypi.com/software
Other
1.68k stars 256 forks source link

Update macOS Icon to Big Sur Style #397

Closed Logicer16 closed 10 months ago

Logicer16 commented 2 years ago

Since the release of macOS Big Sur back in 2020, Apple has redesigned many of their app's icons to use a rounded square design, and many third-party apps have followed suit.

The Raspberry Pi Imager currently looks out of place amongst other apps that have already adopted this style.

Apple has provided resources for this new style in their Human Interface Guidelines

elsiehupp commented 1 year ago

I have made Big-Sur-style icons for other projects, and most recently I merged this template over at the Nextcloud Desktop repository:

Nextcloud-macOS-icon.svg

Nextcloud-macOS-icon.svg

This is a 100% vector Big-Sur-style icon, layer effects and all, and the above link should go to the code view, not the image preview.

(The annotation formatting apparently broke the build process in way that wasn't caught by the continuous integration, though...)

Anyway as you can see in the code annotation, I (as the author of the SVG document) released the template under a CC0 Public Domain Dedication, so hopefully this can be some help in creating a Big-Sur-style version of the RPI Imager icon!

(I should also note that the template is versatile enough that it should be useful for icon shapes other than the Apple "Squircle"—the annotations explain which SVG element to replace for a different shape.)

Logicer16 commented 10 months ago

Fixed in #695