{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "gruvbox-gogh",
	"vars": {
		"bg": "#fbf1c7",
		"fg": "#3c3836",
		"black": "#fbf1c7",
		"red": "#cc241d",
		"green": "#98971a",
		"yellow": "#d79921",
		"blue": "#458588",
		"magenta": "#b16286",
		"cyan": "#689d6a",
		"white": "#7c6f64",
		"brightBlack": "#928374",
		"brightRed": "#9d0006",
		"brightGreen": "#79740e",
		"brightYellow": "#b57614",
		"brightBlue": "#076678",
		"brightMagenta": "#8f3f71",
		"brightCyan": "#427b58",
		"brightWhite": "#3c3836",
		"selectionBg": "#f1ddbe",
		"selectionFg": "#fbf1c7",
		"borderMutedVar": "#d1c8a7",
		"dimVar": "#9c957f",
		"surface": "#f0e6be",
		"surface2": "#e8dfb9",
		"surfaceBlue": "#ece8c2",
		"surfaceGreen": "#f3eab9",
		"surfaceRed": "#f7e1b9",
		"surfaceMagenta": "#f4e3c1",
		"exportPage": "#f5ebc3",
		"exportCard": "#f9efc6",
		"exportInfo": "#f9ecbd"
	},
	"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"
	}
}
