Themes
- Default
- Catppuccin
- Dracula
- High Contrast
- High Contrast Light
- Monokai
- Nord
- One Dark
- Solarized
- Tokyo Night
- AMOLED
- Aura
- Ayu
- Carbonfox
- Catppuccin Frappe
- Catppuccin Macchiato
- Cobalt2
- Cursor
- Everforest
- Flexoki
- GitHub
- Gruvbox
- Kanagawa
- Lucent Orng
- Material
- Matrix
- Mercury
- Night Owl
- OC-2
- One Dark Pro
- OpenCode
- Orng
- Osaka Jade
- Palenight
- Rose Pine
- Shades of Purple
- Synthwave '84
- Vercel
- Vesper
- Zenburn
Utility
AI
The termcn registry ships Ink-based terminal UI components and themes in the shadcn registry format. Register the namespace once in components.json, then pull items by name with the CLI.
Setup
Add a registries entry for this site. See the shadcn registry documentation for all components.json fields and behaviors.
{
"registries": {
"@termcn": "https://termcn.dev/r/{name}.json"
}
}You can replace @termcn with another namespace; it only needs to match what you pass to shadcn add.
Usage
Install a UI component using the namespace and the item name (same as the JSON file under /r/ without .json):
$ pnpm dlx dlx shadcn@latest add @termcn/spinner
$ pnpm dlx dlx shadcn@latest add @termcn/data-grid
Install a theme (files are named theme-<id>.json):
$ pnpm dlx dlx shadcn@latest add @termcn/theme-dracula
Without a registry alias, use the full URL (as on each docs page):
$ pnpm dlx dlx shadcn@latest add https://termcn.dev/r/badge.json