{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "rebecca",
	"vars": {
		"bg": "#292a44",
		"fg": "#e8e6ed",
		"black": "#12131e",
		"red": "#dd7755",
		"green": "#04dbb5",
		"yellow": "#f2e7b7",
		"blue": "#7aa5ff",
		"magenta": "#bf9cf9",
		"cyan": "#56d3c2",
		"white": "#e4e3e9",
		"brightBlack": "#666699",
		"brightRed": "#ff92cd",
		"brightGreen": "#01eac0",
		"brightYellow": "#fffca8",
		"brightBlue": "#69c0fa",
		"brightMagenta": "#c17ff8",
		"brightCyan": "#8bfde1",
		"brightWhite": "#f4f2f9",
		"selectionBg": "#663399",
		"selectionFg": "#f4f2f9",
		"borderMutedVar": "#5e5f73",
		"dimVar": "#7d7d8e",
		"surface": "#3c3d55",
		"surface2": "#48485f",
		"surfaceBlue": "#353c60",
		"surfaceGreen": "#234555",
		"surfaceRed": "#443647",
		"surfaceMagenta": "#443f65",
		"exportPage": "#31324b",
		"exportCard": "#383952",
		"exportInfo": "#414152"
	},
	"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"
	}
}
