{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "rippedcasts",
	"vars": {
		"bg": "#2b2b2b",
		"fg": "#ffffff",
		"black": "#000000",
		"red": "#cdaf95",
		"green": "#a8ff60",
		"yellow": "#bfbb1f",
		"blue": "#75a5b0",
		"magenta": "#ff73fd",
		"cyan": "#5a647e",
		"white": "#bfbfbf",
		"brightBlack": "#666666",
		"brightRed": "#eecbad",
		"brightGreen": "#bcee68",
		"brightYellow": "#e5e500",
		"brightBlue": "#86bdc9",
		"brightMagenta": "#e500e5",
		"brightCyan": "#8c9bc4",
		"brightWhite": "#e5e5e5",
		"selectionBg": "#5a647e",
		"selectionFg": "#f2f2f2",
		"borderMutedVar": "#666666",
		"dimVar": "#888888",
		"surface": "#404040",
		"surface2": "#4d4d4d",
		"surfaceBlue": "#363d3f",
		"surfaceGreen": "#3e4b33",
		"surfaceRed": "#433f3b",
		"surfaceMagenta": "#513851",
		"exportPage": "#333333",
		"exportCard": "#3c3c3c",
		"exportInfo": "#3d3c2a"
	},
	"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"
	}
}
