Files
calvana/.pi/themes/dracula.json

82 lines
2.2 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
"name": "dracula",
"vars": {
"bg": "#1a1b26",
"bgDark": "#161722",
"bgDeep": "#141520",
"surface": "#252738",
"selection": "#2c2e44",
"bgRed": "#2e1220",
"bgOrange": "#2e1c12",
"bgGreen": "#122e1a",
"bgCyan": "#122a2e",
"bgPurple": "#261536",
"bgPink": "#2e1228",
"fg": "#ffffff",
"fgSoft": "#bbbbbb",
"comment": "#f8fcc4",
"cyan": "#8be9fd",
"green": "#50fa7b",
"orange": "#ffb86c",
"pink": "#ff79c6",
"purple": "#bd93f9",
"red": "#ff5555",
"yellow": "#f1fa8c",
"blue": "#6296e4"
},
"colors": {
"accent": "purple",
"border": "pink",
"borderAccent": "purple",
"borderMuted": "surface",
"success": "green",
"error": "red",
"warning": "orange",
"muted": "comment",
"dim": "comment",
"text": "fg",
"thinkingText": "cyan",
"selectedBg": "bgPurple",
"userMessageBg": "bgPink",
"userMessageText": "fg",
"customMessageBg": "bgCyan",
"customMessageText": "fg",
"customMessageLabel": "cyan",
"toolPendingBg": "bgOrange",
"toolSuccessBg": "bgGreen",
"toolErrorBg": "bgRed",
"toolTitle": "pink",
"toolOutput": "fgSoft",
"mdHeading": "pink",
"mdLink": "cyan",
"mdLinkUrl": "comment",
"mdCode": "green",
"mdCodeBlock": "fgSoft",
"mdCodeBlockBorder": "surface",
"mdQuote": "purple",
"mdQuoteBorder": "surface",
"mdHr": "surface",
"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": "fgSoft",
"thinkingOff": "surface",
"thinkingMinimal": "comment",
"thinkingLow": "blue",
"thinkingMedium": "purple",
"thinkingHigh": "cyan",
"thinkingXhigh": "pink",
"bashMode": "orange"
}
}