fix(profile): distinguish token mix categories - #877
Merged
Conversation
Use a categorical palette so input, output, cache reads, cache writes, and reasoning tokens remain legible in both the segmented bar and the metric list. Constraint: The compact dark profile surface needs colors with clear category separation without changing its layout or theme contract Rejected: Retain a single blue accent ramp | adjacent token categories remain difficult to distinguish Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep token categories color-distinct; do not collapse them back into one hue family Tested: bun run lint (six existing warnings), bun run typecheck, bun run test (601 tests) Not-tested: Visual screenshot comparison skipped at user request
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
Why
The previous accent variants were too similar to distinguish reliably in the segmented bar and matching metric markers.
Validation
bun run lint(passes with six existing warnings)bun run typecheckbun run test(601 tests)Summary by cubic
Switches the profile token mix from a single blue ramp to a distinct categorical palette so each category is easy to tell apart in the segmented bar and metric list.
Written for commit f2f1de4. Summary will update on new commits.