{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "hemisu-light-gogh",
	"vars": {
		"bg": "#efefef",
		"fg": "#444444",
		"black": "#777777",
		"red": "#ff0055",
		"green": "#739100",
		"yellow": "#503d15",
		"blue": "#538091",
		"magenta": "#5b345e",
		"cyan": "#538091",
		"white": "#999999",
		"brightBlack": "#999999",
		"brightRed": "#d65e76",
		"brightGreen": "#9cc700",
		"brightYellow": "#947555",
		"brightBlue": "#9db3cd",
		"brightMagenta": "#a184a4",
		"brightCyan": "#85b2aa",
		"brightWhite": "#bababa",
		"selectionBg": "#dad5db",
		"selectionFg": "#efefef",
		"borderMutedVar": "#c9c9c9",
		"dimVar": "#9a9a9a",
		"surface": "#e5e5e5",
		"surface2": "#dedede",
		"surfaceBlue": "#e3e6e7",
		"surfaceGreen": "#e5e7dc",
		"surfaceRed": "#f0dce3",
		"surfaceMagenta": "#e0dce1",
		"exportPage": "#eaeaea",
		"exportCard": "#ededed",
		"exportInfo": "#e5e4e2"
	},
	"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"
	}
}
