{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "medallion",
	"vars": {
		"bg": "#1d1908",
		"fg": "#cac296",
		"black": "#000000",
		"red": "#b64c00",
		"green": "#7c8b16",
		"yellow": "#d3bd26",
		"blue": "#616bb0",
		"magenta": "#8c5a90",
		"cyan": "#916c25",
		"white": "#cac29a",
		"brightBlack": "#5e5219",
		"brightRed": "#ff9149",
		"brightGreen": "#b2ca3b",
		"brightYellow": "#ffe54a",
		"brightBlue": "#acb8ff",
		"brightMagenta": "#ffa0ff",
		"brightCyan": "#ffbc51",
		"brightWhite": "#fed698",
		"selectionBg": "#626dac",
		"selectionFg": "#cac29a",
		"borderMutedVar": "#4d4830",
		"dimVar": "#696346",
		"surface": "#2e2a16",
		"surface2": "#39341f",
		"surfaceBlue": "#272521",
		"surfaceGreen": "#2b2a0a",
		"surfaceRed": "#342107",
		"surfaceMagenta": "#312520",
		"exportPage": "#24200e",
		"exportCard": "#2b2713",
		"exportInfo": "#332d0c"
	},
	"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"
	}
}
