{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "royal",
	"vars": {
		"bg": "#100815",
		"fg": "#514968",
		"black": "#241f2b",
		"red": "#91284c",
		"green": "#23801c",
		"yellow": "#b49d27",
		"blue": "#6580b0",
		"magenta": "#674d96",
		"cyan": "#8aaabe",
		"white": "#524966",
		"brightBlack": "#312d3d",
		"brightRed": "#d5356c",
		"brightGreen": "#2cd946",
		"brightYellow": "#fde83b",
		"brightBlue": "#90baf9",
		"brightMagenta": "#a479e3",
		"brightCyan": "#acd4eb",
		"brightWhite": "#9e8cbd",
		"selectionBg": "#1f1d2b",
		"selectionFg": "#a593cd",
		"borderMutedVar": "#221a2c",
		"dimVar": "#2d253a",
		"surface": "#170f1d",
		"surface2": "#1a1222",
		"surfaceBlue": "#1d1a2c",
		"surfaceGreen": "#131a16",
		"surfaceRed": "#230d1d",
		"surfaceMagenta": "#20142c",
		"exportPage": "#130b18",
		"exportCard": "#150d1c",
		"exportInfo": "#241a17"
	},
	"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"
	}
}
