Beautiful color themes for your terminal. Transform your terminal from boring default colors to something you'll love.
pip install projectkittythemespython -m projectkittythemes startThis opens an interactive menu where you can:
- Browse & preview all themes with color samples
- Apply a theme directly or preview first
- Rollback to your default OS theme
- Update the package from PyPI
| Command | Description |
|---|---|
projectkittythemes start |
Start interactive menu mode |
projectkittythemes list |
List all available themes |
projectkittythemes install <theme> |
Install a specific theme |
projectkittythemes browse |
Browse themes interactively |
projectkittythemes update |
Check for updates from PyPI |
projectkittythemes rollback |
Restore default terminal theme |
projectkittythemes --help |
Show all options |
projectkittythemes --version |
Show version info |
| Theme | Look | Best For |
|---|---|---|
| Tokyo Night | Blue & purple, modern | Late-night coding |
| Catppuccin Mocha | Purple & pink, cozy | Catppuccin fans |
| Catppuccin Latte | Light pastel | Daytime use |
| Gruvbox Dark | Warm browns, retro | Retro lovers |
| Rosé Pine | Soft pink & purple | Aesthetic setups |
| Nord | Cool blue, clean | Maximum readability |
| Solarized Dark | Classic, easy on eyes | Long reading sessions |
| Dracula | Purple & colorful | Vibrant coding |
| One Dark Pro | Atom-inspired purple | Atom fans |
| Monokai Pro | Classic editor colors | Professional look |
| Night Owl | Blue & orange night | VS Code fans |
| Ayu Dark | Clean orange & blue | Minimalist |
| Ayu Light | Soft pastel light | Daylight use |
| Material Theme | Material Design colors | Android fans |
| Gruvbox Material | Warm refined browns | Refined retro |
| Nightball | Deep blue tones | Night coding |
| Iceberg | Cool blue, deep ocean | Cool aesthetics |
| Palenight | Soft purple editor | Light purple |
| Terminal | Windows | Linux | macOS |
|---|---|---|---|
| Windows Terminal | ✅ | - | - |
| Kitty | ✅ | ✅ | ✅ |
| Alacritty | ✅ | ✅ | ✅ |
| WezTerm | ✅ | ✅ | ✅ |
python -m projectkittythemes start- Select Browse & Preview Themes to see all themes
- Choose a theme number to preview colors
- Press Y to confirm and apply, N to go back, Q to quit
- Restart your terminal to see the changes
# Install a theme by name
projectkittythemes install "Tokyo Night"
# Install by slug
projectkittythemes install tokyonight
# Install to specific terminal
projectkittythemes install tokyonight --terminal kittyIf something goes wrong, restore your default theme:
projectkittythemes rollbackWindows (PowerShell):
Set-ExecutionPolicy -Scope CurrentUser RemoteSignedLinux/macOS:
chmod +x install.shEnsure Python and pip are properly installed:
python --version
pip --versiongit clone https://github.com/zenithopensourceprojects/projectkittythemes.git
cd projectkittythemes
pip install -e .python -m build
python -m twine upload dist/* -r pypi© 2026 Zenith Open Source Projects. All Rights Reserved. Zenith is an Open Source Project Idea by @roshhellwett

