aboutsummaryrefslogtreecommitdiffstats
path: root/renderer/index.html
diff options
context:
space:
mode:
authorClawd <ai@clawd.bot>2026-02-28 15:21:27 -0800
committerClawd <ai@clawd.bot>2026-02-28 15:21:27 -0800
commita9ae7c65c387bcf144de8df0a13dbbfd7496cc1e (patch)
treee742a76e5638e8564b893584836678dec095fee8 /renderer/index.html
parent4bd42f9c508345391806eb7c5c2ed39863764695 (diff)
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
Diffstat (limited to 'renderer/index.html')
-rw-r--r--renderer/index.html2
1 files changed, 1 insertions, 1 deletions
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 @@
7 content="default-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; script-src 'self'; connect-src 'self' ws: http://localhost:5173" 7 content="default-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; script-src 'self'; connect-src 'self' ws: http://localhost:5173"
8 /> 8 />
9 <meta name="viewport" content="width=device-width, initial-scale=1" /> 9 <meta name="viewport" content="width=device-width, initial-scale=1" />
10 <title>minimal</title> 10 <title>Claude Flow</title>
11 </head> 11 </head>
12 <body> 12 <body>
13 <div id="root"></div> 13 <div id="root"></div>