docs: update diamond colors in visual spec to match production #54

Merged
cal merged 5 commits from wip/refractor-card-art into main 2026-04-06 22:36:10 +00:00
Owner

Summary

  • Update diamond tier indicator colors in docs/refractor-visual-spec.md to match what's deployed in production

Details

The visual spec had orange/red/purple/blue-flame from the original mockup. Production uses green/blue/red/purple. Updated the spec to match reality.

Tier Old New
T1 Orange #d46a1a Green #1a6b1a
T2 Red #b82020 Blue #2070b0
T3 Purple #7b2d8e Red #a82020
T4 Blue-flame #1a6af0 Purple #6b2d8e

Test plan

  • Doc-only change, no tests needed

🤖 Generated with Claude Code

## Summary - Update diamond tier indicator colors in `docs/refractor-visual-spec.md` to match what's deployed in production ## Details The visual spec had orange/red/purple/blue-flame from the original mockup. Production uses green/blue/red/purple. Updated the spec to match reality. | Tier | Old | New | |------|-----|-----| | T1 | Orange `#d46a1a` | Green `#1a6b1a` | | T2 | Red `#b82020` | Blue `#2070b0` | | T3 | Purple `#7b2d8e` | Red `#a82020` | | T4 | Blue-flame `#1a6af0` | Purple `#6b2d8e` | ## Test plan - [x] Doc-only change, no tests needed 🤖 Generated with [Claude Code](https://claude.com/claude-code)
cal added 5 commits 2026-04-06 22:25:40 +00:00
Replaces the rotated 2x2 CSS grid diamond with an SVG baseball diamond
containing 4 small diamond-shaped bases at 1B/2B/3B/Home positions.
Fill order: east(1B) → north(2B) → west(3B) → south(Home).
Keeps all existing controls and tier preset properties intact.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replaces SVG polygon approach with CSS divs so inset box-shadows,
gradient fills, and glow animations are preserved from the original
implementation. Outer container rotated 45deg = diamond outline,
4 child divs positioned at cardinal points = base diamonds.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Recovered the diamondEffect feature (bloom, metallic, border, shadow,
escalation) from session logs and applied to the original quad-based
diamond design. All 12 edits from the effects subagent applied cleanly.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
T1 dark green (#1a6b1a), T2 light blue (#2070b0), T3 red (#a82020),
T4 regal purple (#6b2d8e). Cal approved.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
cal force-pushed wip/refractor-card-art from bb7606cb9a to 4dae64d239 2026-04-06 22:35:58 +00:00 Compare
cal merged commit f868e5a329 into main 2026-04-06 22:36:10 +00:00
cal deleted branch wip/refractor-card-art 2026-04-06 22:36:10 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cal/paper-dynasty-card-creation#54
No description provided.