{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "rosepine-dawn",
	"vars": {
		"base": "#faf4ed",
		"surface": "#fffaf3",
		"overlay": "#f2e9de",
		"muted": "#9893a5",
		"subtle": "#797593",
		"text": "#575279",
		"love": "#b4637a",
		"gold": "#ea9d34",
		"rose": "#d7827e",
		"pine": "#286983",
		"foam": "#56949f",
		"iris": "#907aa9",
		"hlLow": "#f4ede8",
		"hlMed": "#dfdad9",
		"hlHigh": "#cecacd",
		"pineBg": "#e6efe9",
		"roseBg": "#f8e9ec"
	},
	"colors": {
		"accent": "pine",
		"border": "subtle",
		"borderAccent": "pine",
		"borderMuted": "hlHigh",
		"success": "pine",
		"error": "love",
		"warning": "gold",
		"muted": "muted",
		"dim": "subtle",
		"text": "text",
		"thinkingText": "subtle",

		"selectedBg": "hlMed",
		"scrollbarThumb": "hlMed",
		"searchMatchBg": "hlMed",
		"searchMatchText": "text",
		"userMessageBg": "surface",
		"userMessageText": "text",
		"customMessageBg": "overlay",
		"customMessageText": "text",
		"customMessageLabel": "iris",
		"toolPendingBg": "overlay",
		"toolSuccessBg": "pineBg",
		"toolErrorBg": "roseBg",
		"toolTitle": "text",
		"toolOutput": "subtle",

		"mdHeading": "iris",
		"mdLink": "pine",
		"mdLinkUrl": "muted",
		"mdCode": "pine",
		"mdCodeBlock": "text",
		"mdCodeBlockBorder": "muted",
		"mdQuote": "muted",
		"mdQuoteBorder": "muted",
		"mdHr": "hlMed",
		"mdListBullet": "pine",

		"toolDiffAdded": "pine",
		"toolDiffRemoved": "love",
		"toolDiffContext": "muted",

		"syntaxComment": "muted",
		"syntaxKeyword": "pine",
		"syntaxFunction": "foam",
		"syntaxVariable": "text",
		"syntaxString": "gold",
		"syntaxNumber": "iris",
		"syntaxType": "foam",
		"syntaxOperator": "subtle",
		"syntaxPunctuation": "subtle",

		"thinkingOff": "hlHigh",
		"thinkingMinimal": "muted",
		"thinkingLow": "foam",
		"thinkingMedium": "pine",
		"thinkingHigh": "iris",
		"thinkingXhigh": "rose",
		"thinkingMax": "love",

		"bashMode": "pine"
	},
	"export": {
		"pageBg": "base",
		"cardBg": "surface",
		"infoBg": "hlLow"
	}
}
