{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "vs-code-dark-gogh",
	"vars": {
		"bg": "#1e1e1e",
		"fg": "#cccccc",
		"black": "#6a787a",
		"red": "#e9653b",
		"green": "#39e9a8",
		"yellow": "#e5b684",
		"blue": "#44aae6",
		"magenta": "#e17599",
		"cyan": "#3dd5e7",
		"white": "#c3dde1",
		"brightBlack": "#598489",
		"brightRed": "#e65029",
		"brightGreen": "#00ff9a",
		"brightYellow": "#e89440",
		"brightBlue": "#009afb",
		"brightMagenta": "#ff578f",
		"brightCyan": "#5fffff",
		"brightWhite": "#d9fbff",
		"selectionBg": "#553640",
		"selectionFg": "#1e1e1e",
		"borderMutedVar": "#4f4f4f",
		"dimVar": "#6b6b6b",
		"surface": "#2f2f2f",
		"surface2": "#3a3a3a",
		"surfaceBlue": "#24333c",
		"surfaceGreen": "#223c33",
		"surfaceRed": "#3c2922",
		"surfaceMagenta": "#412e34",
		"exportPage": "#252525",
		"exportCard": "#2c2c2c",
		"exportInfo": "#36302a"
	},
	"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"
	}
}
