New Ghostty icon
❤️👻 This is the icon that we'll launch Ghostty 1.0 with. It was designed by Michael Flareup at PixelResort. It retains the style of the original Ghostty icon by Alasdair Monk, but brings in the new Ghost character and adds details that make it more Apple-like. The new Ghost character is an important evolution from the original since it separates us from looking too much like PacMan. The new Ghost is more unique and recognizable to Ghostty (or, hopefully will be!). The icon itself has more details: the aluminum around the edge has texture for the large enough sizes, there are visible scanlines, the glow of a screen emanates from the ghost. The icon itself is stylistic more Apple-like than other platforms. I think Apple icons tend to look very good in more environments than the reverse and I'm a big fan of the Apple aesthetic so I wanted to bring that to Ghostty for all platforms.
@ -1,7 +1,7 @@
|
|||||||
<!-- LOGO -->
|
<!-- LOGO -->
|
||||||
<h1>
|
<h1>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://user-images.githubusercontent.com/1299/199110421-9ff5fc30-a244-441e-9882-26070662adf9.png" alt="Logo" width="100">
|
<img src="https://github.com/user-attachments/assets/fe853809-ba8b-400b-83ab-a9a0da25be8a" alt="Logo" width="128">
|
||||||
<br>Ghostty
|
<br>Ghostty
|
||||||
</h1>
|
</h1>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
18
build.zig
@ -578,15 +578,15 @@ pub fn build(b: *std.Build) !void {
|
|||||||
|
|
||||||
// Various icons that our application can use, including the icon
|
// Various icons that our application can use, including the icon
|
||||||
// that will be used for the desktop.
|
// that will be used for the desktop.
|
||||||
b.installFile("images/icons/icon_16x16.png", "share/icons/hicolor/16x16/apps/com.mitchellh.ghostty.png");
|
b.installFile("images/icons/icon_16.png", "share/icons/hicolor/16x16/apps/com.mitchellh.ghostty.png");
|
||||||
b.installFile("images/icons/icon_32x32.png", "share/icons/hicolor/32x32/apps/com.mitchellh.ghostty.png");
|
b.installFile("images/icons/icon_32.png", "share/icons/hicolor/32x32/apps/com.mitchellh.ghostty.png");
|
||||||
b.installFile("images/icons/icon_128x128.png", "share/icons/hicolor/128x128/apps/com.mitchellh.ghostty.png");
|
b.installFile("images/icons/icon_128.png", "share/icons/hicolor/128x128/apps/com.mitchellh.ghostty.png");
|
||||||
b.installFile("images/icons/icon_256x256.png", "share/icons/hicolor/256x256/apps/com.mitchellh.ghostty.png");
|
b.installFile("images/icons/icon_256.png", "share/icons/hicolor/256x256/apps/com.mitchellh.ghostty.png");
|
||||||
b.installFile("images/icons/icon_512x512.png", "share/icons/hicolor/512x512/apps/com.mitchellh.ghostty.png");
|
b.installFile("images/icons/icon_512.png", "share/icons/hicolor/512x512/apps/com.mitchellh.ghostty.png");
|
||||||
b.installFile("images/icons/icon_16x16@2x@2x.png", "share/icons/hicolor/16x16@2/apps/com.mitchellh.ghostty.png");
|
b.installFile("images/icons/icon_16@2x.png", "share/icons/hicolor/16x16@2/apps/com.mitchellh.ghostty.png");
|
||||||
b.installFile("images/icons/icon_32x32@2x@2x.png", "share/icons/hicolor/32x32@2/apps/com.mitchellh.ghostty.png");
|
b.installFile("images/icons/icon_32@2x.png", "share/icons/hicolor/32x32@2/apps/com.mitchellh.ghostty.png");
|
||||||
b.installFile("images/icons/icon_128x128@2x@2x.png", "share/icons/hicolor/128x128@2/apps/com.mitchellh.ghostty.png");
|
b.installFile("images/icons/icon_128@2x.png", "share/icons/hicolor/128x128@2/apps/com.mitchellh.ghostty.png");
|
||||||
b.installFile("images/icons/icon_256x256@2x@2x.png", "share/icons/hicolor/256x256@2/apps/com.mitchellh.ghostty.png");
|
b.installFile("images/icons/icon_256@2x.png", "share/icons/hicolor/256x256@2/apps/com.mitchellh.ghostty.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
// libghostty (non-Darwin)
|
// libghostty (non-Darwin)
|
||||||
|
BIN
dist/macos/Ghostty.icns
vendored
Executable file → Normal file
BIN
dist/windows/ghostty.ico
vendored
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 84 KiB |
BIN
images/icons/icon_1024.png
Normal file
After Width: | Height: | Size: 454 KiB |
BIN
images/icons/icon_128.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
images/icons/icon_128@2x.png
Normal file
After Width: | Height: | Size: 67 KiB |
Before Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 18 KiB |
BIN
images/icons/icon_16.png
Normal file
After Width: | Height: | Size: 666 B |
BIN
images/icons/icon_16@2x.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 649 B |
Before Width: | Height: | Size: 1.5 KiB |
BIN
images/icons/icon_256.png
Normal file
After Width: | Height: | Size: 67 KiB |
BIN
images/icons/icon_256@2x.png
Normal file
After Width: | Height: | Size: 216 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 40 KiB |
BIN
images/icons/icon_32.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
images/icons/icon_32@2x.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 3.0 KiB |
BIN
images/icons/icon_512.png
Normal file
After Width: | Height: | Size: 216 KiB |
Before Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 93 KiB |
@ -1,67 +1,67 @@
|
|||||||
{
|
{
|
||||||
"images" : [
|
"images" : [
|
||||||
{
|
{
|
||||||
"filename" : "icon_512x512@2x@2x 1.png",
|
"filename" : "macOS-AppIcon-1024px.png",
|
||||||
"idiom" : "universal",
|
"idiom" : "universal",
|
||||||
"platform" : "ios",
|
"platform" : "ios",
|
||||||
"size" : "1024x1024"
|
"size" : "1024x1024"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename" : "icon_16x16.png",
|
"filename" : "macOS-AppIcon-16px-16pt@1x.png",
|
||||||
"idiom" : "mac",
|
"idiom" : "mac",
|
||||||
"scale" : "1x",
|
"scale" : "1x",
|
||||||
"size" : "16x16"
|
"size" : "16x16"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename" : "icon_16x16@2x@2x.png",
|
"filename" : "macOS-AppIcon-32px-16pt@2x.png",
|
||||||
"idiom" : "mac",
|
"idiom" : "mac",
|
||||||
"scale" : "2x",
|
"scale" : "2x",
|
||||||
"size" : "16x16"
|
"size" : "16x16"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename" : "icon_32x32.png",
|
"filename" : "macOS-AppIcon-32px-32pt@1x.png",
|
||||||
"idiom" : "mac",
|
"idiom" : "mac",
|
||||||
"scale" : "1x",
|
"scale" : "1x",
|
||||||
"size" : "32x32"
|
"size" : "32x32"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename" : "icon_32x32@2x@2x.png",
|
"filename" : "macOS-AppIcon-64px-32pt@2x.png",
|
||||||
"idiom" : "mac",
|
"idiom" : "mac",
|
||||||
"scale" : "2x",
|
"scale" : "2x",
|
||||||
"size" : "32x32"
|
"size" : "32x32"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename" : "icon_128x128.png",
|
"filename" : "macOS-AppIcon-128px-128pt@1x.png",
|
||||||
"idiom" : "mac",
|
"idiom" : "mac",
|
||||||
"scale" : "1x",
|
"scale" : "1x",
|
||||||
"size" : "128x128"
|
"size" : "128x128"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename" : "icon_128x128@2x@2x.png",
|
"filename" : "macOS-AppIcon-256px-128pt@2x.png",
|
||||||
"idiom" : "mac",
|
"idiom" : "mac",
|
||||||
"scale" : "2x",
|
"scale" : "2x",
|
||||||
"size" : "128x128"
|
"size" : "128x128"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename" : "icon_256x256.png",
|
"filename" : "macOS-AppIcon-256px-128pt@2x 1.png",
|
||||||
"idiom" : "mac",
|
"idiom" : "mac",
|
||||||
"scale" : "1x",
|
"scale" : "1x",
|
||||||
"size" : "256x256"
|
"size" : "256x256"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename" : "icon_256x256@2x@2x.png",
|
"filename" : "macOS-AppIcon-512px-256pt@2x.png",
|
||||||
"idiom" : "mac",
|
"idiom" : "mac",
|
||||||
"scale" : "2x",
|
"scale" : "2x",
|
||||||
"size" : "256x256"
|
"size" : "256x256"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename" : "icon_512x512.png",
|
"filename" : "macOS-AppIcon-512px.png",
|
||||||
"idiom" : "mac",
|
"idiom" : "mac",
|
||||||
"scale" : "1x",
|
"scale" : "1x",
|
||||||
"size" : "512x512"
|
"size" : "512x512"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename" : "icon_512x512@2x@2x.png",
|
"filename" : "macOS-AppIcon-1024px 1.png",
|
||||||
"idiom" : "mac",
|
"idiom" : "mac",
|
||||||
"scale" : "2x",
|
"scale" : "2x",
|
||||||
"size" : "512x512"
|
"size" : "512x512"
|
||||||
|
Before Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 582 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 93 KiB |
Before Width: | Height: | Size: 93 KiB |
After Width: | Height: | Size: 454 KiB |
After Width: | Height: | Size: 454 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 666 B |
After Width: | Height: | Size: 67 KiB |
After Width: | Height: | Size: 67 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 216 KiB |
BIN
macos/Assets.xcassets/AppIcon.appiconset/macOS-AppIcon-512px.png
Normal file
After Width: | Height: | Size: 216 KiB |
After Width: | Height: | Size: 4.4 KiB |
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"images" : [
|
"images" : [
|
||||||
{
|
{
|
||||||
"filename" : "icon_128x128.png",
|
"filename" : "macOS-AppIcon-256px-128pt@2x.png",
|
||||||
"idiom" : "universal",
|
"idiom" : "universal",
|
||||||
"scale" : "1x"
|
"scale" : "1x"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename" : "icon_128x128@2x@2x.png",
|
"filename" : "macOS-AppIcon-512px.png",
|
||||||
"idiom" : "universal",
|
"idiom" : "universal",
|
||||||
"scale" : "2x"
|
"scale" : "2x"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename" : "icon_256x256@2x@2x.png",
|
"filename" : "macOS-AppIcon-1024px.png",
|
||||||
"idiom" : "universal",
|
"idiom" : "universal",
|
||||||
"scale" : "3x"
|
"scale" : "3x"
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 40 KiB |
BIN
macos/Assets.xcassets/AppIconImage.imageset/macOS-AppIcon-1024px.png
vendored
Normal file
After Width: | Height: | Size: 454 KiB |
BIN
macos/Assets.xcassets/AppIconImage.imageset/macOS-AppIcon-256px-128pt@2x.png
vendored
Normal file
After Width: | Height: | Size: 67 KiB |
BIN
macos/Assets.xcassets/AppIconImage.imageset/macOS-AppIcon-512px.png
vendored
Normal file
After Width: | Height: | Size: 216 KiB |
@ -13,39 +13,39 @@ const icons = [_]struct {
|
|||||||
}{
|
}{
|
||||||
.{
|
.{
|
||||||
.alias = "16x16",
|
.alias = "16x16",
|
||||||
.source = "16x16",
|
.source = "16",
|
||||||
},
|
},
|
||||||
.{
|
.{
|
||||||
.alias = "16x16@2",
|
.alias = "16x16@2",
|
||||||
.source = "16x16@2x@2x",
|
.source = "16@2x",
|
||||||
},
|
},
|
||||||
.{
|
.{
|
||||||
.alias = "32x32",
|
.alias = "32x32",
|
||||||
.source = "32x32",
|
.source = "32",
|
||||||
},
|
},
|
||||||
.{
|
.{
|
||||||
.alias = "32x32@2",
|
.alias = "32x32@2",
|
||||||
.source = "32x32@2x@2x",
|
.source = "32@2x",
|
||||||
},
|
},
|
||||||
.{
|
.{
|
||||||
.alias = "128x128",
|
.alias = "128x128",
|
||||||
.source = "128x128",
|
.source = "128",
|
||||||
},
|
},
|
||||||
.{
|
.{
|
||||||
.alias = "128x128@2",
|
.alias = "128x128@2",
|
||||||
.source = "128x128@2x@2x",
|
.source = "128@2x",
|
||||||
},
|
},
|
||||||
.{
|
.{
|
||||||
.alias = "256x256",
|
.alias = "256x256",
|
||||||
.source = "256x256",
|
.source = "256",
|
||||||
},
|
},
|
||||||
.{
|
.{
|
||||||
.alias = "256x256@2",
|
.alias = "256x256@2",
|
||||||
.source = "256x256@2x@2x",
|
.source = "256@2x",
|
||||||
},
|
},
|
||||||
.{
|
.{
|
||||||
.alias = "512x512",
|
.alias = "512x512",
|
||||||
.source = "512x512",
|
.source = "512",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|