From abfec5f0179096a69e54a4a8d60306f6f0b97b22 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 15 Jun 2026 23:40:32 -0500 Subject: refactor(theme-studio): drop the too-similar-colors warning box MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The warning box under the palette wasn't useful there; the same ΔE info is reachable per-chip via the nearest-ΔE tooltip and inline contrast. Remove renderPaletteWarnings, the #palwarn element, its CSS, and the #deltatest gate. paletteWarnings still runs for the per-chip nearest distance. --- scripts/theme-studio/theme-studio.template.html | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/theme-studio/theme-studio.template.html') diff --git a/scripts/theme-studio/theme-studio.template.html b/scripts/theme-studio/theme-studio.template.html index 267a0c849..06c3e2bc5 100644 --- a/scripts/theme-studio/theme-studio.template.html +++ b/scripts/theme-studio/theme-studio.template.html @@ -56,7 +56,6 @@ STYLES_CSS
-

assignment

-- cgit v1.2.3