{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "twilight-base16",
	"vars": {
		"bg": "#1e1e1e",
		"fg": "#a7a7a7",
		"black": "#1e1e1e",
		"red": "#cf6a4c",
		"green": "#8f9d6a",
		"yellow": "#f9ee98",
		"blue": "#7587a6",
		"magenta": "#9b859d",
		"cyan": "#afc4db",
		"white": "#a7a7a7",
		"brightBlack": "#5f5a60",
		"brightRed": "#cf6a4c",
		"brightGreen": "#8f9d6a",
		"brightYellow": "#f9ee98",
		"brightBlue": "#7587a6",
		"brightMagenta": "#9b859d",
		"brightCyan": "#afc4db",
		"brightWhite": "#ffffff",
		"selectionBg": "#a7a7a7",
		"selectionFg": "#1e1e1e",
		"borderMutedVar": "#444444",
		"dimVar": "#5a5a5a",
		"surface": "#2c2c2c",
		"surface2": "#343434",
		"surfaceBlue": "#2b2e32",
		"surfaceGreen": "#2f3129",
		"surfaceRed": "#392925",
		"surfaceMagenta": "#353135",
		"exportPage": "#232323",
		"exportCard": "#292929",
		"exportInfo": "#38372d"
	},
	"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"
	}
}
