{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "sublette",
	"vars": {
		"bg": "#202535",
		"fg": "#ccced0",
		"black": "#253045",
		"red": "#ee5577",
		"green": "#55ee77",
		"yellow": "#ffdd88",
		"blue": "#5588ff",
		"magenta": "#ff77cc",
		"cyan": "#44eeee",
		"white": "#f5f5da",
		"brightBlack": "#405570",
		"brightRed": "#ee6655",
		"brightGreen": "#99ee77",
		"brightYellow": "#ffff77",
		"brightBlue": "#77bbff",
		"brightMagenta": "#aa88ff",
		"brightCyan": "#55ffbb",
		"brightWhite": "#ffffee",
		"selectionBg": "#ccced0",
		"selectionFg": "#202535",
		"borderMutedVar": "#505460",
		"dimVar": "#6c6f79",
		"surface": "#313645",
		"surface2": "#3c404e",
		"surfaceBlue": "#283453",
		"surfaceGreen": "#28433f",
		"surfaceRed": "#3f2c3f",
		"surfaceMagenta": "#483450",
		"exportPage": "#272c3b",
		"exportCard": "#2e3341",
		"exportInfo": "#3b3b3f"
	},
	"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"
	}
}
