{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "solarized-light",
	"vars": {
		"bg": "#fdf6e3",
		"panel": "#eee8d5",
		"panelSel": "#dfe7e1",
		"msgBg": "#e8ebe1",
		"searchBg": "#e6d39a",
		"addBg": "#dfdfaa",
		"rmBg": "#f5c5b6",
		"fg": "#657b83",
		"fgSub": "#93a1a1",
		"fgDim": "#cdd0c5",
		"line": "#ddddcf",
		"lineSoft": "#bdc3bb",
		"blue": "#268bd2",
		"green": "#859900",
		"red": "#dc322f",
		"yellow": "#b58900",
		"orange": "#cb4b16",
		"magenta": "#d33682",
		"violet": "#6c71c4",
		"cyan": "#2aa198"
	},
	"colors": {
		"accent": "blue",
		"border": "line",
		"borderAccent": "blue",
		"borderMuted": "lineSoft",
		"success": "green",
		"error": "red",
		"warning": "yellow",
		"muted": "fgSub",
		"dim": "fgDim",
		"text": "fg",
		"thinkingText": "fgSub",
		"selectedBg": "panelSel",
		"scrollbarThumb": "panelSel",
		"searchMatchBg": "searchBg",
		"searchMatchText": "fg",
		"userMessageBg": "panel",
		"userMessageText": "fg",
		"customMessageBg": "msgBg",
		"customMessageText": "fg",
		"customMessageLabel": "violet",
		"toolPendingBg": "panel",
		"toolSuccessBg": "addBg",
		"toolErrorBg": "rmBg",
		"toolTitle": "fg",
		"toolOutput": "fgSub",
		"mdHeading": "blue",
		"mdLink": "cyan",
		"mdLinkUrl": "fgSub",
		"mdCode": "green",
		"mdCodeBlock": "fg",
		"mdCodeBlockBorder": "lineSoft",
		"mdQuote": "fgSub",
		"mdQuoteBorder": "lineSoft",
		"mdHr": "lineSoft",
		"mdListBullet": "blue",
		"toolDiffAdded": "green",
		"toolDiffRemoved": "red",
		"toolDiffContext": "fgSub",
		"syntaxComment": "fgSub",
		"syntaxKeyword": "green",
		"syntaxFunction": "blue",
		"syntaxVariable": "fg",
		"syntaxString": "cyan",
		"syntaxNumber": "orange",
		"syntaxType": "yellow",
		"syntaxOperator": "violet",
		"syntaxPunctuation": "fgSub",
		"thinkingOff": "lineSoft",
		"thinkingMinimal": "fgDim",
		"thinkingLow": "cyan",
		"thinkingMedium": "blue",
		"thinkingHigh": "violet",
		"thinkingXhigh": "magenta",
		"thinkingMax": "red",
		"bashMode": "cyan"
	},
	"export": {
		"pageBg": "bg",
		"cardBg": "panel",
		"infoBg": "msgBg"
	}
}
