{
	"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
	"name": "dark-dracula",
	"vars": {
		"background": "#282A36",
		"currentLine": "#44475A",
		"foreground": "#F8F8F2",
		"comment": "#6272A4",
		"cyan": "#8BE9FD",
		"green": "#50FA7B",
		"orange": "#FFB86C",
		"pink": "#FF79C6",
		"purple": "#BD93F9",
		"red": "#FF5555",
		"yellow": "#F1FA8C",
		"selectedBg": "#44475A",
		"userMsgBg": "#1f2029",
		"toolPendingBg": "#21222C",
		"toolSuccessBg": "#1a1f1e",
		"toolErrorBg": "#2a2028",
		"customMsgBg": "#2b2640"
	},
	"colors": {
		"accent": "purple",
		"border": "purple",
		"borderAccent": "pink",
		"borderMuted": "currentLine",
		"success": "green",
		"error": "red",
		"warning": "yellow",
		"muted": "comment",
		"dim": "currentLine",
		"text": "",
		"thinkingText": "comment",
		"selectedBg": "selectedBg",
		"userMessageBg": "userMsgBg",
		"userMessageText": "",
		"customMessageBg": "customMsgBg",
		"customMessageText": "",
		"customMessageLabel": "purple",
		"toolPendingBg": "toolPendingBg",
		"toolSuccessBg": "toolSuccessBg",
		"toolErrorBg": "toolErrorBg",
		"toolText": "",
		"toolTitle": "cyan",
		"toolOutput": "comment",
		"mdHeading": "purple",
		"mdLink": "cyan",
		"mdLinkUrl": "comment",
		"mdCode": "pink",
		"mdCodeBlock": "green",
		"mdCodeBlockBorder": "currentLine",
		"mdQuote": "comment",
		"mdQuoteBorder": "currentLine",
		"mdHr": "currentLine",
		"mdListBullet": "pink",
		"toolDiffAdded": "green",
		"toolDiffRemoved": "red",
		"toolDiffContext": "comment",
		"link": "cyan",
		"syntaxComment": "comment",
		"syntaxKeyword": "pink",
		"syntaxFunction": "green",
		"syntaxVariable": "cyan",
		"syntaxString": "yellow",
		"syntaxNumber": "purple",
		"syntaxType": "cyan",
		"syntaxOperator": "pink",
		"syntaxPunctuation": "foreground",
		"thinkingOff": "currentLine",
		"thinkingMinimal": "comment",
		"thinkingLow": "cyan",
		"thinkingMedium": "purple",
		"thinkingHigh": "pink",
		"thinkingXhigh": "orange",
		"bashMode": "green",
		"statusLineBg": "background",
		"statusLineSep": "currentLine",
		"statusLineModel": "purple",
		"statusLinePath": "cyan",
		"statusLineGitClean": "green",
		"statusLineGitDirty": "orange",
		"statusLineContext": "purple",
		"statusLineSpend": "cyan",
		"statusLineStaged": "green",
		"statusLineDirty": "orange",
		"statusLineUntracked": "pink",
		"statusLineOutput": "pink",
		"statusLineCost": "pink",
		"statusLineSubagents": "purple",
		"pythonMode": "yellow"
	},
	"export": {
		"pageBg": "#1e1f29",
		"cardBg": "#282A36",
		"infoBg": "#343746"
	}
}
