Feature Request
The code editor already has a dark theme option (love it), but the rest of the app is locked to light mode. For those of us who work in dark environments or just prefer dark UIs, a full dark mode would be a big quality-of-life improvement.
Current State
- Code editor / code renderer: dark theme works great
- Everything else (sidebar, chat, settings, library): light only
- On macOS / Windows with system dark mode, the app stands out as the one bright window
What I'd Like
- Dark theme for the entire app — sidebar, chat area, modals, dropdowns, settings panels
- Theme toggle in user settings: Light / Dark / System (follow OS preference)
- Smooth transition — no flash of white when switching
Technical Note
I noticed the app uses Tailwind CSS and OKLCH color tokens. Tailwind v4 has great dark mode support with @custom-variant dark. The semantic tokens (text-foreground, bg-muted, etc.) should make this relatively straightforward — define a second set of OKLCH values under a .dark class.
Why This Matters
- Eye strain — long sessions in a bright UI are genuinely uncomfortable
- Consistency — if the code editor can go dark, the whole app should be able to
- Expectation — dark mode is table stakes for developer-oriented tools these days
Would happily help test a beta. This is probably my most-wanted feature right now.