{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "hemisu-dark-gogh",
	"vars": {
		"bg": "#000000",
		"fg": "#ffffff",
		"black": "#444444",
		"red": "#ff0054",
		"green": "#b1d630",
		"yellow": "#9d895e",
		"blue": "#67bee3",
		"magenta": "#b576bc",
		"cyan": "#569a9f",
		"white": "#ededed",
		"brightBlack": "#777777",
		"brightRed": "#d65e75",
		"brightGreen": "#baffaa",
		"brightYellow": "#ece1c8",
		"brightBlue": "#9fd3e5",
		"brightMagenta": "#deb3df",
		"brightCyan": "#b6e0e5",
		"brightWhite": "#ffffff",
		"selectionBg": "#332135",
		"selectionFg": "#000000",
		"borderMutedVar": "#474747",
		"dimVar": "#707070",
		"surface": "#1a1a1a",
		"surface2": "#292929",
		"surfaceBlue": "#0f1d22",
		"surfaceGreen": "#1b2007",
		"surfaceRed": "#26000d",
		"surfaceMagenta": "#211522",
		"exportPage": "#0a0a0a",
		"exportCard": "#141414",
		"exportInfo": "#13100b"
	},
	"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"
	}
}
