# Catppuccin Themes for Pi Coding Agent

Beautiful Catppuccin themes for [Pi Coding Agent](https://github.com/badlogic/pi-mono).

![Catppuccin Mocha](https://capsule-render.vercel.app/api?type=waving&height=300&color=gradient&text=Catppuccin%20Mocha&fontAlign=50&fontAlignY=50&desc=Soothing%20pastels%20for%20the%20hard%20working%20&descAlign=50&descAlignY=70)

## Themes Included

| Theme         | Description                              |
| ------------- | ---------------------------------------- |
| **Mocha**     | A warm dark theme with cozy coffee tones |
| **Macchiato** | A rich, darker take on the classic mocha |
| **Frappe**    | A flat, low-contrast dark theme          |
| **Latte**     | A warm, light theme for daytime coding   |

## Installation

```bash
pi install npm:@ujjwalgrover/pi-catppuccin
```

## Usage

In Pi, select your preferred theme:

- `/theme catppuccin-mocha`
- `/theme catppuccin-macchiato`
- `/theme catppuccin-frappe`
- `/theme catppuccin-latte`

Or via settings.json:

```json
{
  "theme": "catppuccin-mocha"
}
```

## Color Palette

Each theme uses the signature Catppuccin palette:

- **Rosewater** - Soft pink
- **Flamingo** - Vibrant pink
- **Pink** - Bold pink
- **Mauve** - Rich purple
- **Red** - Warm red
- **Maroon** - Deep red
- **Peach** - Soft orange
- **Yellow** - Warm yellow
- **Green** - Fresh green
- **Teal** - Ocean teal
- **Sky** - Light blue
- **Sapphire** - Deep blue
- **Blue** - Classic blue
- **Lavender** - Light purple

## Development

The theme files follow the [Pi Theme Schema](https://github.com/badlogic/pi-mono/blob/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json).

## License

MIT License - See [LICENSE](LICENSE) for details.

---
