Commit ca34422
De-brand the Agents "aquarium" — LevelCode chevron fish, brand-gradient species
The last reachable Microsoft mark in the shipped app. The Agents-window easter
egg (sessions.developerJoy.enabled) rendered its swimming "fish" as the literal
VS Code logo silhouette — vscodeLogoPath.ts even says so ("VS Code logo
silhouette path, extracted from …/vscode-icon.svg") — tinted with VS Code's
three RELEASE-CHANNEL colors (#007ACC / #24bfa5 / #E04F00). So Microsoft's logo,
in Microsoft's palette, animated across our product.
Keep the joy, make it ours: the LevelCode double chevron in our brand-gradient
stops (#6a3fe0 / #7069ff / #4fb2ff).
All CONTENT swaps in de-brand.mjs — no core patch needed (the patch stays at 11
files). Notes:
- the path `from` is a RegExp, so an upstream tweak to the silhouette re-matches
and re-swaps instead of silently leaving the VS Code logo in place;
- the mark is FILLED (each fish is drawn as clipped vertical slices — a stroke
would shred into segments) and spans BODY_X_START..BODY_X_END (5..90) so no
head/tail strip is empty;
- it's two OVERLAPPING subpaths → fill-rule flipped evenodd→nonzero, else the
overlap is knocked out as a hole.
Upstream identifiers (vscodeLogoPath.ts, VSCODE_LOGO_PATH, FishSpecies.Insiders)
are left alone — internal, never user-visible.
Also documents the letterpress watermark as NOT a de-brand issue: it's a generic
editor glyph (sidebar + text lines), no VS Code logo/wordmark/colour.
de-brand.mjs idempotent (2nd run: 0 changes); npm run compile-client → 0 errors.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 09e4e73 commit ca34422
2 files changed
Lines changed: 45 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
98 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
99 | 116 | | |
100 | 117 | | |
101 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
46 | 54 | | |
47 | 55 | | |
48 | 56 | | |
| |||
118 | 126 | | |
119 | 127 | | |
120 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
121 | 149 | | |
122 | 150 | | |
123 | 151 | | |
| |||
0 commit comments