{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "solarized-dark",
	"vars": {
		"bg": "#002b36",
		"surface": "#073642",
		"text": "#839496",
		"muted": "#586e75",
		"red": "#dc322f",
		"green": "#859900",
		"yellow": "#b58900",
		"blue": "#268bd2",
		"purple": "#6c71c4",
		"cyan": "#2aa198",
		"orange": "#cb4b16",
		"accent": "#268bd2"
	},
	"colors": {
		"accent": "accent",
		"border": "blue",
		"borderAccent": "accent",
		"borderMuted": "muted",
		"success": "green",
		"error": "red",
		"warning": "yellow",
		"muted": "muted",
		"dim": "muted",
		"text": "text",
		"thinkingText": "muted",
		"selectedBg": "surface",
		"scrollbarThumb": "surface",
		"searchMatchBg": "surface",
		"searchMatchText": "text",
		"userMessageBg": "surface",
		"userMessageText": "text",
		"customMessageBg": "surface",
		"customMessageText": "text",
		"customMessageLabel": "purple",
		"toolPendingBg": "surface",
		"toolSuccessBg": "surface",
		"toolErrorBg": "surface",
		"toolTitle": "text",
		"toolOutput": "muted",
		"mdHeading": "purple",
		"mdLink": "blue",
		"mdLinkUrl": "muted",
		"mdCode": "cyan",
		"mdCodeBlock": "text",
		"mdCodeBlockBorder": "muted",
		"mdQuote": "muted",
		"mdQuoteBorder": "muted",
		"mdHr": "muted",
		"mdListBullet": "accent",
		"toolDiffAdded": "green",
		"toolDiffRemoved": "red",
		"toolDiffContext": "muted",
		"syntaxComment": "muted",
		"syntaxKeyword": "purple",
		"syntaxFunction": "blue",
		"syntaxVariable": "text",
		"syntaxString": "green",
		"syntaxNumber": "orange",
		"syntaxType": "cyan",
		"syntaxOperator": "accent",
		"syntaxPunctuation": "muted",
		"thinkingOff": "muted",
		"thinkingMinimal": "blue",
		"thinkingLow": "cyan",
		"thinkingMedium": "green",
		"thinkingHigh": "purple",
		"thinkingXhigh": "red",
		"thinkingMax": "orange",
		"bashMode": "green"
	},
	"export": {
		"pageBg": "#002b36",
		"cardBg": "#073642",
		"infoBg": "#073642"
	}
}
