{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "flat-gogh",
	"vars": {
		"bg": "#1f2d3a",
		"fg": "#1abc9c",
		"black": "#2c3e50",
		"red": "#c0392b",
		"green": "#27ae60",
		"yellow": "#f39c12",
		"blue": "#2980b9",
		"magenta": "#8e44ad",
		"cyan": "#16a085",
		"white": "#bdc3c7",
		"brightBlack": "#34495e",
		"brightRed": "#e74c3c",
		"brightGreen": "#2ecc71",
		"brightYellow": "#f1c40f",
		"brightBlue": "#3498db",
		"brightMagenta": "#9b59b6",
		"brightCyan": "#2aa198",
		"brightWhite": "#ecf0f1",
		"selectionBg": "#3e335a",
		"selectionFg": "#1f2d3a",
		"borderMutedVar": "#1e5555",
		"dimVar": "#1d6c65",
		"surface": "#1f3b44",
		"surface2": "#1e444a",
		"surfaceBlue": "#21394d",
		"surfaceGreen": "#204040",
		"surfaceRed": "#372f38",
		"surfaceMagenta": "#33314f",
		"exportPage": "#1f333e",
		"exportCard": "#1f3842",
		"exportInfo": "#383a35"
	},
	"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"
	}
}
