A collection of themes, configurations, and tooling for OpenCode, the open source AI coding agent for the terminal.
This repository contains carefully crafted terminal color schemes translated into OpenCode's semantic theme format, along with utilities for installation and management.
colors.md- ANSI terminal color palette definitions (12 schemes)themes/xscriptor-themes/- OpenCode theme JSON files ready to useinstall.sh- Automated installation script (local or remote)labs/- Experimental tools and prototypesscripts/build/- Theme build automation
| 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 |
curl -fsSL https://raw.githubusercontent.com/xscriptor/opencode/main/themes/xscriptor-themes/install.sh | bashThen select a theme in OpenCode with /theme or set it in tui.json:
{
"theme": "x"
}- Contributing Guide - How to contribute to this project
- Security Policy - Reporting vulnerabilities
- Code of Conduct - Community guidelines
- License - MIT License