{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "predawn-gogh",
	"vars": {
		"bg": "#282828",
		"fg": "#f1f1f1",
		"black": "#f18260",
		"red": "#b51a20",
		"green": "#a6cc75",
		"yellow": "#fed33a",
		"blue": "#81b2b1",
		"magenta": "#eb6c4e",
		"cyan": "#81b2b1",
		"white": "#eaeaea",
		"brightBlack": "#666666",
		"brightRed": "#ff000b",
		"brightGreen": "#c4ee94",
		"brightYellow": "#e8e06d",
		"brightBlue": "#a5ebea",
		"brightMagenta": "#ef8a50",
		"brightCyan": "#a5ebea",
		"brightWhite": "#ffffff",
		"selectionBg": "#5f3b33",
		"selectionFg": "#282828",
		"borderMutedVar": "#606060",
		"dimVar": "#808080",
		"surface": "#3c3c3c",
		"surface2": "#484848",
		"surfaceBlue": "#353d3d",
		"surfaceGreen": "#3b4134",
		"surfaceRed": "#3d2627",
		"surfaceMagenta": "#4b342f",
		"exportPage": "#303030",
		"exportCard": "#383838",
		"exportInfo": "#423d2a"
	},
	"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"
	}
}
