{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "ura-gogh",
	"vars": {
		"bg": "#feffee",
		"fg": "#23476a",
		"black": "#000000",
		"red": "#c21b6f",
		"green": "#6fc21b",
		"yellow": "#c26f1b",
		"blue": "#1b6fc2",
		"magenta": "#6f1bc2",
		"cyan": "#1bc26f",
		"white": "#808080",
		"brightBlack": "#808080",
		"brightRed": "#ee84b9",
		"brightGreen": "#b9ee84",
		"brightYellow": "#eeb984",
		"brightBlue": "#84b9ee",
		"brightMagenta": "#b984ee",
		"brightCyan": "#84eeb9",
		"brightWhite": "#e5e5e5",
		"selectionBg": "#eadfe8",
		"selectionFg": "#feffee",
		"borderMutedVar": "#ced7d1",
		"dimVar": "#91a3ac",
		"surface": "#f1f4e6",
		"surface2": "#e8ede1",
		"surfaceBlue": "#ecf3ea",
		"surfaceGreen": "#f3fadd",
		"surfaceRed": "#f9ede4",
		"surfaceMagenta": "#f0e8ea",
		"exportPage": "#f7f9ea",
		"exportCard": "#fcfded",
		"exportInfo": "#faf6e1"
	},
	"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"
	}
}
