{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "red-alert-gogh",
	"vars": {
		"bg": "#762423",
		"fg": "#ffffff",
		"black": "#000000",
		"red": "#d62e4e",
		"green": "#71be6b",
		"yellow": "#beb86b",
		"blue": "#489bee",
		"magenta": "#e979d7",
		"cyan": "#6bbeb8",
		"white": "#d6d6d6",
		"brightBlack": "#262626",
		"brightRed": "#e02553",
		"brightGreen": "#aff08c",
		"brightYellow": "#dfddb7",
		"brightBlue": "#65aaf1",
		"brightMagenta": "#ddb7df",
		"brightCyan": "#b7dfdd",
		"brightWhite": "#ffffff",
		"selectionBg": "#963c55",
		"selectionFg": "#762423",
		"borderMutedVar": "#9c6161",
		"dimVar": "#b28484",
		"surface": "#843a39",
		"surface2": "#8c4746",
		"surfaceBlue": "#6f3641",
		"surfaceGreen": "#753b2e",
		"surfaceRed": "#842629",
		"surfaceMagenta": "#8b3343",
		"exportPage": "#7b2d2c",
		"exportCard": "#813635",
		"exportInfo": "#7f362c"
	},
	"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"
	}
}
