Rebrand: new PodCLI logo, icon, and #D97631 accent#75
Merged
Conversation
Unify three divergent oranges (#f2894a in the studio, #d4874a in the CLI prompts) on a single brand accent, #D97631, matching the new logo artwork. - New wordmark logo (SVG) in the studio sidebar and README badge - Purpose-drawn 16px/32px favicons; the 260px icon downscaled to mush - Retire the old icon/logo PNGs, now unreferenced - Bump to 2.4.5
📝 WalkthroughWalkthroughThe release updates CLI and web UI accent colors, replaces branding and favicon assets, and increments the CLI and package versions from 2.4.4 to 2.4.5. ChangesVisual theme and branding
Release metadata
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Ship the icon artwork at 16/32/48 instead of a redrawn simplified mark.
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.
Unifies three divergent oranges on one brand accent and ships the new logo across the CLI, studio, and README.
Color
#D97631replaces#f2894a(studio) and#d4874a(CLI prompts, 39 occurrences). The value comes from the new logo artwork, so art and code now agree. Derived ramp:#DF8D53hover,#E6A476light,#AD5A20button edge.Contrast checked: 6.28:1 on the landing background, 6.05:1 on the studio background, 5.46:1 for dark text on accent buttons. All pass WCAG AA for normal text.
Assets
podcli-icon-transparent.png,podcli-logo-transparent.png,podcli-logo-full.pngafter confirming zero references.Release
Bumped to 2.4.5.
cli/VERSIONrefreshed viago generateper RELEASE.md.Tests: 61 vitest passing,
go test ./...green (including VERSION parity).