{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "jellybeans-gogh",
	"vars": {
		"bg": "#121212",
		"fg": "#dedede",
		"black": "#929292",
		"red": "#e27373",
		"green": "#94b979",
		"yellow": "#ffba7b",
		"blue": "#97bedc",
		"magenta": "#e1c0fa",
		"cyan": "#00988e",
		"white": "#dedede",
		"brightBlack": "#bdbdbd",
		"brightRed": "#ffa1a1",
		"brightGreen": "#bddeab",
		"brightYellow": "#ffdca0",
		"brightBlue": "#b1d8f6",
		"brightMagenta": "#fbdaff",
		"brightCyan": "#1ab2a8",
		"brightWhite": "#ffffff",
		"selectionBg": "#4c4353",
		"selectionFg": "#121212",
		"borderMutedVar": "#4b4b4b",
		"dimVar": "#6c6c6c",
		"surface": "#262626",
		"surface2": "#333333",
		"surfaceBlue": "#262c30",
		"surfaceGreen": "#262b21",
		"surfaceRed": "#312121",
		"surfaceMagenta": "#37313c",
		"exportPage": "#1a1a1a",
		"exportCard": "#222222",
		"exportInfo": "#2e261f"
	},
	"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"
	}
}
