{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "arthur-gogh",
	"vars": {
		"bg": "#1c1c1c",
		"fg": "#ddeedd",
		"black": "#3d352a",
		"red": "#cd5c5c",
		"green": "#86af80",
		"yellow": "#e8ae5b",
		"blue": "#6495ed",
		"magenta": "#deb887",
		"cyan": "#b0c4de",
		"white": "#bbaa99",
		"brightBlack": "#554444",
		"brightRed": "#cc5533",
		"brightGreen": "#88aa22",
		"brightYellow": "#ffa75d",
		"brightBlue": "#87ceeb",
		"brightMagenta": "#996600",
		"brightCyan": "#b0c4de",
		"brightWhite": "#ddccbb",
		"selectionBg": "#52483a",
		"selectionFg": "#1c1c1c",
		"borderMutedVar": "#525752",
		"dimVar": "#717871",
		"surface": "#2f312f",
		"surface2": "#3b3e3b",
		"surfaceBlue": "#272e3b",
		"surfaceGreen": "#2c322b",
		"surfaceRed": "#372626",
		"surfaceMagenta": "#3f382f",
		"exportPage": "#242424",
		"exportCard": "#2b2d2b",
		"exportInfo": "#342e24"
	},
	"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"
	}
}
