{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "djangorebornagain",
	"vars": {
		"bg": "#051f14",
		"fg": "#dadedc",
		"black": "#000000",
		"red": "#fd6209",
		"green": "#41a83e",
		"yellow": "#ffe862",
		"blue": "#245032",
		"magenta": "#f8f8f8",
		"cyan": "#9df39f",
		"white": "#ffffff",
		"brightBlack": "#323232",
		"brightRed": "#ff943b",
		"brightGreen": "#73da70",
		"brightYellow": "#ffff94",
		"brightBlue": "#568264",
		"brightMagenta": "#ffffff",
		"brightCyan": "#cfffd1",
		"brightWhite": "#ffffff",
		"selectionBg": "#203727",
		"selectionFg": "#dadedc",
		"borderMutedVar": "#41544c",
		"dimVar": "#63736c",
		"surface": "#1a3228",
		"surface2": "#273e34",
		"surfaceBlue": "#0a2619",
		"surfaceGreen": "#0e341a",
		"surfaceRed": "#2a2912",
		"surfaceMagenta": "#31463d",
		"exportPage": "#0e271c",
		"exportCard": "#162e24",
		"exportInfo": "#23371d"
	},
	"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"
	}
}
