A modern, highly interactive theme generator and playground for Textual
and other UI frameworks, built with SolidJS, SolidStart, Tailwind CSS, and DaisyUI.
A quick look at the app in action:
Want to see more? Try the live demo!
We welcome feedback from everyone—not just developers! If you have ideas, questions, run into issues, or just want to share your thoughts, please open an issue or start a discussion (if enabled).
No technical knowledge required—just let us know what you think!
- 🎨 Visual theme creation, editing, and previewing
- 🌓 Light/dark mode support with instant switching
- 🧩 Modular, reactive SolidJS components
- 💾 Local storage for persistent themes / configuration
- 📦 Import/export themes as JSON
- 🛠️ Advanced color manipulation
- 🧪 Unit and integration tests with Vitest
- 🏗️ Modern build tooling (Vinxi, Bun, Vite)
- 🧹 Linting, formatting, and CI-ready
- 🔥 Blazingly fast
- ...and more!
- Click "New Theme"
- Enter a name (letters, numbers, hyphens)
- Choose light/dark
- Edit colors, variables, etc.
- Save and preview instantly on edit
- Use the Import/Export buttons in the UI to share or use pre-existing themes.
- Clone any theme for quick variations
- Delete themes (user themes only) with confirmation dialogs
- Edit color shades, variables, and more (coming soon)
- Implement dark shade generation for colors (
// TODO: implement, allow users to manage and generate, integrate etc.) - Use
cnutility everywhere for class merging, when appropriate (// TODO: use cn everywhere in codebase) - Finish variables management UI (
Coming soon...in VariablesManagement) - Finish new color dialog (
Coming soon...in NewColor) - Fix theme icon bug on startup (
// TODO: fix weird bug where starting theme icon disappears?) - Add more unit/integration tests
- Improve accessibility (ARIA, keyboard nav, etc.)
- Add more documentation (architecture, theming guide, etc.)
- Responsive polish: review all breakpoints, container queries, fluid typography
- Add ability to "link" colors together if they can / do have relationships
- Add accessibility checks for colors (i.e. WACG text contrast)
- Add further options for derived colors / variables to include in code bundle
- Fully support variables
- Localization / Internationalization
- Icon package / refactor
- Pre-packaged colors to pick from (from textual's built in colors)
- Pagination for theme lists
