Skip to content

Instantly share code, notes, and snippets.

View kfr2's full-sized avatar
🌮
Hello!

Kevin Richardson kfr2

🌮
Hello!
View GitHub Profile
@kfr2
kfr2 / pure-footer.ts
Created May 18, 2026 19:21
A footer for pi.dev which emulates the Pure prompt
@kfr2
kfr2 / dracula.json
Created May 18, 2026 19:34
Dracula theme for pi.dev
{
"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
"name": "dracula",
"vars": {
"bg": "#282a36",
"currentLine": "#44475a",
"fg": "#f8f8f2",
"comment": "#6272a4",
"cyan": "#8be9fd",
"green": "#50fa7b",
@kfr2
kfr2 / dracula.yaml
Created May 20, 2026 19:12
Dracula skin for Hermes agent
name: dracula
description: Dracula color scheme — purple and pink with dark backgrounds
colors:
banner_border: "#bd93f9"
banner_title: "#ff79c6"
banner_accent: "#8be9fd"
banner_dim: "#6272a4"
banner_text: "#f8f8f2"
ui_accent: "#bd93f9"