{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "later-this-evening-gogh",
	"vars": {
		"bg": "#222222",
		"fg": "#959595",
		"black": "#2b2b2b",
		"red": "#d45a60",
		"green": "#afba67",
		"yellow": "#e5d289",
		"blue": "#a0bad6",
		"magenta": "#c092d6",
		"cyan": "#91bfb7",
		"white": "#3c3d3d",
		"brightBlack": "#454747",
		"brightRed": "#d3232f",
		"brightGreen": "#aabb39",
		"brightYellow": "#e5be39",
		"brightBlue": "#6699d6",
		"brightMagenta": "#ab53d6",
		"brightCyan": "#5fc0ae",
		"brightWhite": "#c1c2c2",
		"selectionBg": "#4e4154",
		"selectionFg": "#222222",
		"borderMutedVar": "#424242",
		"dimVar": "#555555",
		"surface": "#2e2e2e",
		"surface2": "#343434",
		"surfaceBlue": "#35393d",
		"surfaceGreen": "#37392c",
		"surfaceRed": "#3d2a2b",
		"surfaceMagenta": "#3e3642",
		"exportPage": "#272727",
		"exportCard": "#2b2b2b",
		"exportInfo": "#39372e"
	},
	"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"
	}
}
