A collection of colour themes for GitNapse, the TUI client for GitHub. These schemes are drawn from the Xscriptor palette system and designed to provide a consistent visual experience across all tools.
| Theme | Type | Description |
|---|---|---|
x |
Dark | Deep dark with vibrant pink, green, and cyan accents |
madrid |
Light | Clean light with deep red, green, and blue tones |
lahabana |
Dark | Dark gray with bright neon accents |
miami |
Dark | True black with synthwave-inspired colors |
paris |
Dark | Purple-black with pastel cyan and blue |
tokio |
Dark | Dark gray with balanced warm and cool tones |
oslo |
Dark | Blue-gray with professional muted palette |
helsinki |
Light | Near-white with earthy, natural tones |
berlin |
Dark | Black with monochrome grayscale palette |
london |
Light | White with sophisticated grayscale tones |
praha |
Dark | Dark with Dracula-inspired vibrant colors |
bogota |
Dark | Maroon-black with cyan and warm accents |
Install all themes with curl or wget:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/xscriptor/terminal/main/cli/gitnapse/scripts/install.sh)"sh -c "$(wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/cli/gitnapse/scripts/install.sh)"Or run locally from the repo:
bash cli/gitnapse/scripts/install.sh--branch <name>: remote branch to use (default: main)--repo <url>: remote repository URL (default: https://github.com/xscriptor/terminal)--dry-run: show actions without executing--force: overwrite existing theme config--help: show help
Once installed, set your active theme in ~/.config/GitNapse/theme.jsonc:
{
// GitNapse Theme
"theme_name": "x"
}
Replace "x" with any theme name from the table above (e.g., "tokio", "oslo", "berlin").
You can also switch themes at runtime: open the command palette (Ctrl+P) and select Change Theme. Your choice is persisted automatically.
- GitNapse Repository - The TUI client for GitHub
- Colors - Full Xscriptor colour palette reference