A browser-based GUI for creating and customizing Zellij themes. Pick colors visually, see a live preview, and copy the generated KDL config.
- Visual color pickers for all 14 Zellij UI components (ribbons, text, tables, lists, frames, exit codes)
- 6 color attributes per component (base, background, emphasis_0–3)
- Live terminal preview showing tabs, panes, frames, and status bar
- Built-in presets (Dracula, Nord) as starting points
- Global color controls to batch-apply a color to all components
- Tooltips explaining every component and attribute
- One-click copy of valid KDL output
Visit the Github page site linked in the sidebar or open index.html locally in any browser.
- Start from a preset or the defaults
- Expand components and adjust colors
- Copy the KDL output
- Paste into
~/.config/zellij/config.kdlor save as a file in~/.config/zellij/themes/
Single index.html — React 18 + Babel standalone. No build step, no dependencies to install.
MIT