---
slug: "pi-theme-flexoki"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/markacianfrani/pi-theme-flexoki@main/README.md"
repo: "https://github.com/markacianfrani/pi-theme-flexoki"
source_file: "README.md"
branch: "main"
---
# Pi Theme Flexoki

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

## Install

```bash
pi install npm: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
