{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "peppermint-gogh",
	"vars": {
		"bg": "#000000",
		"fg": "#c7c7c7",
		"black": "#353535",
		"red": "#e64569",
		"green": "#89d287",
		"yellow": "#dab752",
		"blue": "#439ecf",
		"magenta": "#d961dc",
		"cyan": "#64aaaf",
		"white": "#b3b3b3",
		"brightBlack": "#535353",
		"brightRed": "#e4859a",
		"brightGreen": "#a2cca1",
		"brightYellow": "#e1e387",
		"brightBlue": "#6fbbe2",
		"brightMagenta": "#e586e7",
		"brightCyan": "#96dcda",
		"brightWhite": "#dedede",
		"selectionBg": "#3d1b3e",
		"selectionFg": "#000000",
		"borderMutedVar": "#383838",
		"dimVar": "#585858",
		"surface": "#141414",
		"surface2": "#202020",
		"surfaceBlue": "#0a181f",
		"surfaceGreen": "#152014",
		"surfaceRed": "#230a10",
		"surfaceMagenta": "#271128",
		"exportPage": "#080808",
		"exportCard": "#101010",
		"exportInfo": "#1a160a"
	},
	"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"
	}
}
