{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "everforest-dark-gogh",
	"vars": {
		"bg": "#2d353b",
		"fg": "#d3c6aa",
		"black": "#4b565c",
		"red": "#e67e80",
		"green": "#a7c080",
		"yellow": "#dbbc7f",
		"blue": "#7fbbb3",
		"magenta": "#d699b6",
		"cyan": "#83c092",
		"white": "#d3c6aa",
		"brightBlack": "#5c6a72",
		"brightRed": "#f85552",
		"brightGreen": "#8da101",
		"brightYellow": "#dfa000",
		"brightBlue": "#3a94c5",
		"brightMagenta": "#df69ba",
		"brightCyan": "#35a77c",
		"brightWhite": "#dfddc8",
		"selectionBg": "#5c515d",
		"selectionFg": "#2d353b",
		"borderMutedVar": "#5b5e5a",
		"dimVar": "#76756c",
		"surface": "#3e4446",
		"surface2": "#484c4d",
		"surfaceBlue": "#39494d",
		"surfaceGreen": "#3f4a45",
		"surfaceRed": "#494045",
		"surfaceMagenta": "#4b4751",
		"exportPage": "#343b3f",
		"exportCard": "#3a4144",
		"exportInfo": "#424543"
	},
	"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"
	}
}
