{
	"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
	"name": "dark-copper",
	"vars": {
		"cyan": "#88c0d0",
		"blue": "#5e81ac",
		"green": "#a3be8c",
		"red": "#bf616a",
		"yellow": "#ebcb8b",
		"gray": "#e5e9f0",
		"dimGray": "#4c566a",
		"darkGray": "#434c5e",
		"accent": "#d08770",
		"selectedBg": "#2e3440",
		"userMsgBg": "#242933",
		"toolPendingBg": "#323846",
		"toolSuccessBg": "#2d333b",
		"toolErrorBg": "#362b2f",
		"customMsgBg": "#2d2f38"
	},
	"colors": {
		"accent": "accent",
		"border": "blue",
		"borderAccent": "accent",
		"borderMuted": "darkGray",
		"success": "green",
		"error": "red",
		"warning": "yellow",
		"muted": "gray",
		"dim": "dimGray",
		"text": "",
		"thinkingText": "gray",
		"selectedBg": "selectedBg",
		"userMessageBg": "userMsgBg",
		"userMessageText": "",
		"customMessageBg": "customMsgBg",
		"customMessageText": "",
		"customMessageLabel": "accent",
		"toolPendingBg": "toolPendingBg",
		"toolSuccessBg": "toolSuccessBg",
		"toolErrorBg": "toolErrorBg",
		"toolTitle": "",
		"toolOutput": "gray",
		"mdHeading": "#d08770",
		"mdLink": "#5e81ac",
		"mdLinkUrl": "dimGray",
		"mdCode": "#ebcb8b",
		"mdCodeBlock": "#a3be8c",
		"mdCodeBlockBorder": "darkGray",
		"mdQuote": "gray",
		"mdQuoteBorder": "darkGray",
		"mdHr": "darkGray",
		"mdListBullet": "accent",
		"toolDiffAdded": "green",
		"toolDiffRemoved": "red",
		"toolDiffContext": "gray",
		"link": "#5e81ac",
		"syntaxComment": "#e5e9f0",
		"syntaxKeyword": "#5e81ac",
		"syntaxFunction": "#ebcb8b",
		"syntaxVariable": "#88c0d0",
		"syntaxString": "#bf616a",
		"syntaxNumber": "#a3be8c",
		"syntaxType": "#d08770",
		"syntaxOperator": "#4c566a",
		"syntaxPunctuation": "#4c566a",
		"thinkingOff": "darkGray",
		"thinkingMinimal": "dimGray",
		"thinkingLow": "blue",
		"thinkingMedium": "cyan",
		"thinkingHigh": "accent",
		"thinkingXhigh": "red",
		"bashMode": "accent",
		"statusLineBg": "#2e3440",
		"statusLineSep": "#4c566a",
		"statusLineModel": "accent",
		"statusLinePath": "blue",
		"statusLineGitClean": "green",
		"statusLineGitDirty": "yellow",
		"statusLineContext": "gray",
		"statusLineSpend": "cyan",
		"statusLineStaged": 28,
		"statusLineDirty": 178,
		"statusLineUntracked": 39,
		"statusLineOutput": 205,
		"statusLineCost": 205,
		"statusLineSubagents": "accent",
		"pythonMode": "yellow"
	},
	"export": {
		"pageBg": "#242933",
		"cardBg": "#323846",
		"infoBg": "#2d333b"
	}
}
