{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "dark-ocean-terminal-sexy",
	"vars": {
		"bg": "#000000",
		"fg": "#ffffff",
		"black": "#000000",
		"red": "#571dc2",
		"green": "#14db49",
		"yellow": "#403d70",
		"blue": "#385a70",
		"magenta": "#384894",
		"cyan": "#4f3a5e",
		"white": "#999999",
		"brightBlack": "#38372c",
		"brightRed": "#7c54b0",
		"brightGreen": "#a2e655",
		"brightYellow": "#9c6f59",
		"brightBlue": "#323f5c",
		"brightMagenta": "#5e6c99",
		"brightCyan": "#667d77",
		"brightWhite": "#ffffff",
		"selectionBg": "#101429",
		"selectionFg": "#000000",
		"borderMutedVar": "#474747",
		"dimVar": "#707070",
		"surface": "#1a1a1a",
		"surface2": "#292929",
		"surfaceBlue": "#080e11",
		"surfaceGreen": "#03210b",
		"surfaceRed": "#0d041d",
		"surfaceMagenta": "#0a0d1b",
		"exportPage": "#0a0a0a",
		"exportCard": "#141414",
		"exportInfo": "#08070d"
	},
	"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"
	}
}
