{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "funforrest",
	"vars": {
		"bg": "#251200",
		"fg": "#dec165",
		"black": "#000000",
		"red": "#d6262b",
		"green": "#919c00",
		"yellow": "#be8a13",
		"blue": "#4699a3",
		"magenta": "#8d4331",
		"cyan": "#da8213",
		"white": "#ddc265",
		"brightBlack": "#7f6a55",
		"brightRed": "#e55a1c",
		"brightGreen": "#bfc65a",
		"brightYellow": "#ffcb1b",
		"brightBlue": "#7cc9cf",
		"brightMagenta": "#d26349",
		"brightCyan": "#e6a96b",
		"brightWhite": "#ffeaa3",
		"selectionBg": "#e5591c",
		"selectionFg": "#000000",
		"borderMutedVar": "#59431c",
		"dimVar": "#765f2c",
		"surface": "#38240a",
		"surface2": "#432e10",
		"surfaceBlue": "#2a2618",
		"surfaceGreen": "#352700",
		"surfaceRed": "#401506",
		"surfaceMagenta": "#381b09",
		"exportPage": "#2c1904",
		"exportCard": "#342008",
		"exportInfo": "#372002"
	},
	"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"
	}
}
