fix(docs): recolor helix and zellij home-page logos to brand purple#36
Merged
Conversation
skapoor8
commented
Jul 24, 2026
- replace the two off-brand home-page hero icons with purple renderings of the official upstream logos: the helix ribbon is a monotone `#5555ff` with its back-twirl outlined, and the zellij hexagon badge is rendered in purple monochrome - square both icon viewBoxes so the logos sit on a consistent grid and align with the surrounding hero tiles
skapoor8
force-pushed
the
bugfix/home-page-logos-purple
branch
from
July 24, 2026 20:06
92953a8 to
91cdd52
Compare
skapoor8
marked this pull request as ready for review
July 24, 2026 20:08
|
🎉 This PR is included in version 1.67.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Intent
The two home-page hero icons for helix and zellij were off-brand — helix used lavender
#8B7EE0and zellij used green#4FB286, breaking the shared brand-purple (#5555ff) treatment of every other icon indocs/public/icons/.Fix
Replace both with purple renderings of the official upstream logos:
docs/public/icons/hx.svg) — the official Helix ribbon logo, recolored monotone#5555ff, with the back-twirl blade drawn as a purple outline (fill:none;stroke:#5555ff) rather than a solid fill.docs/public/icons/zellij.svg) — the official Zellij badge (hexagonal border +>_prompt) rendered in purple monochrome: each source fill is mapped to a purple of equivalent luminance on a#1a1a4d→#d2d2fframp.Note on the zellij treatment
The upstream zellij asset is an 84-path shaded illustration, not a line logo. A flat single-color silhouette of it collapses to a featureless blob, so it is rendered as purple monochrome instead — keeping the badge legible. This makes it intentionally more detailed/multi-shade than the flat line siblings; that trade-off was chosen deliberately to keep the authentic upstream mark.
Validation
mise run docs:buildexits 0 with no SVG/asset errors>_, both in brand purple)