Skip to content

ajaxdude/opencode-ai-poimandres-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

poimandres theme for opencode.ai

Color Palette

A minimal, frameless dark theme for opencode.ai inspired by the poimandres VS Code theme.

Features

  • Semantic color coding (errors in red, types darker, etc.)
  • Minimal visual noise for better focus
  • Optimized for truecolor terminals
  • Based on the poimandres color palette

Installation

Global Installation

  1. Create the themes directory:
mkdir -p ~/.config/opencode/themes
  1. Download the theme file:
curl -o ~/.config/opencode/themes/poimandres.json https://raw.githubusercontent.com/ajaxdude/opencode-ai-poimandres-theme/main/.opencode/themes/poimandres.json

That's it! The theme is now available globally in opencode.ai.

Usage

Using the theme

  1. Open opencode.ai
  2. Type /theme and select poimandres
  3. Or add it to your opencode.json config:
{
  "$schema": "https://opencode.ai/config.json",
  "theme": "poimandres"
}

Terminal Requirements

For best results, ensure your terminal supports truecolor (24-bit color):

  • Check support: echo $COLORTERM (should output truecolor or 24bit)
  • Enable if needed: export COLORTERM=truecolor

Most modern terminals (iTerm2, Alacritty, Kitty, Windows Terminal, GNOME Terminal) support this by default.

Color Palette

The theme uses the poimandres color scheme with comprehensive color definitions:

Core Colors

  • Background: #1b1e28 (dark blue-gray)
  • Focus/Panel: #303340 (medium gray-blue)
  • Primary: #ADD7FF (light blue)
  • Accent: #5DE4c7 (bright mint)
  • Strong Turquoise: #00CED1 (vibrant teal)

Semantic Colors

  • Error: #d0679d (hot red)
  • Warning: #fffac2 (bright yellow)
  • Success: #00CED1 (strong turquoise)
  • Info: #5DE4c7 (bright mint)

Text Colors

  • Primary Text: #a6accd (light gray)
  • Muted Text: #767c9d (darker gray)
  • Off White: #e4f0fb (very light blue)

Additional Colors

  • Pink: #f087bd (soft pink)
  • Desaturated Blue: #91B4D5 (muted blue)
  • Bluish Gray: #506477 (blue-gray)
  • Selection: #717cb425 (transparent blue)

Theme Structure

.opencode/themes/
└── poimandres.json    # Main theme file

The theme follows the opencode.ai JSON theme format with:

  • Color definitions in the defs section
  • Dark/light variants for all colors
  • Semantic color mapping for UI elements and syntax highlighting

License

MIT License - see LICENSE file for details.

Acknowledgments

About

poimandres theme for opencode.ai CLI tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published