From 96137750a4e3879cecd9241fd3554140bbe72c6a Mon Sep 17 00:00:00 2001 From: Nathan Esquenazi Date: Sat, 4 Apr 2026 20:48:05 -0700 Subject: [PATCH] =?UTF-8?q?feat:=20Sprint=2026=20=E2=80=94=20pluggable=20U?= =?UTF-8?q?I=20themes=20(dark,=20light,=20solarized,=20monokai,=20nord)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Five built-in themes with instant switching, persistent preference, and zero-flicker loading. Custom themes are pure CSS additions. Theme system: - CSS variable overrides via :root[data-theme="name"] blocks - Flicker prevention: inline @@ -329,6 +330,16 @@ +
+ + +