{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "horizon-dark-base16",
	"vars": {
		"bg": "#1c1e26",
		"fg": "#cbced0",
		"black": "#1c1e26",
		"red": "#e95678",
		"green": "#29d398",
		"yellow": "#fac29a",
		"blue": "#26bbd9",
		"magenta": "#ee64ac",
		"cyan": "#59e1e3",
		"white": "#cbced0",
		"brightBlack": "#6f6f70",
		"brightRed": "#e95678",
		"brightGreen": "#29d398",
		"brightYellow": "#fac29a",
		"brightBlue": "#26bbd9",
		"brightMagenta": "#ee64ac",
		"brightCyan": "#59e1e3",
		"brightWhite": "#e3e6ee",
		"selectionBg": "#cbced0",
		"selectionFg": "#1c1e26",
		"borderMutedVar": "#4d4f56",
		"dimVar": "#696b71",
		"surface": "#2e3037",
		"surface2": "#383a41",
		"surfaceBlue": "#1e3641",
		"surfaceGreen": "#1e3937",
		"surfaceRed": "#3b2632",
		"surfaceMagenta": "#422b3e",
		"exportPage": "#23252d",
		"exportCard": "#2a2c34",
		"exportInfo": "#373234"
	},
	"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"
	}
}
