ztheme
v1.0.2
Published
Interactive terminal theme changer — one command, any terminal
Maintainers
Readme
ztheme
Interactive terminal theme changer — one command, any terminal.

Features
- Interactive theme selection with color previews
- Direct theme switching for supported terminals
- Cross-platform support (macOS, Linux)
- Built-in popular themes (Dracula, Nord, Gruvbox, Tokyo Night, Catppuccin, Solarized, Monokai)
Supported Terminals
| Terminal | Platform | Status | |----------|----------|--------| | Terminal.app | macOS | ✓ Full support | | iTerm2 | macOS | ✓ Full support | | GNOME Terminal | Linux | ✓ Full support | | Konsole | Linux | ✓ Full support | | VS Code | Cross-platform | Manual colors | | Kitty | Cross-platform | Manual colors | | Alacritty | Cross-platform | Manual colors |
Installation
npm install -g zthemeOr link locally:
git clone <repo>
cd ztheme
npm install
npm linkUsage
Interactive Mode
zthemeLaunches an interactive menu to browse and apply themes.
List Themes
ztheme listPreview a Theme
ztheme show dracula
ztheme show "tokyo night"Apply a Theme Directly
ztheme apply dracula
ztheme apply nordHelp
ztheme helpSupported Themes
| Theme | Author | |-------|--------| | Dracula | Zeno Rocha | | Nord | Arctic Ice Studio | | Gruvbox Dark | Pablo Olmos de Aguilera | | Tokyo Night | Enkia | | Catppuccin Mocha | Catppuccin | | Solarized Dark | Ethan Schoonover | | Monokai | Wimer Hazenberg |
Development
npm install
npm run build
npm run dev # Watch modeLicense
MIT
