# Pi Theme Flexoki

[Flexoki](https://stephango.com/flexoki) theme for the [shitty coding agent](https://github.com/badlogic/pi-mono).

## Install

```bash
pi install git:github.com/markacianfrani/pi-theme-flexoki
```

## Usage

Set in your `~/.pi/agent/settings.json`:

```json
{
  "theme": "flexoki-dark"
}
```

Or for light mode:

```json
{
  "theme": "flexoki-light"
}
```

## Themes

- **flexoki-dark** - Dark theme with warm paper tones
- **flexoki-light** - Light theme for daytime use

## Credits

- [Flexoki](https://stephango.com/flexoki) by Steph Ango
