{
	"$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "pix-dracula",
	"vars": {
		"blue": "#bd93f9",
		"purple": "#ff79c6",
		"cyan": "#8be9fd",
		"teal": "#8be9fd",
		"green": "#50fa7b",
		"green2": "#50fa7b",
		"red": "#ff5555",
		"orange": "#ffb86c",
		"yellow": "#f1fa8c",
		"text": "#f8f8f2",
		"textBright": "#ffffff",
		"muted": "#9ca3c4",
		"dim": "#6272a4",
		"comment": "#6272a4",
		"bg": "#282a36",
		"bg1": "#21222c",
		"bg2": "#191a21",
		"bg3": "#44475a",
		"bg4": "#343746",
		"operator": "#ff79c6",
		"punct": "#f8f8f2"
	},
	"colors": {
		"accent": "blue",
		"border": "bg4",
		"borderAccent": "blue",
		"borderMuted": "bg3",
		"success": "green",
		"error": "red",
		"warning": "yellow",
		"muted": "muted",
		"dim": "dim",
		"text": "",
		"thinkingText": "muted",
		"selectedBg": "bg3",
		"userMessageBg": "bg1",
		"userMessageText": "",
		"customMessageBg": "bg2",
		"customMessageText": "",
		"customMessageLabel": "blue",
		"toolPendingBg": "bg1",
		"toolSuccessBg": "bg1",
		"toolErrorBg": "bg2",
		"toolTitle": "blue",
		"toolOutput": "",
		"mdHeading": "purple",
		"mdLink": "green",
		"mdLinkUrl": "muted",
		"mdCode": "cyan",
		"mdCodeBlock": "",
		"mdCodeBlockBorder": "bg4",
		"mdQuote": "muted",
		"mdQuoteBorder": "dim",
		"mdHr": "dim",
		"mdListBullet": "blue",
		"toolDiffAdded": "green",
		"toolDiffRemoved": "red",
		"toolDiffContext": "muted",
		"syntaxComment": "comment",
		"syntaxKeyword": "purple",
		"syntaxFunction": "green",
		"syntaxVariable": "cyan",
		"syntaxString": "yellow",
		"syntaxNumber": "blue",
		"syntaxType": "purple",
		"syntaxOperator": "operator",
		"syntaxPunctuation": "muted",
		"thinkingOff": "dim",
		"thinkingMinimal": "muted",
		"thinkingLow": "green",
		"thinkingMedium": "blue",
		"thinkingHigh": "yellow",
		"thinkingXhigh": "red",
		"bashMode": "yellow"
	},
	"export": {
		"pageBg": "#191a21",
		"cardBg": "#21222c",
		"infoBg": "#44475a"
	}
}
