{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "jubi",
	"vars": {
		"bg": "#262b33",
		"fg": "#c3d3de",
		"black": "#3b3750",
		"red": "#cf7b98",
		"green": "#90a94b",
		"yellow": "#6ebfc0",
		"blue": "#576ea6",
		"magenta": "#bc4f68",
		"cyan": "#75a7d2",
		"white": "#c3d3de",
		"brightBlack": "#a874ce",
		"brightRed": "#de90ab",
		"brightGreen": "#bcdd61",
		"brightYellow": "#87e9ea",
		"brightBlue": "#8c9fcd",
		"brightMagenta": "#e16c87",
		"brightCyan": "#b7c9ef",
		"brightWhite": "#d5e5f1",
		"selectionBg": "#5b5184",
		"selectionFg": "#1e1b2e",
		"borderMutedVar": "#525a63",
		"dimVar": "#6b757e",
		"surface": "#363c44",
		"surface2": "#3f464e",
		"surfaceBlue": "#2d3544",
		"surfaceGreen": "#363e37",
		"surfaceRed": "#3f3742",
		"surfaceMagenta": "#41313d",
		"exportPage": "#2c323a",
		"exportCard": "#333841",
		"exportInfo": "#2f3d44"
	},
	"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"
	}
}
