{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "morada-gogh",
	"vars": {
		"bg": "#211f46",
		"fg": "#ffffff",
		"black": "#040404",
		"red": "#0f49c4",
		"green": "#48b117",
		"yellow": "#e87324",
		"blue": "#bc0116",
		"magenta": "#665b93",
		"cyan": "#70a699",
		"white": "#f5dcbe",
		"brightBlack": "#4f7cbf",
		"brightRed": "#1c96c7",
		"brightGreen": "#3bff6f",
		"brightYellow": "#efc31c",
		"brightBlue": "#fb605b",
		"brightMagenta": "#975b5a",
		"brightCyan": "#1eff8e",
		"brightWhite": "#f6f5fb",
		"selectionBg": "#34305c",
		"selectionFg": "#211f46",
		"borderMutedVar": "#5f5e7a",
		"dimVar": "#838297",
		"surface": "#373559",
		"surface2": "#454364",
		"surfaceBlue": "#381b3f",
		"surfaceGreen": "#27353f",
		"surfaceRed": "#1e2559",
		"surfaceMagenta": "#2d2a54",
		"exportPage": "#2a284d",
		"exportCard": "#333155",
		"exportInfo": "#392942"
	},
	"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"
	}
}
