Skip to content

Custom macOS 11 Big Sur icons designed by MisutaaAsriel

License

Notifications You must be signed in to change notification settings

MisutaaAsriel/Azis-bigSurIcons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Urufu's Big Sur Icons

AirdropTwitterDiscordTelegramParallelsWindows VM
Custom macOS 11 Big Sur icon collection for the following applications:

  • Twitter
  • Parallels
  • Discord
  • Telegram
  • Windows (Any VM)
  • AirDrop (Finder)

Icons

Contains the relevant premade Apple ICNS icon files, ready for download. [ Preview↗︎ ]

Iconsets

Contains the deconstructed ICNS files, as Apple iconset folders, ready for build, or modification.

To Build

Using the Apple iconutil(1) terminal application, build the desired icon(s) with the following syntax:

iconutil -c ICNS -o [path to output]/[filename].icns [path to iconset]/[iconset] 

Example:

iconutil -c ICNS -o ~/Pictures/Twitter-1016.icns ~/Downloads/Urufus-bigSurIcons/Iconsets/Twitter-1016.iconset

To Modify

  1. Open the desired iconset you wish to modify
  2. Remove all files, except icon_512x512.png
  3. Open icon_512x512.png in your desired photo editor, and apply the relevant changes
  4. Export downscaled versions of this file using the following syntax:
    icon_[width]x[height].png^
  5. Duplicate all files within the directory
  6. Rename all duplicates using the following syntax:
    icon_[width/2]x[height/2]@2.png^
  7. Follow instructions under header To Build.

Naming Convention Cheat Sheet^

Standard Sizes

512x512  ->  icon_512x512.png
256x256  ->  icon_256x256.png
128x128  ->  icon_128x128.png
64x64      ->  icon_64x64.png
32x32      ->  icon_32x32.png

Duplicated Sizes

512x512  ->  icon_256x256@2.png
256x256  ->  icon_128x128@2.png
128x128  ->  icon_64x64@2.png
64x64      ->  icon_32x32@2.png
32x32      ->  icon_16x16@2.png