{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "espresso-libre-gogh",
	"vars": {
		"bg": "#2a211c",
		"fg": "#b8a898",
		"black": "#000000",
		"red": "#cc0000",
		"green": "#1a921c",
		"yellow": "#f0e53a",
		"blue": "#0066ff",
		"magenta": "#c5656b",
		"cyan": "#06989a",
		"white": "#d3d7cf",
		"brightBlack": "#555753",
		"brightRed": "#ef2929",
		"brightGreen": "#9aff87",
		"brightYellow": "#fffb5c",
		"brightBlue": "#43a8ed",
		"brightMagenta": "#ff818a",
		"brightCyan": "#34e2e2",
		"brightWhite": "#eeeeec",
		"selectionBg": "#553432",
		"selectionFg": "#2a211c",
		"borderMutedVar": "#52473f",
		"dimVar": "#685c53",
		"surface": "#382f28",
		"surface2": "#413730",
		"surfaceBlue": "#242b3e",
		"surfaceGreen": "#28321c",
		"surfaceRed": "#421c18",
		"surfaceMagenta": "#462d2a",
		"exportPage": "#302621",
		"exportCard": "#352c26",
		"exportInfo": "#423920"
	},
	"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"
	}
}
