{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "adventure-time-gogh",
	"vars": {
		"bg": "#1f1d45",
		"fg": "#f8dcc0",
		"black": "#050404",
		"red": "#bd0013",
		"green": "#4ab118",
		"yellow": "#e7741e",
		"blue": "#0f4ac6",
		"magenta": "#665993",
		"cyan": "#70a598",
		"white": "#f8dcc0",
		"brightBlack": "#4e7cbf",
		"brightRed": "#fc5f5a",
		"brightGreen": "#9eff6e",
		"brightYellow": "#efc11a",
		"brightBlue": "#1997c6",
		"brightMagenta": "#9b5953",
		"brightCyan": "#c8faf4",
		"brightWhite": "#f6f5fb",
		"selectionBg": "#332e5b",
		"selectionFg": "#1f1d45",
		"borderMutedVar": "#5c5267",
		"dimVar": "#7e717b",
		"surface": "#353051",
		"surface2": "#423c59",
		"surfaceBlue": "#1d2458",
		"surfaceGreen": "#25333e",
		"surfaceRed": "#37193e",
		"surfaceMagenta": "#2c2853",
		"exportPage": "#28254a",
		"exportCard": "#302c4f",
		"exportInfo": "#372740"
	},
	"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"
	}
}
