fix(docs): use clean flat brand-purple zellij home-page icon#37
Merged
Conversation
The upstream zellij mascot rendered dark and muddy at icon size due to its multi-fill palette. Swap in a flat single-stroke #5555ff hexagon badge with a >_ terminal prompt so the tile matches the crisp flat cpp/vim/hx siblings.
skapoor8
commented
Jul 24, 2026
skapoor8
left a comment
Contributor
Author
There was a problem hiding this comment.
AI review — clean, no findings.
Verified this one-file icon swap against the checks that matter:
- SVG is well-formed (parses cleanly).
- Accessibility preserved:
role="img"+<title>Zellij icon</title>. - Square
viewBox="0 0 24 24"with matching width/height — no crop or distortion. - Only the approved
#5555ffcolor present;fill="none"root. - Single intended file changed (
docs/public/icons/zellij.svg); no stray files.
Delivers its stated intent. The flat-badge design was pre-approved and is not relitigated. No blocking or non-blocking comments.
skapoor8
marked this pull request as ready for review
July 24, 2026 20:31
|
🎉 This PR is included in version 1.67.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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
Follow-up to the earlier logo recolor (#36). On the live docs home page the zellij icon — the upstream mascot rendered in purple-monochrome — comes out dark and muddy at icon size and clashes with the crisp, flat brand-purple siblings (
cpp,vim,hx).Fix
Replace
docs/public/icons/zellij.svgwith a clean, flat single-color (#5555ff) hexagon badge containing a>_terminal prompt — matching the sibling icons' style while keeping zellij's hexagon + prompt identity. Chosen by the user from a rendered comparison of alternatives.Only
docs/public/icons/zellij.svgchanges; thehx.svghelix icon from #36 is correct and untouched.Validation
mise run docs:buildexits 0>_, single#5555ff), consistent with sibling icons