{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "ultraviolent",
	"vars": {
		"bg": "#242728",
		"fg": "#c1c1c1",
		"black": "#242728",
		"red": "#ff0090",
		"green": "#b6ff00",
		"yellow": "#fff727",
		"blue": "#47e0fb",
		"magenta": "#d731ff",
		"cyan": "#0effbb",
		"white": "#e1e1e1",
		"brightBlack": "#636667",
		"brightRed": "#fb58b4",
		"brightGreen": "#deff8c",
		"brightYellow": "#ebe087",
		"brightBlue": "#7fecff",
		"brightMagenta": "#e681ff",
		"brightCyan": "#69fcd3",
		"brightWhite": "#f9f9f5",
		"selectionBg": "#574c49",
		"selectionFg": "#c3c7cb",
		"borderMutedVar": "#505253",
		"dimVar": "#696b6b",
		"surface": "#343637",
		"surface2": "#3d4040",
		"surfaceBlue": "#294348",
		"surfaceGreen": "#3a4722",
		"surfaceRed": "#452138",
		"surfaceMagenta": "#44294f",
		"exportPage": "#2a2d2e",
		"exportCard": "#313334",
		"exportInfo": "#3e4028"
	},
	"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"
	}
}
