{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "pencil-light-gogh",
	"vars": {
		"bg": "#f1f1f1",
		"fg": "#424242",
		"black": "#212121",
		"red": "#c30771",
		"green": "#10a778",
		"yellow": "#a89c14",
		"blue": "#008ec4",
		"magenta": "#523c79",
		"cyan": "#20a5ba",
		"white": "#d9d9d9",
		"brightBlack": "#424242",
		"brightRed": "#fb007a",
		"brightGreen": "#5fd7af",
		"brightYellow": "#f3e430",
		"brightBlue": "#20bbfc",
		"brightMagenta": "#6855de",
		"brightCyan": "#4fb8cc",
		"brightWhite": "#f1f1f1",
		"selectionBg": "#dbd8e0",
		"selectionFg": "#f1f1f1",
		"borderMutedVar": "#cbcbcb",
		"dimVar": "#9a9a9a",
		"surface": "#e7e7e7",
		"surface2": "#e0e0e0",
		"surfaceBlue": "#dee9ed",
		"surfaceGreen": "#dfebe7",
		"surfaceRed": "#eddee7",
		"surfaceMagenta": "#e1dfe5",
		"exportPage": "#ececec",
		"exportCard": "#efefef",
		"exportInfo": "#edece4"
	},
	"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"
	}
}
