{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "builtin-solarized-dark",
	"vars": {
		"bg": "#002b36",
		"fg": "#839496",
		"black": "#073642",
		"red": "#dc322f",
		"green": "#859900",
		"yellow": "#b58900",
		"blue": "#268bd2",
		"magenta": "#d33682",
		"cyan": "#2aa198",
		"white": "#eee8d5",
		"brightBlack": "#002b36",
		"brightRed": "#cb4b16",
		"brightGreen": "#586e75",
		"brightYellow": "#657b83",
		"brightBlue": "#839496",
		"brightMagenta": "#6c71c4",
		"brightCyan": "#93a1a1",
		"brightWhite": "#fdf6e3",
		"selectionBg": "#073642",
		"selectionFg": "#93a1a1",
		"borderMutedVar": "#254851",
		"dimVar": "#3a5960",
		"surface": "#0d3640",
		"surface2": "#153c45",
		"surfaceBlue": "#06394d",
		"surfaceGreen": "#143c2e",
		"surfaceRed": "#212c35",
		"surfaceMagenta": "#262d44",
		"exportPage": "#052f3a",
		"exportCard": "#0a333e",
		"exportInfo": "#163630"
	},
	"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"
	}
}
