Beautiful color themes for your terminal
Project description
PROJECT KITTY THEMES
Beautiful color themes for your terminal. Transform your terminal from boring default colors to something you'll love.
Installation
Quick Install (PyPI)
pip install projectkittythemes
Interactive Menu Mode
python -m projectkittythemes start
This 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
Quick Commands
| 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 |
Available Themes (18)
| 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 |
Supported Terminals
| Terminal | Windows | Linux | macOS |
|---|---|---|---|
| Windows Terminal | ✅ | - | - |
| Kitty | ✅ | ✅ | ✅ |
| Alacritty | ✅ | ✅ | ✅ |
| WezTerm | ✅ | ✅ | ✅ |
How to Use
Interactive Menu (Recommended)
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
Direct Install
# Install a theme by name
projectkittythemes install "Tokyo Night"
# Install by slug
projectkittythemes install tokyonight
# Install to specific terminal
projectkittythemes install tokyonight --terminal kitty
Rollback
If something goes wrong, restore your default theme:
projectkittythemes rollback
Troubleshooting
"Command not found" or "Permission denied"
Windows (PowerShell):
Set-ExecutionPolicy -Scope CurrentUser RemoteSigned
Linux/macOS:
chmod +x install.sh
"pip not found"
Ensure Python and pip are properly installed:
python --version
pip --version
Development
Clone & Install locally
git clone https://github.com/zenithopensourceprojects/projectkittythemes.git
cd projectkittythemes
pip install -e .
Build & Publish
python -m build
python -m twine upload dist/* -r pypi
© 2026 Zenith Open Source Projects. All Rights Reserved. Zenith is a Open Source Project Idea's by @roshhellwett
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file projectkittythemes-1.0.3.tar.gz.
File metadata
- Download URL: projectkittythemes-1.0.3.tar.gz
- Upload date:
- Size: 33.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ee0622759d8a3c10c6f5e3d2a579fae4acc537c9bde0386d2936bb6be1cc682
|
|
| MD5 |
5a34125d604cc112e763088daa2359a9
|
|
| BLAKE2b-256 |
68aceade9ec7f4d1b07c2365da436c696b4cad8a404f16caffa18e5662cad550
|
File details
Details for the file projectkittythemes-1.0.3-py3-none-any.whl.
File metadata
- Download URL: projectkittythemes-1.0.3-py3-none-any.whl
- Upload date:
- Size: 74.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fdb465675bed8639c0998079e9176509444292b65f6469decd27fe4781172340
|
|
| MD5 |
874c3bc7d36173d4a9dbb75358106a6c
|
|
| BLAKE2b-256 |
8e76280f96ef3d905c9cc5ef0d7ccfdc29b7022de8a784a40c89f784385594d3
|