{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "elementary-gogh",
	"vars": {
		"bg": "#101010",
		"fg": "#f2f2f2",
		"black": "#303030",
		"red": "#e1321a",
		"green": "#6ab017",
		"yellow": "#ffc005",
		"blue": "#004f9e",
		"magenta": "#ec0048",
		"cyan": "#2aa7e7",
		"white": "#f2f2f2",
		"brightBlack": "#5d5d5d",
		"brightRed": "#ff361e",
		"brightGreen": "#7bc91f",
		"brightYellow": "#ffd00a",
		"brightBlue": "#0071ff",
		"brightMagenta": "#ff1d62",
		"brightCyan": "#4bb8fd",
		"brightWhite": "#a020f0",
		"selectionBg": "#4e0c20",
		"selectionFg": "#101010",
		"borderMutedVar": "#4f4f4f",
		"dimVar": "#737373",
		"surface": "#272727",
		"surface2": "#343434",
		"surfaceBlue": "#0e1925",
		"surfaceGreen": "#1e2811",
		"surfaceRed": "#2f1512",
		"surfaceMagenta": "#380d1a",
		"exportPage": "#191919",
		"exportCard": "#222222",
		"exportInfo": "#2d250f"
	},
	"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"
	}
}
