macos: add macos-icon-frame and some custom frame styles

This commit is contained in:
Mitchell Hashimoto
2024-12-21 19:48:13 -08:00
parent bcced34726
commit 1f468202d4
14 changed files with 116 additions and 15 deletions

View File

@@ -198,7 +198,15 @@ extension Ghostty {
/// macos-icon
enum MacOSIcon: String {
case official
case customColor = "custom-color"
case customStyle = "custom-style"
}
/// macos-icon-frame
enum MacOSIconFrame: String {
case aluminum
case beige
case plastic
case chrome
}
/// Enum for the macos-titlebar-proxy-icon config option