From f32fe93202e44ceea5d32da57c285288ace9d570 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Fri, 24 Apr 2026 22:23:34 -0400 Subject: [PATCH] feat(ext/setup): sweep inline colors for palette refresh Co-Authored-By: Claude Opus 4.7 (1M context) --- extension/setup.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/extension/setup.html b/extension/setup.html index e7b0b08..e846bb4 100644 --- a/extension/setup.html +++ b/extension/setup.html @@ -63,7 +63,7 @@ } /* zxcvbn score-driven colors. Higher-scored bars light up earlier bars too. */ - .strength-bar.s0 .seg.i0 { background: #f85149; } + .strength-bar.s0 .seg.i0 { background: #ab2b20; } .strength-bar.s1 .seg.i0, .strength-bar.s1 .seg.i1 { background: #f08d49; } .strength-bar.s2 .seg.i0, @@ -91,7 +91,7 @@ letter-spacing: 0.03em; transition: color 0.2s ease; } - .strength-label.s-very-weak { color: #f85149; } + .strength-label.s-very-weak { color: #ab2b20; } .strength-label.s-weak { color: #f08d49; } .strength-label.s-fair { color: #d29922; } .strength-label.s-good { color: #3fb950; } @@ -115,7 +115,7 @@ .pass-help { background: #0d1117; border: 1px solid #21262d; - border-left: 2px solid #1f6feb; + border-left: 2px solid #7c5719; border-radius: 4px; padding: 8px 12px; font-size: 11px; @@ -161,7 +161,7 @@ transition: color 0.15s ease, opacity 0.15s ease; } .match-indicator.ok { color: #3fb950; } - .match-indicator.bad { color: #f85149; } + .match-indicator.bad { color: #ab2b20; } /* Primary button explicitly dims when disabled so the gate is obvious. */ .btn-primary:disabled { @@ -205,7 +205,7 @@ } .test-result.pass { color: #3fb950; } - .test-result.fail { color: #f85149; } + .test-result.fail { color: #ab2b20; }