{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "relaxed",
	"vars": {
		"bg": "#353a44",
		"fg": "#d9d9d9",
		"black": "#151515",
		"red": "#bc5653",
		"green": "#909d63",
		"yellow": "#ebc17a",
		"blue": "#6a8799",
		"magenta": "#b06698",
		"cyan": "#c9dfff",
		"white": "#d9d9d9",
		"brightBlack": "#636363",
		"brightRed": "#bc5653",
		"brightGreen": "#a0ac77",
		"brightYellow": "#ebc17a",
		"brightBlue": "#7eaac7",
		"brightMagenta": "#b06698",
		"brightCyan": "#acbbd0",
		"brightWhite": "#f7f7f7",
		"selectionBg": "#6a7985",
		"selectionFg": "#d9d9d9",
		"borderMutedVar": "#63676e",
		"dimVar": "#7d8086",
		"surface": "#454a53",
		"surface2": "#4f535c",
		"surfaceBlue": "#3d4651",
		"surfaceGreen": "#434949",
		"surfaceRed": "#493e46",
		"surfaceMagenta": "#4b4253",
		"exportPage": "#3c404a",
		"exportCard": "#424750",
		"exportInfo": "#4b4a4a"
	},
	"colors": {
		"accent": "magenta",
		"border": "blue",
		"borderAccent": "cyan",
		"borderMuted": "borderMutedVar",
		"success": "green",
		"error": "red",
		"warning": "yellow",
		"muted": "brightBlack",
		"dim": "dimVar",
		"text": "fg",
		"thinkingText": "brightBlack",
		"selectedBg": "selectionBg",
		"userMessageBg": "surface",
		"userMessageText": "fg",
		"customMessageBg": "surfaceMagenta",
		"customMessageText": "fg",
		"customMessageLabel": "brightMagenta",
		"toolPendingBg": "surfaceBlue",
		"toolSuccessBg": "surfaceGreen",
		"toolErrorBg": "surfaceRed",
		"toolTitle": "fg",
		"toolOutput": "brightBlack",
		"mdHeading": "yellow",
		"mdLink": "blue",
		"mdLinkUrl": "dimVar",
		"mdCode": "cyan",
		"mdCodeBlock": "green",
		"mdCodeBlockBorder": "brightBlack",
		"mdQuote": "brightBlack",
		"mdQuoteBorder": "borderMutedVar",
		"mdHr": "borderMutedVar",
		"mdListBullet": "magenta",
		"toolDiffAdded": "green",
		"toolDiffRemoved": "red",
		"toolDiffContext": "brightBlack",
		"syntaxComment": "brightBlack",
		"syntaxKeyword": "blue",
		"syntaxFunction": "yellow",
		"syntaxVariable": "cyan",
		"syntaxString": "green",
		"syntaxNumber": "magenta",
		"syntaxType": "brightCyan",
		"syntaxOperator": "fg",
		"syntaxPunctuation": "brightBlack",
		"thinkingOff": "borderMutedVar",
		"thinkingMinimal": "brightBlack",
		"thinkingLow": "blue",
		"thinkingMedium": "cyan",
		"thinkingHigh": "magenta",
		"thinkingXhigh": "red",
		"bashMode": "green"
	},
	"export": {
		"pageBg": "exportPage",
		"cardBg": "exportCard",
		"infoBg": "exportInfo"
	}
}
