[Feature] Apple Liquid Glass macOS 26/iOS 26 Icon #2203

Closed
opened 2026-02-28 20:06:26 -06:00 by GiteaMirror · 12 comments
Owner

Originally created by @LeSpaceCowboy on GitHub (Jun 14, 2025).

Originally assigned to: @MikesGlitch on GitHub.

Verified feature request does not already exist?

  • I have searched and found no existing issue

💻

  • Would you like to implement this feature?

Pitch: what problem are you trying to solve?

macOS 26 beta changes the icon of the actual app to a gray box with the actual icon in a circle inside. Creating an icon for macOS 26 is a good solution.

Describe your ideal solution to this problem

Using Icon Composer to create a new icon for macOS26. Attached is a preliminary one. The background was color sampled from the discord icon, and the stylized "A" was pulled from the same discord logo with the background removed and layered on top at a 1:1 scale.

Image

Teaching and learning

No response

Originally created by @LeSpaceCowboy on GitHub (Jun 14, 2025). Originally assigned to: @MikesGlitch on GitHub. ### Verified feature request does not already exist? - [x] I have searched and found no existing issue ### 💻 - [ ] Would you like to implement this feature? ### Pitch: what problem are you trying to solve? macOS 26 beta changes the icon of the actual app to a gray box with the actual icon in a circle inside. Creating an icon for macOS 26 is a good solution. ### Describe your ideal solution to this problem Using Icon Composer to create a new icon for macOS26. Attached is a preliminary one. The background was color sampled from the discord icon, and the stylized "A" was pulled from the same discord logo with the background removed and layered on top at a 1:1 scale. ![Image](https://github.com/user-attachments/assets/3315906a-ab19-42aa-bcc2-1e5cfbe3d32a) ### Teaching and learning _No response_
GiteaMirror added the approvedfeature labels 2026-02-28 20:06:26 -06:00
Author
Owner

@github-actions[bot] commented on GitHub (Jun 14, 2025):

Thanks for sharing your idea!

This repository uses lodash style issue management for enhancements. That means enhancement issues are automatically closed. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution).

The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+

Don’t forget to upvote the top comment with 👍!

@github-actions[bot] commented on GitHub (Jun 14, 2025): :sparkles: Thanks for sharing your idea! :sparkles: This repository uses lodash style issue management for enhancements. That means enhancement issues are automatically closed. This doesn’t mean we don’t accept feature requests, though! We will consider implementing ones that receive many upvotes, and we welcome contributions for any feature requests marked as needing votes (just post a comment first so we can help you make a successful contribution). The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+ Don’t forget to upvote the top comment with 👍! <!-- feature-auto-close-comment -->
Author
Owner

@MikesGlitch commented on GitHub (Jun 18, 2025):

Hey, can I get you to try out this build and let me know how it looks next to your other icons?

https://github.com/actualbudget/actual/actions/runs/15743048891/artifacts/3358158296

Our bundler only supports one format for icons, so I'm not 100% certain what I've got here will work properly across all MacOS versions. Any feedback is appreciated.

@MikesGlitch commented on GitHub (Jun 18, 2025): Hey, can I get you to try out this build and let me know how it looks next to your other icons? https://github.com/actualbudget/actual/actions/runs/15743048891/artifacts/3358158296 Our bundler only supports one format for icons, so I'm not 100% certain what I've got here will work properly across all MacOS versions. Any feedback is appreciated.
Author
Owner

@LeSpaceCowboy commented on GitHub (Jun 19, 2025):

The arm64 image gives an error of "this item is damaged and could not be opened" The x64 image took quite a bit of time to load but does work and the icon works.

@LeSpaceCowboy commented on GitHub (Jun 19, 2025): The arm64 image gives an error of "this item is damaged and could not be opened" The x64 image took quite a bit of time to load but does work and the icon works.
Author
Owner

@MikesGlitch commented on GitHub (Jun 19, 2025):

The arm64 image gives an error of "this item is damaged and could not be opened" The x64 image took quite a bit of time to load but does work and the icon works.

That'll be gatekeeper telling you it's damaged because it isn't signed. If you right click the app and click open it should bypass gatekeeper and open properly.

I'm not really sure if we should push this fix. My concern is the icon looks really big on the current mac version and we're not really doing it properly here due to the way we bundle using Electron.

I might park it for a bit, and see if the electron builder/forge adds support for the new icons

@MikesGlitch commented on GitHub (Jun 19, 2025): > The arm64 image gives an error of "this item is damaged and could not be opened" The x64 image took quite a bit of time to load but does work and the icon works. That'll be gatekeeper telling you it's damaged because it isn't signed. If you right click the app and click open it should bypass gatekeeper and open properly. I'm not really sure if we should push this fix. My concern is the icon looks really big on the current mac version and we're not really doing it properly here due to the way we bundle using Electron. I might park it for a bit, and see if the electron builder/forge adds support for the new icons
Author
Owner

@MikesGlitch commented on GitHub (Jul 16, 2025):

For future me/some other masochist: https://jimeh.io/how-to-add-apples-new-liquid-glass-icons-to-applications-67e0ff054de9

That doc might be helpful in building a icns file with liquid glass icons in it as well as the normal ones. It appears like you can have both in the icns file but it requires xcode.

@MikesGlitch commented on GitHub (Jul 16, 2025): For future me/some other masochist: https://jimeh.io/how-to-add-apples-new-liquid-glass-icons-to-applications-67e0ff054de9 That doc might be helpful in building a icns file with liquid glass icons in it as well as the normal ones. It appears like you can have both in the icns file but it requires xcode.
Author
Owner

@MikesGlitch commented on GitHub (Sep 19, 2025):

Progress on this: https://github.com/electron-userland/electron-builder/issues/9254

@MikesGlitch commented on GitHub (Sep 19, 2025): Progress on this: https://github.com/electron-userland/electron-builder/issues/9254
Author
Owner

@MikesGlitch commented on GitHub (Sep 26, 2025):

icon file (if electron builder PR gets approved we can use this): icon.icon.zip

icns file: icons-mac.zip

Managed to put together these icons via iconcomposer by importing into a dummy project in xcode then building the project. The icons were taken from the build folder.

@MikesGlitch commented on GitHub (Sep 26, 2025): icon file (if electron builder PR gets approved we can use this): [icon.icon.zip](https://github.com/user-attachments/files/22562935/icon.icon.zip) icns file: [icons-mac.zip](https://github.com/user-attachments/files/22562724/icons-mac.zip) Managed to put together these icons via iconcomposer by importing into a dummy project in xcode then building the project. The icons were taken from the build folder.
Author
Owner

@karanj commented on GitHub (Nov 16, 2025):

Suggest move this to Closed column/status

@karanj commented on GitHub (Nov 16, 2025): Suggest move this to Closed column/status
Author
Owner

@MikesGlitch commented on GitHub (Nov 16, 2025):

I updated the icon but we're still not technically on liquid glass, so this isn't really closed.

Would be interested to know if the people using the app genuinely want the liquid glass icon or if what's there now is preferable.

@MikesGlitch commented on GitHub (Nov 16, 2025): I updated the icon but we're still not technically on liquid glass, so this isn't really closed. Would be interested to know if the people using the app genuinely want the liquid glass icon or if what's there now is preferable.
Author
Owner

@karanj commented on GitHub (Nov 17, 2025):

Oh, I saw the new icon in the November release and assumed it was the updated one.

I think definitely should keep up with the platform where you can. Tahoe has some pretty ugly icons but things aren't going backwards across the industry, everything's going in the squircle. Own it and get ahead of it.

@karanj commented on GitHub (Nov 17, 2025): Oh, I saw the new icon in the November release and assumed it was the updated one. I think definitely should keep up with the platform where you can. Tahoe has some pretty ugly icons but things aren't going backwards across the industry, everything's going in the squircle. Own it and get ahead of it.
Author
Owner

@Ctrl-Alb commented on GitHub (Dec 4, 2025):

Thank you for the work you're doing with the Liquid Glass icon!

Would be interested to know if the people using the app genuinely want the liquid glass icon or if what's there now is preferable.

In my opinion, it would be great to have full support for Liquid Glass because, as far as I understand, it would also mean support for the different icon styles (default, clear, dark and tinted).
Also, would Liquid Glass support come to the iOS and macOS web-app icons, too?

@Ctrl-Alb commented on GitHub (Dec 4, 2025): Thank you for the work you're doing with the Liquid Glass icon! > Would be interested to know if the people using the app genuinely want the liquid glass icon or if what's there now is preferable. In my opinion, it would be great to have full support for Liquid Glass because, as far as I understand, it would also mean support for the different icon styles (default, clear, dark and tinted). Also, would Liquid Glass support come to the iOS and macOS web-app icons, too?
Author
Owner

@LeSpaceCowboy commented on GitHub (Dec 28, 2025):

Coming back to this, here's the legacy (pre-tahoe) version of the icon to allow for a simple replacement. I think proper Liquid Glass implementation would be ideal, but until then I think this is a good option:

Image
@LeSpaceCowboy commented on GitHub (Dec 28, 2025): Coming back to this, here's the legacy (pre-tahoe) version of the icon to allow for a simple replacement. I think proper Liquid Glass implementation would be ideal, but until then I think this is a good option: <img width="1024" height="1024" alt="Image" src="https://github.com/user-attachments/assets/7f4b7bc7-ba9a-4c70-8aa3-c31ad4d7f435" />
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#2203