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
commit9c6e605ad53df5d939e56b32b08932b666f545ec (patch)
tree87ff1a9ef21657ac807e0c41b61ecb46a1fb50c4 /scripts/theme-studio/theme-studio.template.html
parent88afca633f997d92af891d4d1908832f7b60639c (diff)
downloaddotemacs-9c6e605ad53df5d939e56b32b08932b666f545ec.tar.gz
dotemacs-9c6e605ad53df5d939e56b32b08932b666f545ec.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 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</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>