---
slug: "pi-gh-dark-theme"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/sorcerersr/pi-gh-dark-theme@main/README.md"
repo: "https://github.com/sorcerersr/pi-gh-dark-theme"
source_file: "README.md"
branch: "main"
---
# pi-gh-dark-theme

Theme package for the [Pi coding agent](https://pi.dev/) inspired by the dark themes of the [VSCode Github Color Theme](https://github.com/primer/github-vscode-theme/)

![Screenshot of pi using the gh-dark theme](https://github.com/sorcerersr/pi-gh-dark-theme/raw/HEAD/assets/screenshot.png)

# Install

Copy `gh-dark.json` to your [themes directory](https://github.com/earendil-works/pi/blob/main/packages/coding-agent/docs/themes.md#locations)
or install with `pi install npm:pi-gh-dark-theme`

Then select `gh-dark` in `/settings`, or add it to your Pi settings:

```json
{
  "theme": "gh-dark"
}
```
