Skip to content

Commit 2b631d9

Browse files
authored
feat: Update app logo and remove unused favicon (#1315)
## Problem App icons needed refreshing with the new logo and the favicon-dark SVG was unused dead weight. ![CleanShot 2026-03-23 at 12.05.26@2x.png](https://app.graphite.com/user-attachments/assets/3db855d3-82be-4816-9593-403dd6865ed6.png) ## Changes 1. Replace app icon source PNGs with updated logo 2. Regenerate macOS .icns and Windows .ico from new source 3. Update liquid glass icon config and asset (icon.png → logo.png) 4. Add high-res icon@3x.png and logo.png source files 5. Remove unused posthog-code-favicon-dark.svg ## How did you test this? Manually
1 parent 01ef614 commit 2b631d9

9 files changed

Lines changed: 7 additions & 26 deletions

File tree

apps/code/build/app-icon.icns

-21.9 KB
Binary file not shown.

apps/code/build/app-icon.ico

-98.9 KB
Binary file not shown.

apps/code/build/app-icon.png

-3.62 KB
Loading
-267 KB
Binary file not shown.
29.9 KB
Loading

apps/code/build/icon.icon/icon.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
{
22
"fill": {
3-
"automatic-gradient": "display-p3:0.00000,0.00000,0.00000,1.00000"
3+
"solid": "display-p3:0.97647,0.93333,0.88235,1.00000"
44
},
55
"groups": [
66
{
7+
"blur-material": null,
78
"layers": [
89
{
9-
"fill": "none",
10-
"image-name": "icon.png",
11-
"name": "icon",
12-
"position": {
13-
"scale": 0.4,
14-
"translation-in-points": [3, 3]
15-
}
10+
"glass": false,
11+
"image-name": "logo.png",
12+
"name": "logo"
1613
}
1714
],
15+
"lighting": "individual",
1816
"shadow": {
1917
"kind": "neutral",
2018
"opacity": 0.5
2119
},
20+
"specular": true,
2221
"translucency": {
2322
"enabled": true,
2423
"value": 0.5

apps/code/build/icon@3x.png

133 KB
Loading

apps/code/build/logo.png

29.9 KB
Loading

apps/code/build/posthog-code-favicon-dark.svg

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)