{
	"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
	"name": "dark-terminal",
	"vars": {
		"cyan": "#00ffcc",
		"blue": "#00aaff",
		"green": "#00ff00",
		"red": "#ff0000",
		"yellow": "#ffff00",
		"gray": "#cccccc",
		"dimGray": "#666666",
		"darkGray": "#333333",
		"accent": "#00ff00",
		"selectedBg": "#111111",
		"userMsgBg": "#050505",
		"toolPendingBg": "#0a0a0a",
		"toolSuccessBg": "#001100",
		"toolErrorBg": "#110000",
		"customMsgBg": "#080808"
	},
	"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": "#00ff00",
		"mdLink": "#00aaff",
		"mdLinkUrl": "dimGray",
		"mdCode": "#00cc00",
		"mdCodeBlock": "#00aa00",
		"mdCodeBlockBorder": "darkGray",
		"mdQuote": "gray",
		"mdQuoteBorder": "darkGray",
		"mdHr": "darkGray",
		"mdListBullet": "accent",
		"toolDiffAdded": "green",
		"toolDiffRemoved": "red",
		"toolDiffContext": "gray",
		"link": "#00aaff",
		"syntaxComment": "#cccccc",
		"syntaxKeyword": "#00aaff",
		"syntaxFunction": "#ffff00",
		"syntaxVariable": "#00ffcc",
		"syntaxString": "#ff0000",
		"syntaxNumber": "#00ff00",
		"syntaxType": "#00ff00",
		"syntaxOperator": "#666666",
		"syntaxPunctuation": "#666666",
		"thinkingOff": "darkGray",
		"thinkingMinimal": "dimGray",
		"thinkingLow": "blue",
		"thinkingMedium": "cyan",
		"thinkingHigh": "accent",
		"thinkingXhigh": "red",
		"bashMode": "accent",
		"statusLineBg": "#111111",
		"statusLineSep": "#666666",
		"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": "#050505",
		"cardBg": "#0a0a0a",
		"infoBg": "#001100"
	}
}
