{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "kanagawa-dragon-gogh",
	"vars": {
		"bg": "#181616",
		"fg": "#c5c9c5",
		"black": "#0d0c0c",
		"red": "#c4746e",
		"green": "#8a9a7b",
		"yellow": "#c4b28a",
		"blue": "#8ba4b0",
		"magenta": "#a292a3",
		"cyan": "#8ea4a2",
		"white": "#c8c093",
		"brightBlack": "#a6a69c",
		"brightRed": "#e46876",
		"brightGreen": "#87a987",
		"brightYellow": "#e6c384",
		"brightBlue": "#7fb4ca",
		"brightMagenta": "#938aa9",
		"brightCyan": "#7aa89f",
		"brightWhite": "#c5c9c5",
		"selectionBg": "#3f393d",
		"selectionFg": "#181616",
		"borderMutedVar": "#484847",
		"dimVar": "#646563",
		"surface": "#292828",
		"surface2": "#343332",
		"surfaceBlue": "#292b2d",
		"surfaceGreen": "#292a25",
		"surfaceRed": "#322423",
		"surfaceMagenta": "#312c2f",
		"exportPage": "#1f1d1d",
		"exportCard": "#262424",
		"exportInfo": "#2d2924"
	},
	"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"
	}
}
