{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "molokai-gogh",
	"vars": {
		"bg": "#1b1d1e",
		"fg": "#bbbbbb",
		"black": "#1b1d1e",
		"red": "#7325fa",
		"green": "#23e298",
		"yellow": "#60d4df",
		"blue": "#d08010",
		"magenta": "#ff0087",
		"cyan": "#d0a843",
		"white": "#bbbbbb",
		"brightBlack": "#555555",
		"brightRed": "#9d66f6",
		"brightGreen": "#5fe0b1",
		"brightYellow": "#6df2ff",
		"brightBlue": "#ffaf00",
		"brightMagenta": "#ff87af",
		"brightCyan": "#ffce51",
		"brightWhite": "#ffffff",
		"selectionBg": "#5b153b",
		"selectionFg": "#1b1d1e",
		"borderMutedVar": "#48494a",
		"dimVar": "#616363",
		"surface": "#2b2d2e",
		"surface2": "#353637",
		"surfaceBlue": "#362c1c",
		"surfaceGreen": "#1c3b30",
		"surfaceRed": "#281e3f",
		"surfaceMagenta": "#441831",
		"exportPage": "#212324",
		"exportCard": "#282a2b",
		"exportInfo": "#233335"
	},
	"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"
	}
}
