{
	"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
	"name": "light-honeycomb",
	"vars": {
		"cyan": "#0097a7",
		"blue": "#f57f17",
		"green": "#388e3c",
		"red": "#d32f2f",
		"yellow": "#ffb300",
		"gray": "#5d4037",
		"dimGray": "#8d6e63",
		"darkGray": "#ffecb3",
		"accent": "#ffb300",
		"selectedBg": "#fff8e1",
		"userMsgBg": "#fffde7",
		"toolPendingBg": "#fff3e0",
		"toolSuccessBg": "#f9fbe7",
		"toolErrorBg": "#fbe9e7",
		"customMsgBg": "#ffecb3"
	},
	"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": "#ffa000",
		"mdLink": "#e65100",
		"mdLinkUrl": "dimGray",
		"mdCode": "#ff6f00",
		"mdCodeBlock": "#f57f17",
		"mdCodeBlockBorder": "darkGray",
		"mdQuote": "gray",
		"mdQuoteBorder": "darkGray",
		"mdHr": "darkGray",
		"mdListBullet": "accent",
		"toolDiffAdded": "green",
		"toolDiffRemoved": "red",
		"toolDiffContext": "gray",
		"link": "#e65100",
		"syntaxComment": "#5d4037",
		"syntaxKeyword": "#f57f17",
		"syntaxFunction": "#ffb300",
		"syntaxVariable": "#0097a7",
		"syntaxString": "#d32f2f",
		"syntaxNumber": "#388e3c",
		"syntaxType": "#ffb300",
		"syntaxOperator": "#8d6e63",
		"syntaxPunctuation": "#8d6e63",
		"thinkingOff": "darkGray",
		"thinkingMinimal": "dimGray",
		"thinkingLow": "blue",
		"thinkingMedium": "cyan",
		"thinkingHigh": "accent",
		"thinkingXhigh": "red",
		"bashMode": "accent",
		"statusLineBg": "#fff8e1",
		"statusLineSep": "#8d6e63",
		"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": "#fffde7",
		"cardBg": "#fff3e0",
		"infoBg": "#f9fbe7"
	}
}
