https://github.com/xscriptor/opencode
Xscriptor opencode contributions
https://github.com/xscriptor/opencode
ai open-code opencode opencode-theme themes xscriptor
Last synced: about 1 month ago
JSON representation
Xscriptor opencode contributions
- Host: GitHub
- URL: https://github.com/xscriptor/opencode
- Owner: xscriptor
- License: mit
- Created: 2026-05-29T20:20:22.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-30T15:08:17.000Z (about 2 months ago)
- Last Synced: 2026-05-30T17:07:15.841Z (about 2 months ago)
- Topics: ai, open-code, opencode, opencode-theme, themes, xscriptor
- Language: Python
- Homepage: https://dev.xscriptor.com
- Size: 45.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Xscriptor OpenCode

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.
Table of Contents
Contents
-
colors.md- ANSI terminal color palette definitions (12 schemes) -
themes/xscriptor-themes/- OpenCode theme JSON files ready to use -
install.sh- Automated installation script (local or remote) -
labs/- Experimental tools and prototypes -
scripts/build/- Theme build automation
Themes
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
Quick Start
curl -fsSL https://raw.githubusercontent.com/xscriptor/opencode/main/themes/xscriptor-themes/install.sh | bash
Then select a theme in OpenCode with /theme or set it in tui.json:
{
"theme": "x"
}
Related Documents
-
Contributing Guide - How to contribute to this project -
Security Policy - Reporting vulnerabilities -
Code of Conduct - Community guidelines -
License - MIT License