Skip to content

Commit cfc7472

Browse files
authored
feat: new skeuomorphic tabbed-terminal app icon (#47)
* feat: new skeuomorphic tabbed-terminal app icon Replace the cmux chevron mark with a Programa-branded icon: a dark terminal window with a tab strip (traffic lights + active/inactive tabs) and a glowing blue->purple prompt chevron and cursor. Authored as a full-bleed 1024 layer in the Tahoe AppIcon.icon (Icon Composer applies the platform shape, glass and shadow), and regenerated the AppIcon-Debug.appiconset PNGs to match. * fix: point AppIcon.icon at programa-terminal + refresh debug appiconset Completes the icon swap: update icon.json to reference programa-terminal.png (the prior commit removed the old chevron asset) and regenerate the AppIcon-Debug.appiconset PNGs to the new design.
1 parent 07dd992 commit cfc7472

13 files changed

Lines changed: 6 additions & 6 deletions

File tree

-486 KB
Binary file not shown.
32.3 KB
Loading

AppIcon.icon/icon.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"layers" : [
66
{
77
"glass" : false,
8-
"image-name" : "cmux-icon-chevron 2.png",
9-
"name" : "cmux-icon-chevron 2",
8+
"image-name" : "programa-terminal.png",
9+
"name" : "programa-terminal",
1010
"position" : {
1111
"scale" : 1,
1212
"translation-in-points" : [
13-
37.357790031201375,
14-
-0.5
13+
0,
14+
0
1515
]
1616
}
1717
}
@@ -21,8 +21,8 @@
2121
"opacity" : 0.5
2222
},
2323
"translucency" : {
24-
"enabled" : true,
25-
"value" : 0.5
24+
"enabled" : false,
25+
"value" : 0
2626
}
2727
}
2828
],
-3.36 KB
Loading
-17.6 KB
Loading
254 Bytes
Loading
129 Bytes
Loading
-17.6 KB
Loading
-95.2 KB
Loading
129 Bytes
Loading

0 commit comments

Comments
 (0)