{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "wryan-gogh",
	"vars": {
		"bg": "#101010",
		"fg": "#999993",
		"black": "#333333",
		"red": "#8c4665",
		"green": "#287373",
		"yellow": "#7c7c99",
		"blue": "#395573",
		"magenta": "#5e468c",
		"cyan": "#31658c",
		"white": "#899ca1",
		"brightBlack": "#3d3d3d",
		"brightRed": "#bf4d80",
		"brightGreen": "#53a6a6",
		"brightYellow": "#9e9ecb",
		"brightBlue": "#477ab3",
		"brightMagenta": "#7e62b3",
		"brightCyan": "#6096bf",
		"brightWhite": "#c0c0c0",
		"selectionBg": "#261f33",
		"selectionFg": "#101010",
		"borderMutedVar": "#363635",
		"dimVar": "#4c4c4a",
		"surface": "#1e1e1d",
		"surface2": "#262625",
		"surfaceBlue": "#161a1f",
		"surfaceGreen": "#141f1f",
		"surfaceRed": "#23181d",
		"surfaceMagenta": "#1e1a26",
		"exportPage": "#151515",
		"exportCard": "#1b1b1a",
		"exportInfo": "#1d1d20"
	},
	"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"
	}
}
