Created
May 18, 2026 19:34
-
-
Save kfr2/815b4229303b8f517f74e42e767bc6a3 to your computer and use it in GitHub Desktop.
Dracula theme for pi.dev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$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", | |
| "orange": "#ffb86c", | |
| "pink": "#ff79c6", | |
| "purple": "#bd93f9", | |
| "red": "#ff5555", | |
| "yellow": "#f1fa8c" | |
| }, | |
| "colors": { | |
| "accent": "purple", | |
| "border": "comment", | |
| "borderAccent": "purple", | |
| "borderMuted": "currentLine", | |
| "success": "green", | |
| "error": "red", | |
| "warning": "orange", | |
| "muted": "comment", | |
| "dim": "#44475a", | |
| "text": "", | |
| "thinkingText": "comment", | |
| "selectedBg": "currentLine", | |
| "userMessageBg": "#2d2f3e", | |
| "userMessageText": "", | |
| "customMessageBg": "#2d2f3e", | |
| "customMessageText": "", | |
| "customMessageLabel":"pink", | |
| "toolPendingBg": "#282a36", | |
| "toolSuccessBg": "#1e2a22", | |
| "toolErrorBg": "#2a1e1e", | |
| "toolTitle": "purple", | |
| "toolOutput": "", | |
| "mdHeading": "pink", | |
| "mdLink": "cyan", | |
| "mdLinkUrl": "comment", | |
| "mdCode": "cyan", | |
| "mdCodeBlock": "", | |
| "mdCodeBlockBorder": "currentLine", | |
| "mdQuote": "yellow", | |
| "mdQuoteBorder": "comment", | |
| "mdHr": "comment", | |
| "mdListBullet": "pink", | |
| "toolDiffAdded": "green", | |
| "toolDiffRemoved": "red", | |
| "toolDiffContext": "comment", | |
| "syntaxComment": "comment", | |
| "syntaxKeyword": "pink", | |
| "syntaxFunction": "green", | |
| "syntaxVariable": "fg", | |
| "syntaxString": "yellow", | |
| "syntaxNumber": "purple", | |
| "syntaxType": "cyan", | |
| "syntaxOperator": "pink", | |
| "syntaxPunctuation": "fg", | |
| "thinkingOff": "currentLine", | |
| "thinkingMinimal": "comment", | |
| "thinkingLow": "purple", | |
| "thinkingMedium": "cyan", | |
| "thinkingHigh": "pink", | |
| "thinkingXhigh": "red", | |
| "bashMode": "orange" | |
| }, | |
| "export": { | |
| "pageBg": "#21222c", | |
| "cardBg": "#282a36", | |
| "infoBg": "#3d3f4f" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment