aboutsummaryrefslogtreecommitdiff
path: root/scripts/theme-studio/theme-studio.template.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-15 23:40:32 -0500
committerCraig Jennings <c@cjennings.net>2026-06-15 23:40:32 -0500
commit4e5d80b30978e3bee2c7e10e87f8df3758f500be (patch)
treefccb53e93376d29a6c5e62da4b3f4090a1c7a91b /scripts/theme-studio/theme-studio.template.html
parenta2e8d69f03bc832981feb7b472232e27e3f997a6 (diff)
downloaddotemacs-4e5d80b30978e3bee2c7e10e87f8df3758f500be.tar.gz
dotemacs-4e5d80b30978e3bee2c7e10e87f8df3758f500be.zip
refactor(theme-studio): drop the too-similar-colors warning box
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.
Diffstat (limited to 'scripts/theme-studio/theme-studio.template.html')
-rw-r--r--scripts/theme-studio/theme-studio.template.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/theme-studio/theme-studio.template.html b/scripts/theme-studio/theme-studio.template.html
index 267a0c84..06c3e2bc 100644
--- a/scripts/theme-studio/theme-studio.template.html
+++ b/scripts/theme-studio/theme-studio.template.html
@@ -56,7 +56,6 @@ STYLES_CSS</style>
<div id="genpreview" class="genpreview"></div>
</div>
<div class="pals" id="pals"></div>
- <div class="palwarn" id="palwarn"></div>
</section>
<h1>assignment</h1>
<div class="pkgbar"><label style="color:#b4b1a2">view</label><select id="viewsel" class="chip" style="width:auto;font:bold 10pt monospace" onchange="onViewChange()"></select></div>