{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "novel",
	"vars": {
		"bg": "#dfdbc3",
		"fg": "#3b2322",
		"black": "#000000",
		"red": "#cc0000",
		"green": "#009600",
		"yellow": "#d06b00",
		"blue": "#0000cc",
		"magenta": "#cc00cc",
		"cyan": "#0087cc",
		"white": "#cccccc",
		"brightBlack": "#808080",
		"brightRed": "#cc0000",
		"brightGreen": "#009600",
		"brightYellow": "#d06b00",
		"brightBlue": "#0000cc",
		"brightMagenta": "#cc00cc",
		"brightCyan": "#0087cc",
		"brightWhite": "#ffffff",
		"selectionBg": "#a4a390",
		"selectionFg": "#000000",
		"borderMutedVar": "#bbb3a0",
		"dimVar": "#8d7f73",
		"surface": "#d5d0b9",
		"surface2": "#cfc9b3",
		"surfaceBlue": "#cdc9c4",
		"surfaceGreen": "#cdd5b3",
		"surfaceRed": "#ddc9b3",
		"surfaceMagenta": "#ddc5c4",
		"exportPage": "#dad5be",
		"exportCard": "#ddd9c1",
		"exportInfo": "#ded4b7"
	},
	"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"
	}
}
