{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "butrin-gogh",
	"vars": {
		"bg": "#4b3b3c",
		"fg": "#f2f2f2",
		"black": "#8c7e78",
		"red": "#e68a8a",
		"green": "#99cc99",
		"yellow": "#fad7a0",
		"blue": "#6699cc",
		"magenta": "#c8a2c8",
		"cyan": "#6fc3b2",
		"white": "#e2cebe",
		"brightBlack": "#bfaca4",
		"brightRed": "#f2b1b1",
		"brightGreen": "#b2d8b2",
		"brightYellow": "#f7dcb4",
		"brightBlue": "#87cefa",
		"brightMagenta": "#d8bfd8",
		"brightCyan": "#64dbdb",
		"brightWhite": "#f2f2f2",
		"selectionBg": "#6e5863",
		"selectionFg": "#4b3b3c",
		"borderMutedVar": "#7a6e6f",
		"dimVar": "#948c8c",
		"surface": "#5c4d4e",
		"surface2": "#665859",
		"surfaceBlue": "#4f4952",
		"surfaceGreen": "#57514a",
		"surfaceRed": "#624748",
		"surfaceMagenta": "#624e55",
		"exportPage": "#524243",
		"exportCard": "#584a4b",
		"exportInfo": "#604e48"
	},
	"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"
	}
}
