{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "rosepine",
	"vars": {
		"base": "#191724",
		"surface": "#1f1d2e",
		"overlay": "#26233a",
		"muted": "#6e6a86",
		"subtle": "#908caa",
		"text": "#e0def4",
		"love": "#eb6f92",
		"gold": "#f6c177",
		"rose": "#ebbcba",
		"pine": "#31748f",
		"foam": "#9ccfd8",
		"iris": "#c4a7e7",
		"hlLow": "#21202e",
		"hlMed": "#403d52",
		"hlHigh": "#524f67",
		"pineBg": "#1e2a39",
		"roseBg": "#43293a"
	},
	"colors": {
		"accent": "foam",
		"border": "subtle",
		"borderAccent": "foam",
		"borderMuted": "hlMed",
		"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": "foam",
		"mdLinkUrl": "muted",
		"mdCode": "pine",
		"mdCodeBlock": "text",
		"mdCodeBlockBorder": "muted",
		"mdQuote": "muted",
		"mdQuoteBorder": "muted",
		"mdHr": "hlMed",
		"mdListBullet": "foam",

		"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": "hlMed",
		"thinkingMinimal": "muted",
		"thinkingLow": "foam",
		"thinkingMedium": "iris",
		"thinkingHigh": "rose",
		"thinkingXhigh": "gold",
		"thinkingMax": "love",

		"bashMode": "foam"
	},
	"export": {
		"pageBg": "base",
		"cardBg": "surface",
		"infoBg": "overlay"
	}
}
