{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "jetbrains-darcula",
	"vars": {
		"bg": "#202020",
		"fg": "#adadad",
		"black": "#000000",
		"red": "#fa5355",
		"green": "#126e00",
		"yellow": "#c2c300",
		"blue": "#4581eb",
		"magenta": "#fa54ff",
		"cyan": "#33c2c1",
		"white": "#adadad",
		"brightBlack": "#555555",
		"brightRed": "#fb7172",
		"brightGreen": "#67ff4f",
		"brightYellow": "#ffff00",
		"brightBlue": "#6d9df1",
		"brightMagenta": "#fb82ff",
		"brightCyan": "#60d3d1",
		"brightWhite": "#eeeeee",
		"selectionBg": "#1a3272",
		"selectionFg": "#adadad",
		"borderMutedVar": "#474747",
		"dimVar": "#5e5e5e",
		"surface": "#2e2e2e",
		"surface2": "#373737",
		"surfaceBlue": "#262f3e",
		"surfaceGreen": "#1e2c1b",
		"surfaceRed": "#412828",
		"surfaceMagenta": "#472948",
		"exportPage": "#262626",
		"exportCard": "#2b2b2b",
		"exportInfo": "#33341c"
	},
	"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"
	}
}
