{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "sonokai-gogh",
	"vars": {
		"bg": "#2c2e34",
		"fg": "#e2e2e3",
		"black": "#2c2e34",
		"red": "#fc5d7c",
		"green": "#9ed072",
		"yellow": "#e7c664",
		"blue": "#f39660",
		"magenta": "#b39df3",
		"cyan": "#76cce0",
		"white": "#e2e2e3",
		"brightBlack": "#7f8490",
		"brightRed": "#fc5d7c",
		"brightGreen": "#9ed072",
		"brightYellow": "#e7c664",
		"brightBlue": "#f39660",
		"brightMagenta": "#b39df3",
		"brightCyan": "#76cce0",
		"brightWhite": "#e2e2e3",
		"selectionBg": "#524d69",
		"selectionFg": "#2c2e34",
		"borderMutedVar": "#5f6065",
		"dimVar": "#7c7d81",
		"surface": "#3e4046",
		"surface2": "#494b50",
		"surfaceBlue": "#4a3e3b",
		"surfaceGreen": "#3d463d",
		"surfaceRed": "#4b353f",
		"surfaceMagenta": "#444256",
		"exportPage": "#33353b",
		"exportCard": "#3b3c42",
		"exportInfo": "#42403a"
	},
	"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"
	}
}
