diff options
| author | Clawd <ai@clawd.bot> | 2026-02-28 15:21:27 -0800 |
|---|---|---|
| committer | Clawd <ai@clawd.bot> | 2026-02-28 15:21:27 -0800 |
| commit | a9ae7c65c387bcf144de8df0a13dbbfd7496cc1e (patch) | |
| tree | e742a76e5638e8564b893584836678dec095fee8 /renderer/index.html | |
| parent | 4bd42f9c508345391806eb7c5c2ed39863764695 (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.html | 2 |
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> |
