{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "solarized-dark-patched",
	"vars": {
		"bg": "#001e27",
		"fg": "#708284",
		"black": "#002831",
		"red": "#d11c24",
		"green": "#738a05",
		"yellow": "#a57706",
		"blue": "#2176c7",
		"magenta": "#c61c6f",
		"cyan": "#259286",
		"white": "#eae3cb",
		"brightBlack": "#475b62",
		"brightRed": "#bd3613",
		"brightGreen": "#475b62",
		"brightYellow": "#536870",
		"brightBlue": "#708284",
		"brightMagenta": "#5956ba",
		"brightCyan": "#819090",
		"brightWhite": "#fcf4dc",
		"selectionBg": "#002831",
		"selectionFg": "#819090",
		"borderMutedVar": "#1f3a41",
		"dimVar": "#314a50",
		"surface": "#0b2830",
		"surface2": "#122e36",
		"surfaceBlue": "#052b3f",
		"surfaceGreen": "#112e22",
		"surfaceRed": "#1f1e27",
		"surfaceMagenta": "#241e34",
		"exportPage": "#04222b",
		"exportCard": "#09262e",
		"exportInfo": "#142923"
	},
	"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"
	}
}
