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',
},
};