{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "seoul256-gogh",
	"vars": {
		"bg": "#3a3a3a",
		"fg": "#d0d0d0",
		"black": "#4e4e4e",
		"red": "#d68787",
		"green": "#5f865f",
		"yellow": "#d8af5f",
		"blue": "#85add4",
		"magenta": "#d7afaf",
		"cyan": "#87afaf",
		"white": "#d0d0d0",
		"brightBlack": "#626262",
		"brightRed": "#d75f87",
		"brightGreen": "#87af87",
		"brightYellow": "#ffd787",
		"brightBlue": "#add4fb",
		"brightMagenta": "#ffafaf",
		"brightCyan": "#87d7d7",
		"brightWhite": "#e4e4e4",
		"selectionBg": "#665b5b",
		"selectionFg": "#3a3a3a",
		"borderMutedVar": "#646464",
		"dimVar": "#7c7c7c",
		"surface": "#494949",
		"surface2": "#525252",
		"surfaceBlue": "#454b51",
		"surfaceGreen": "#404540",
		"surfaceRed": "#514646",
		"surfaceMagenta": "#564f4f",
		"exportPage": "#404040",
		"exportCard": "#464646",
		"exportInfo": "#4d483e"
	},
	"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"
	}
}
