{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "rydgel-terminal-sexy",
	"vars": {
		"bg": "#000000",
		"fg": "#ffffff",
		"black": "#303430",
		"red": "#bf7979",
		"green": "#97b26b",
		"yellow": "#cdcdc1",
		"blue": "#86a2be",
		"magenta": "#d9b798",
		"cyan": "#a1b5cd",
		"white": "#ffffff",
		"brightBlack": "#cdb5cd",
		"brightRed": "#f4a45f",
		"brightGreen": "#c5f779",
		"brightYellow": "#ffffed",
		"brightBlue": "#98afd9",
		"brightMagenta": "#d7d998",
		"brightCyan": "#a1b5cd",
		"brightWhite": "#dedede",
		"selectionBg": "#3d332b",
		"selectionFg": "#000000",
		"borderMutedVar": "#474747",
		"dimVar": "#707070",
		"surface": "#1a1a1a",
		"surface2": "#292929",
		"surfaceBlue": "#14181d",
		"surfaceGreen": "#171b10",
		"surfaceRed": "#1d1212",
		"surfaceMagenta": "#27211b",
		"exportPage": "#0a0a0a",
		"exportCard": "#141414",
		"exportInfo": "#191917"
	},
	"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"
	}
}
