{
	"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
	"name": "light-meadow",
	"vars": {
		"meadowBg": "#F3F7F1",
		"meadowPanel": "#E8EFE4",
		"meadowSurface": "#FAFDF8",
		"meadowBorder": "#C9D4C3",
		"grassGreen": "#4F8B56",
		"wildflowerPurple": "#7A5BBF",
		"successGreen": "#3F8F55",
		"warningGold": "#C8902C",
		"errorRed": "#C75B5B",
		"skyTeal": "#3D7F7A",
		"mutedText": "#556257",
		"dimText": "#7A857B"
	},
	"colors": {
		"accent": "wildflowerPurple",
		"border": "meadowBorder",
		"borderAccent": "grassGreen",
		"borderMuted": "meadowPanel",
		"success": "successGreen",
		"error": "errorRed",
		"warning": "warningGold",
		"muted": "mutedText",
		"dim": "dimText",
		"text": "",
		"thinkingText": "mutedText",
		"selectedBg": "meadowPanel",
		"userMessageBg": "meadowSurface",
		"userMessageText": "",
		"customMessageBg": "#EDEDE7",
		"customMessageText": "",
		"customMessageLabel": "wildflowerPurple",
		"toolPendingBg": "meadowBg",
		"toolSuccessBg": "#E4F1E6",
		"toolErrorBg": "#F4E3E3",
		"toolTitle": "",
		"toolOutput": "mutedText",
		"mdHeading": "wildflowerPurple",
		"mdLink": "skyTeal",
		"mdLinkUrl": "dimText",
		"mdCode": "grassGreen",
		"mdCodeBlock": "skyTeal",
		"mdCodeBlockBorder": "meadowBorder",
		"mdQuote": "mutedText",
		"mdQuoteBorder": "meadowBorder",
		"mdHr": "meadowBorder",
		"mdListBullet": "grassGreen",
		"toolDiffAdded": "successGreen",
		"toolDiffRemoved": "errorRed",
		"toolDiffContext": "mutedText",
		"syntaxComment": "dimText",
		"syntaxKeyword": "wildflowerPurple",
		"syntaxFunction": "skyTeal",
		"syntaxVariable": "mutedText",
		"syntaxString": "grassGreen",
		"syntaxNumber": "warningGold",
		"syntaxType": "grassGreen",
		"syntaxOperator": "mutedText",
		"syntaxPunctuation": "mutedText",
		"thinkingOff": "meadowBorder",
		"thinkingMinimal": "dimText",
		"thinkingLow": "grassGreen",
		"thinkingMedium": "wildflowerPurple",
		"thinkingHigh": "skyTeal",
		"thinkingXhigh": "successGreen",
		"bashMode": "grassGreen",
		"statusLineBg": "#EEF4EB",
		"statusLineSep": "meadowBorder",
		"statusLineModel": "wildflowerPurple",
		"statusLinePath": "skyTeal",
		"statusLineGitClean": "successGreen",
		"statusLineGitDirty": "warningGold",
		"statusLineContext": "mutedText",
		"statusLineSpend": "wildflowerPurple",
		"statusLineStaged": "successGreen",
		"statusLineDirty": "warningGold",
		"statusLineUntracked": "skyTeal",
		"statusLineOutput": "wildflowerPurple",
		"statusLineCost": "warningGold",
		"statusLineSubagents": "wildflowerPurple",
		"pythonMode": "#f0c040"
	},
	"export": {
		"pageBg": "#F3F7F1",
		"cardBg": "#FAFDF8",
		"infoBg": "#E8EFE4"
	}
}
