{
	"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
	"name": "light-eucalyptus",
	"vars": {
		"cyan": "#00897b",
		"blue": "#00796b",
		"green": "#2e7d32",
		"red": "#c62828",
		"yellow": "#f9a825",
		"gray": "#37474f",
		"dimGray": "#607d8b",
		"darkGray": "#cfd8dc",
		"accent": "#00897b",
		"selectedBg": "#e0f2f1",
		"userMsgBg": "#e0f7fa",
		"toolPendingBg": "#e6f5f3",
		"toolSuccessBg": "#e8f5e9",
		"toolErrorBg": "#ffebee",
		"customMsgBg": "#d1eaed"
	},
	"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": "#00897b",
		"mdLink": "#006064",
		"mdLinkUrl": "dimGray",
		"mdCode": "#00796b",
		"mdCodeBlock": "#00695c",
		"mdCodeBlockBorder": "darkGray",
		"mdQuote": "gray",
		"mdQuoteBorder": "darkGray",
		"mdHr": "darkGray",
		"mdListBullet": "accent",
		"toolDiffAdded": "green",
		"toolDiffRemoved": "red",
		"toolDiffContext": "gray",
		"link": "#006064",
		"syntaxComment": "#37474f",
		"syntaxKeyword": "#00796b",
		"syntaxFunction": "#f9a825",
		"syntaxVariable": "#00897b",
		"syntaxString": "#c62828",
		"syntaxNumber": "#2e7d32",
		"syntaxType": "#00897b",
		"syntaxOperator": "#607d8b",
		"syntaxPunctuation": "#607d8b",
		"thinkingOff": "darkGray",
		"thinkingMinimal": "dimGray",
		"thinkingLow": "blue",
		"thinkingMedium": "cyan",
		"thinkingHigh": "accent",
		"thinkingXhigh": "red",
		"bashMode": "accent",
		"statusLineBg": "#e0f2f1",
		"statusLineSep": "#607d8b",
		"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": "#e0f7fa",
		"cardBg": "#e6f5f3",
		"infoBg": "#e8f5e9"
	}
}
