---
slug: "eliemessiecode-pi-code-theme"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/ElieMessieCode/pi-code-theme@main/README.md"
repo: "https://github.com/ElieMessieCode/pi-code-theme"
source_file: "README.md"
branch: "main"
---
# pi-code-theme

> A warm, earthy dark theme for Pi coding agent with burnt orange and gold accents

[![npm version](https://badge.fury.io/js/%40eliemessiecode%2Fpi-code-theme.svg)](https://www.npmjs.com/package/@eliemessiecode/pi-code-theme)

## Color Palette

| Token | Hex | Description |
|-------|-----|-------------|
| **Primary** | `#b75939` | Burnt orange |
| **Accent** | `#d4a574` | Gold/cream |
| **Background** | `#1a1a18` | Deep warm gray |
| **Surface** | `#2a2820` | Warm brown-gray |
| **Foreground** | `#f5f2ee` | Warm white |
| **Success** | `#5a9a6a` | Muted green |
| **Error** | `#c94040` | Soft red |
| **Warning** | `#d4a574` | Gold/amber |

## Syntax Highlighting

| Element | Color |
|---------|-------|
| Keywords | `#b75939` (orange) |
| Functions | `#d4a574` (gold) |
| Strings | `#8aaa7a` (muted green) |
| Variables | `#e8c49a` (cream) |
| Numbers | `#d47254` (light orange) |
| Types | `#c48c64` (terracotta) |

## Installation

```bash
npm install -g @eliemessiecode/pi-code-theme
```

## Usage

```
/theme pi-code
```

## License

MIT
