{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "ollie-gogh",
	"vars": {
		"bg": "#222125",
		"fg": "#8a8dae",
		"black": "#000000",
		"red": "#ac2e31",
		"green": "#31ac61",
		"yellow": "#ac4300",
		"blue": "#2d57ac",
		"magenta": "#b08528",
		"cyan": "#1fa6ac",
		"white": "#8a8eac",
		"brightBlack": "#5b3725",
		"brightRed": "#ff3d48",
		"brightGreen": "#3bff99",
		"brightYellow": "#ff5e1e",
		"brightBlue": "#4488ff",
		"brightMagenta": "#ffc21d",
		"brightCyan": "#1ffaff",
		"brightWhite": "#5b6ea7",
		"selectionBg": "#4a3d26",
		"selectionFg": "#222125",
		"borderMutedVar": "#3f3f4b",
		"dimVar": "#505161",
		"surface": "#2c2c33",
		"surface2": "#33323b",
		"surfaceBlue": "#242939",
		"surfaceGreen": "#24362e",
		"surfaceRed": "#372327",
		"surfaceMagenta": "#3c3326",
		"exportPage": "#26252a",
		"exportCard": "#2a2a30",
		"exportInfo": "#332521"
	},
	"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"
	}
}
