{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "aci-gogh",
	"vars": {
		"bg": "#0d1926",
		"fg": "#b4e1fd",
		"black": "#363636",
		"red": "#ff0883",
		"green": "#83ff08",
		"yellow": "#ff8308",
		"blue": "#0883ff",
		"magenta": "#8308ff",
		"cyan": "#08ff83",
		"white": "#b6b6b6",
		"brightBlack": "#424242",
		"brightRed": "#ff1e8e",
		"brightGreen": "#8eff1e",
		"brightYellow": "#ff8e1e",
		"brightBlue": "#1e8eff",
		"brightMagenta": "#8e1eff",
		"brightCyan": "#1eff8e",
		"brightWhite": "#c2c2c2",
		"selectionBg": "#2e1463",
		"selectionFg": "#0d1926",
		"borderMutedVar": "#3c5162",
		"dimVar": "#567185",
		"surface": "#1e2d3c",
		"surface2": "#283948",
		"surfaceBlue": "#0c2947",
		"surfaceGreen": "#1f3c22",
		"surfaceRed": "#311634",
		"surfaceMagenta": "#22164d",
		"exportPage": "#14212f",
		"exportCard": "#1a2937",
		"exportInfo": "#2a2622"
	},
	"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"
	}
}
