{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "dimmedmonokai",
	"vars": {
		"bg": "#1f1f1f",
		"fg": "#b9bcba",
		"black": "#3a3d43",
		"red": "#be3f48",
		"green": "#879a3b",
		"yellow": "#c5a635",
		"blue": "#4f76a1",
		"magenta": "#855c8d",
		"cyan": "#578fa4",
		"white": "#b9bcba",
		"brightBlack": "#888987",
		"brightRed": "#fb001f",
		"brightGreen": "#0f722f",
		"brightYellow": "#c47033",
		"brightBlue": "#186de3",
		"brightMagenta": "#fb0067",
		"brightCyan": "#2e706d",
		"brightWhite": "#fdffb9",
		"selectionBg": "#2a2d32",
		"selectionFg": "#b9bcba",
		"borderMutedVar": "#4a4b4a",
		"dimVar": "#636463",
		"surface": "#2e2f2f",
		"surface2": "#383838",
		"surfaceBlue": "#262c33",
		"surfaceGreen": "#2f3123",
		"surfaceRed": "#372425",
		"surfaceMagenta": "#312a33",
		"exportPage": "#252525",
		"exportCard": "#2b2c2b",
		"exportInfo": "#332f22"
	},
	"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"
	}
}
