From 354606f3c148cee1b2755a469ba11acb25fb3b37 Mon Sep 17 00:00:00 2001 From: Local Dev Date: Sun, 6 Sep 2026 21:19:16 +0200 Subject: [PATCH] Ship Theseus 0.3.10 d9801fe6 (light-mode acid legibility) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Setup d9801fe6a1ea7d54132db36b2c78311cd5c77912618687fb9cf6476ce75a97f9 Portable ff6ea386752fb3ceeb9d5f385258a6f01f7266c2509f4670419ce6e44e24d442 One bundled fix since 0.3.9: d1f3347 - The brand acid green (#d6ff3d) was ~1.3:1 contrast on #ffffff / #f6f8fb, so it went nearly invisible any time the user flipped Settings > Theme to Light. Every chrome page (chrome, home, settings, error, approval, messages) now overrides --acid to #4d7300 in its prefers-color-scheme: light block — same hue family, ~5.5:1 on white. Also added the missing --acid: #d6ff3d declaration to chrome.html's :root (was relying on var(--acid, #d6ff3d) fallbacks, so the light override couldn't bind). Verified live via CDP. Deployed: scp + sia-upload of both trees. Verified LIVE 0.3.10. Two background tasks in progress (screenshot extension, Aegis multiwallet + Tron/Nile) will land in a later release. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cd11b2b..a39b624 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "theseus-navigator", - "version": "0.3.9", + "version": "0.3.10", "description": "Theseus Navigator — a browser that follows the thread. By Silent Mode, a Deviant project.", "author": "Silent Mode", "main": "main.js",