{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "oxocarbon-dark-gogh",
	"vars": {
		"bg": "#161616",
		"fg": "#ffffff",
		"black": "#262626",
		"red": "#ee5396",
		"green": "#42be65",
		"yellow": "#ffe97b",
		"blue": "#33b1ff",
		"magenta": "#ff7eb6",
		"cyan": "#3ddbd9",
		"white": "#dde1e6",
		"brightBlack": "#393939",
		"brightRed": "#ee5396",
		"brightGreen": "#42be65",
		"brightYellow": "#ffe97b",
		"brightBlue": "#33b1ff",
		"brightMagenta": "#ff7eb6",
		"brightCyan": "#3ddbd9",
		"brightWhite": "#ffffff",
		"selectionBg": "#573343",
		"selectionFg": "#161616",
		"borderMutedVar": "#575757",
		"dimVar": "#7d7d7d",
		"surface": "#2d2d2d",
		"surface2": "#3b3b3b",
		"surfaceBlue": "#1a2d39",
		"surfaceGreen": "#1d2f22",
		"surfaceRed": "#361f29",
		"surfaceMagenta": "#402933",
		"exportPage": "#1f1f1f",
		"exportCard": "#292929",
		"exportInfo": "#322f22"
	},
	"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"
	}
}
