brand: align portal palette with Synergy Orbit logo#1
Merged
Conversation
Repoint --brand from indigo to the logo blue (#0082C4, lightened to #3BA9DD for dark mode) and add --accent-teal / --accent-green tokens mirroring the logo's synergy nodes and orbit. All brand color flows through --brand, so the swap cascades through the portal automatically; error (red) and warning (amber) semantics are intentionally unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016a8SiGb7V7bp4wWVj6jzty
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.
Aligns the developer portal's color scheme with the new Synergy Orbit logo (canonical as of
7b0acad). The portal was indigo-themed while the logo is blue/teal/green — even theLogocomponent's "Plus" wordmark (text-brand) rendered indigo next to the icon's blue "+" hub.Changes
--brandrepointed from indigo to the logo blue:79 70 229(indigo-600) →0 130 196(#0082C4)129 140 248(indigo-400) →59 169 221(#3BA9DD, lightened for the dark bg)--accent-teal(#0E9E8E/#2DC2A8) — synergy nodes--accent-green(#009D57/#22C77A) — orbitaccent-teal/accent-greenWhy it's a small diff
No component hardcodes indigo — all brand color flows through
--brand— so the swap cascades through the entire UI (step badges, CTAs, empty-state, card hovers,::selection, theLogowordmark) with no per-component edits.Scope notes
🤖 Generated with Claude Code