macos: add a variety of artist-drawn alternate icons

This is just a fun change to add a bunch of alternate icons. We don't
want to add too many since this increases the final bundle size but we
also want to have some fun. :)
This commit is contained in:
Mitchell Hashimoto
2025-02-11 14:06:03 -08:00
parent 4aa452a2c7
commit 58ab66f094
20 changed files with 145 additions and 0 deletions

View File

@@ -198,6 +198,14 @@ extension Ghostty {
/// macos-icon
enum MacOSIcon: String {
case official
case blueprint
case chalkboard
case glass
case holographic
case microchip
case paper
case retro
case xray
case customStyle = "custom-style"
}