Skip to content

dkmnx/pi-cursor-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pi-cursor-theme

A Cursor-inspired dark theme for the pi coding agent.

Inspiration: Based on the Cursor theme from the opencode project.

Installation

Install from npm:

pi install npm:pi-cursor-theme

Or install from git:

pi install git:github.com/dkmnx/pi-cursor-theme

Theme Preview

The cursor-dark theme features a carefully balanced color palette inspired by Cursor's dark mode, optimized for readability in the pi TUI interface.

Color Palette

Name Color
Background #181818
Panel #141414
Element #262626
Foreground #e4e4e4
Muted #888888
Border #333333

Accent Colors

Name Color
Cyan #88c0d0
Blue #81a1c1
Green #3fa266
Green Bright #70b489
Red #e34671
Red Bright #fc6b83
Yellow #f1b467
Orange #d2943e
Pink #E394DC
Purple #AAA0FA
Teal #82D2CE

Usage

After installation, use the theme by passing it to pi:

pi --theme cursor-dark

To make it default, use the /settings command and select the theme.

Or add it directly to ~/.pi/agent/settings.json:

{
  "theme": "cursor-dark"
}

Or use pi config to enable it interactively:

pi config

Then use space to toggle the cursor-dark theme.

License

MIT

About

A Cursor-inspired dark theme for pi coding agent

Resources

License

Stars

Watchers

Forks

Packages

No packages published