{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "dotshare-terminal-sexy",
	"vars": {
		"bg": "#000000",
		"fg": "#ffffff",
		"black": "#101010",
		"red": "#e84f4f",
		"green": "#b8d68c",
		"yellow": "#e1aa5d",
		"blue": "#7dc1cf",
		"magenta": "#9b64fb",
		"cyan": "#6d878d",
		"white": "#dddddd",
		"brightBlack": "#404040",
		"brightRed": "#d23d3d",
		"brightGreen": "#a0cf5d",
		"brightYellow": "#f39d21",
		"brightBlue": "#4e9fb1",
		"brightMagenta": "#8542ff",
		"brightCyan": "#42717b",
		"brightWhite": "#dddddd",
		"selectionBg": "#2b1c46",
		"selectionFg": "#000000",
		"borderMutedVar": "#474747",
		"dimVar": "#707070",
		"surface": "#1a1a1a",
		"surface2": "#292929",
		"surfaceBlue": "#131d1f",
		"surfaceGreen": "#1c2015",
		"surfaceRed": "#230c0c",
		"surfaceMagenta": "#1c122d",
		"exportPage": "#0a0a0a",
		"exportCard": "#141414",
		"exportInfo": "#1b140b"
	},
	"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"
	}
}
