{
	"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
	"name": "dark-ember",
	"vars": {
		"cyan": "#56b6c2",
		"blue": "#5f8dd3",
		"green": "#98c379",
		"red": "#e06c75",
		"yellow": "#e5c07b",
		"gray": "#abb2bf",
		"dimGray": "#5c6370",
		"darkGray": "#4b5263",
		"accent": "#ff6f61",
		"selectedBg": "#2c313a",
		"userMsgBg": "#21252b",
		"toolPendingBg": "#282c34",
		"toolSuccessBg": "#23272e",
		"toolErrorBg": "#2e2525",
		"customMsgBg": "#2a2530"
	},
	"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": "#ff6f61",
		"mdLink": "#5f8dd3",
		"mdLinkUrl": "dimGray",
		"mdCode": "#e5c07b",
		"mdCodeBlock": "#56b6c2",
		"mdCodeBlockBorder": "darkGray",
		"mdQuote": "gray",
		"mdQuoteBorder": "darkGray",
		"mdHr": "darkGray",
		"mdListBullet": "accent",
		"toolDiffAdded": "green",
		"toolDiffRemoved": "red",
		"toolDiffContext": "gray",
		"link": "#5f8dd3",
		"syntaxComment": "#abb2bf",
		"syntaxKeyword": "#5f8dd3",
		"syntaxFunction": "#e5c07b",
		"syntaxVariable": "#56b6c2",
		"syntaxString": "#e06c75",
		"syntaxNumber": "#98c379",
		"syntaxType": "#ff6f61",
		"syntaxOperator": "#5c6370",
		"syntaxPunctuation": "#5c6370",
		"thinkingOff": "darkGray",
		"thinkingMinimal": "dimGray",
		"thinkingLow": "blue",
		"thinkingMedium": "cyan",
		"thinkingHigh": "accent",
		"thinkingXhigh": "red",
		"bashMode": "accent",
		"statusLineBg": "#2c313a",
		"statusLineSep": "#5c6370",
		"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": "#21252b",
		"cardBg": "#282c34",
		"infoBg": "#23272e"
	}
}
