{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "doomone",
	"vars": {
		"bg": "#282c34",
		"fg": "#bbc2cf",
		"black": "#000000",
		"red": "#ff6c6b",
		"green": "#98be65",
		"yellow": "#ecbe7b",
		"blue": "#a9a1e1",
		"magenta": "#c678dd",
		"cyan": "#51afef",
		"white": "#bbc2cf",
		"brightBlack": "#000000",
		"brightRed": "#ff6655",
		"brightGreen": "#99bb66",
		"brightYellow": "#ecbe7b",
		"brightBlue": "#a9a1e1",
		"brightMagenta": "#c678dd",
		"brightCyan": "#51afef",
		"brightWhite": "#bfbfbf",
		"selectionBg": "#42444b",
		"selectionFg": "#bbc2cf",
		"borderMutedVar": "#51565f",
		"dimVar": "#696e78",
		"surface": "#373b44",
		"surface2": "#40444d",
		"surfaceBlue": "#3b3e4e",
		"surfaceGreen": "#39423b",
		"surfaceRed": "#48363c",
		"surfaceMagenta": "#443a52",
		"exportPage": "#2e323a",
		"exportCard": "#343840",
		"exportInfo": "#403e3d"
	},
	"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"
	}
}
