{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "plan",
	"vars": {
		"accent": "#d7af5f",
		"muted": "#858585",
		"dim": "#5f5f5f",
		"surface": "#2b2b2b",
		"green": "#87af87",
		"red": "#d78787"
	},
	"colors": {
		"accent": "accent",
		"border": "dim",
		"borderAccent": "accent",
		"borderMuted": "dim",
		"success": "green",
		"error": "red",
		"warning": "accent",
		"muted": "muted",
		"dim": "dim",
		"text": "",
		"thinkingText": "muted",

		"selectedBg": "surface",
		"userMessageBg": "",
		"userMessageText": "",
		"customMessageBg": "",
		"customMessageText": "",
		"customMessageLabel": "accent",
		"toolPendingBg": "",
		"toolSuccessBg": "",
		"toolErrorBg": "",
		"toolTitle": "accent",
		"toolOutput": "muted",

		"mdHeading": "accent",
		"mdLink": "accent",
		"mdLinkUrl": "dim",
		"mdCode": "accent",
		"mdCodeBlock": "",
		"mdCodeBlockBorder": "dim",
		"mdQuote": "muted",
		"mdQuoteBorder": "dim",
		"mdHr": "dim",
		"mdListBullet": "accent",

		"toolDiffAdded": "green",
		"toolDiffRemoved": "red",
		"toolDiffContext": "muted",

		"syntaxComment": "dim",
		"syntaxKeyword": "accent",
		"syntaxFunction": "",
		"syntaxVariable": "",
		"syntaxString": "muted",
		"syntaxNumber": "muted",
		"syntaxType": "accent",
		"syntaxOperator": "muted",
		"syntaxPunctuation": "dim",

		"thinkingOff": "dim",
		"thinkingMinimal": "dim",
		"thinkingLow": "muted",
		"thinkingMedium": "muted",
		"thinkingHigh": "accent",
		"thinkingXhigh": "accent",
		"thinkingMax": "accent",

		"bashMode": "accent"
	},
	"export": {
		"pageBg": "#181818",
		"cardBg": "#202020",
		"infoBg": "#272727"
	}
}
