{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "hardcore-gogh",
	"vars": {
		"bg": "#121212",
		"fg": "#a0a0a0",
		"black": "#1b1d1e",
		"red": "#f92672",
		"green": "#a6e22e",
		"yellow": "#fd971f",
		"blue": "#66d9ef",
		"magenta": "#9e6ffe",
		"cyan": "#5e7175",
		"white": "#ccccc6",
		"brightBlack": "#505354",
		"brightRed": "#ff669d",
		"brightGreen": "#beed5f",
		"brightYellow": "#e6db74",
		"brightBlue": "#66d9ef",
		"brightMagenta": "#9e6ffe",
		"brightCyan": "#a3babf",
		"brightWhite": "#f8f8f2",
		"selectionBg": "#392c54",
		"selectionFg": "#121212",
		"borderMutedVar": "#3a3a3a",
		"dimVar": "#505050",
		"surface": "#202020",
		"surface2": "#292929",
		"surfaceBlue": "#1f3033",
		"surfaceGreen": "#283116",
		"surfaceRed": "#351520",
		"surfaceMagenta": "#2b233c",
		"exportPage": "#181818",
		"exportCard": "#1d1d1d",
		"exportInfo": "#2e2214"
	},
	"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"
	}
}
