From a9ae7c65c387bcf144de8df0a13dbbfd7496cc1e Mon Sep 17 00:00:00 2001 From: Clawd Date: Sat, 28 Feb 2026 15:21:27 -0800 Subject: Restyle UI with light/dark theme support - Add light/dark theme toggle with localStorage persistence - Add 'Claude Flow' wordmark in header - Switch to monospace font (SF Mono, Cascadia Code, etc.) - Update accent colors (lighter blue) - Add theme-aware CodeMirror styling (oneDark vs defaultHighlightStyle) - Update window title to 'Claude Flow' - Refine spacing and visual polish throughout - Add .claude-flow/ artifacts from self-restyling session --- renderer/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'renderer/index.html') diff --git a/renderer/index.html b/renderer/index.html index 8bce8a6..027682c 100644 --- a/renderer/index.html +++ b/renderer/index.html @@ -7,7 +7,7 @@ content="default-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; script-src 'self'; connect-src 'self' ws: http://localhost:5173" /> - minimal + Claude Flow
-- cgit v1.2.3