From 20697585de303b93273e22ac088ccf98f21f63ea Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Fri, 3 Apr 2026 23:19:17 -0500 Subject: [PATCH] =?UTF-8?q?docs:=20update=20diamond=20tier=20colors=20?= =?UTF-8?q?=E2=80=94=20green/blue/red/purple=20progression?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- docs/refractor-tier-mockup.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/refractor-tier-mockup.html b/docs/refractor-tier-mockup.html index 7f42f82..9d81315 100644 --- a/docs/refractor-tier-mockup.html +++ b/docs/refractor-tier-mockup.html @@ -1365,11 +1365,11 @@ const TIER_PRESETS = { cornerSize: 30, cornerThick: 3, diamondFill: 1, - diamondColor: '#a82020', - diamondHighlight: '#e85050', + diamondColor: '#1a6b1a', + diamondHighlight: '#40b040', diamondSize: 19, diamondGlow: 'off', - diamondGlowColor: '#a82020', + diamondGlowColor: '#1a6b1a', diamondEffect: 'none', }, t2: { @@ -1393,11 +1393,11 @@ const TIER_PRESETS = { cornerSize: 30, cornerThick: 3, diamondFill: 2, - diamondColor: '#5a4fbf', - diamondHighlight: '#9a8ff0', + diamondColor: '#2070b0', + diamondHighlight: '#50a0e8', diamondSize: 19, diamondGlow: 'off', - diamondGlowColor: '#5a4fbf', + diamondGlowColor: '#2070b0', diamondEffect: 'none', }, t3: { @@ -1421,11 +1421,11 @@ const TIER_PRESETS = { cornerSize: 30, cornerThick: 3, diamondFill: 3, - diamondColor: '#b8942a', - diamondHighlight: '#e8c850', + diamondColor: '#a82020', + diamondHighlight: '#e85050', diamondSize: 19, diamondGlow: 'off', - diamondGlowColor: '#c9a94e', + diamondGlowColor: '#a82020', diamondEffect: 'none', }, t4: { @@ -1449,11 +1449,11 @@ const TIER_PRESETS = { cornerSize: 35, cornerThick: 3, diamondFill: 4, - diamondColor: '#c9a94e', - diamondHighlight: '#f0d878', + diamondColor: '#6b2d8e', + diamondHighlight: '#a060d0', diamondSize: 19, diamondGlow: 'on', - diamondGlowColor: '#c9a94e', + diamondGlowColor: '#6b2d8e', diamondEffect: 'none', }, t4b: { @@ -1477,11 +1477,11 @@ const TIER_PRESETS = { cornerSize: 35, cornerThick: 3, diamondFill: 4, - diamondColor: '#c9a94e', - diamondHighlight: '#f0d878', + diamondColor: '#6b2d8e', + diamondHighlight: '#a060d0', diamondSize: 19, diamondGlow: 'on', - diamondGlowColor: '#c9a94e', + diamondGlowColor: '#6b2d8e', diamondEffect: 'none', }, };