{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "softserver",
	"vars": {
		"bg": "#242626",
		"fg": "#99a3a2",
		"black": "#000000",
		"red": "#a2686a",
		"green": "#9aa56a",
		"yellow": "#a3906a",
		"blue": "#6b8fa3",
		"magenta": "#6a71a3",
		"cyan": "#6ba58f",
		"white": "#99a3a2",
		"brightBlack": "#666c6c",
		"brightRed": "#dd5c60",
		"brightGreen": "#bfdf55",
		"brightYellow": "#deb360",
		"brightBlue": "#62b1df",
		"brightMagenta": "#606edf",
		"brightCyan": "#64e39c",
		"brightWhite": "#d2e0de",
		"selectionBg": "#7f8786",
		"selectionFg": "#effffe",
		"borderMutedVar": "#454949",
		"dimVar": "#575d5d",
		"surface": "#303332",
		"surface2": "#373a3a",
		"surfaceBlue": "#2f3639",
		"surfaceGreen": "#363930",
		"surfaceRed": "#373030",
		"surfaceMagenta": "#31343d",
		"exportPage": "#292b2b",
		"exportCard": "#2d3030",
		"exportInfo": "#33332e"
	},
	"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"
	}
}
