From a28c0c5fe436884a29e00568a604fe0cdf66cc35 Mon Sep 17 00:00:00 2001 From: Local Dev Date: Tue, 8 Sep 2026 18:53:22 +0200 Subject: [PATCH] Ship Theseus 0.3.30 12442cf3 (light-mode surfaces map to BCH palette) Setup 12442cf39f29dcc5775910cd9e7c24d1224f247c7bea245b1ab3147860bfc447 Portable a71282ea82465b4edc6012a21464de58a2d980892fb3eaf018a26312c11b54bb One bundled fix since 0.3.29: 1574545 - Every dark-hardcoded surface in settings.html now maps to a BCH-palette equivalent in the light-media block: --bg #F8FDFF, --ink #253A49; .polrow / .segseg / .engcat / .ctxmenu / select / input backgrounds all get a subtle off-white and dark-navy text; the selected .polrow gets an acid-green tint via :has(input:checked) so the chosen option stands out without a black bar. Registries > Collision policy is now readable in light mode. Dark mode unchanged. Verified via CDP: --bg=#F8FDFF, --ink=#253A49, .polrow color =rgb(37,58,73), engcat bg=rgb(244,248,251), theme card bg=white. Deployed. Verified LIVE 0.3.30. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef31278..91c6658 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "theseus-navigator", - "version": "0.3.29", + "version": "0.3.30", "description": "Theseus Navigator — a browser that follows the thread. By Silent Mode, a Deviant project.", "author": "Silent Mode", "main": "main.js",