{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "molokai",
	"vars": {
		"bg": "#121212",
		"fg": "#bbbbbb",
		"black": "#121212",
		"red": "#fa2573",
		"green": "#98e123",
		"yellow": "#dfd460",
		"blue": "#1080d0",
		"magenta": "#8700ff",
		"cyan": "#43a8d0",
		"white": "#bbbbbb",
		"brightBlack": "#555555",
		"brightRed": "#f6669d",
		"brightGreen": "#b1e05f",
		"brightYellow": "#fff26d",
		"brightBlue": "#00afff",
		"brightMagenta": "#af87ff",
		"brightCyan": "#51ceff",
		"brightWhite": "#ffffff",
		"selectionBg": "#b5d5ff",
		"selectionFg": "#000000",
		"borderMutedVar": "#414141",
		"dimVar": "#5c5c5c",
		"surface": "#232323",
		"surface2": "#2d2d2d",
		"surfaceBlue": "#12232f",
		"surfaceGreen": "#263115",
		"surfaceRed": "#351521",
		"surfaceMagenta": "#270f3d",
		"exportPage": "#191919",
		"exportCard": "#202020",
		"exportInfo": "#2b291b"
	},
	"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"
	}
}
