Files
dotfiles/pi/.pi/agent/themes/crew-dracula.json
T
2026-07-21 21:35:16 +02:00

84 lines
2.1 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
"name": "crew-dracula",
"vars": {
"bg": "#282a36",
"fg": "#f8f8f2",
"purple": "#bd93f9",
"pink": "#ff79c6",
"cyan": "#8be9fd",
"green": "#50fa7b",
"orange": "#ffb86c",
"red": "#ff5555",
"yellow": "#f1fa8c",
"gray": "#6272a4",
"dimGray": "#44475a",
"darkGray": "#44475a",
"darkerGray": "#21222c",
"selection": "#44475a",
"userMsgBg": "#343746",
"customMsgBg": "#343746",
"toolPending": "#343746",
"toolSuccess": "#1e2d20",
"toolError": "#2e1a1e"
},
"colors": {
"accent": "purple",
"border": "darkGray",
"borderAccent": "purple",
"borderMuted": "darkerGray",
"success": "green",
"error": "red",
"warning": "orange",
"muted": "gray",
"dim": "dimGray",
"text": "fg",
"thinkingText": "gray",
"selectedBg": "selection",
"userMessageBg": "userMsgBg",
"userMessageText": "fg",
"customMessageBg": "customMsgBg",
"customMessageText": "fg",
"customMessageLabel": "purple",
"toolPendingBg": "toolPending",
"toolSuccessBg": "toolSuccess",
"toolErrorBg": "toolError",
"toolTitle": "cyan",
"toolOutput": "gray",
"mdHeading": "yellow",
"mdLink": "purple",
"mdLinkUrl": "dimGray",
"mdCode": "green",
"mdCodeBlock": "#50fa7b",
"mdCodeBlockBorder": "darkGray",
"mdQuote": "gray",
"mdQuoteBorder": "darkGray",
"mdHr": "darkGray",
"mdListBullet": "purple",
"toolDiffAdded": "green",
"toolDiffRemoved": "red",
"toolDiffContext": "gray",
"syntaxComment": "#6272a4",
"syntaxKeyword": "pink",
"syntaxFunction": "purple",
"syntaxVariable": "orange",
"syntaxString": "yellow",
"syntaxNumber": "purple",
"syntaxType": "cyan",
"syntaxOperator": "pink",
"syntaxPunctuation": "fg",
"thinkingOff": "darkerGray",
"thinkingMinimal": "#44475a",
"thinkingLow": "purple",
"thinkingMedium": "#bd93f9",
"thinkingHigh": "cyan",
"thinkingXhigh": "pink",
"bashMode": "green"
},
"export": {
"pageBg": "#282a36",
"cardBg": "#343746",
"infoBg": "#44475a"
}
}