{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "modern-dark",
	"vars": {
		"orange": "#f97316",
		"orangeSoft": "#fb923c",
		"orangeMuted": "#c26b3b",
		"orangeBright": "#fdba74",
		"gray": "#27445d",
		"mutedGray": "#7ea3c7",
		"dimGray": "#55779b",
		"borderGray": "#33516a",
		"foreground": "#e5e7eb",
		"successGreen": "#64c2b3",
		"errorRed": "#dd7a5f",
		"selectedBg": "#2a2a2a",
		"userMsgBg": "#171717",
		"toolPendingBg": "#101010",
		"toolSuccessBg": "#0f1826",
		"toolErrorBg": "#1c120e",
		"customMsgBg": "#1b1918"
	},
	"colors": {
		"accent": "orange",
		"border": "borderGray",
		"borderAccent": "orangeSoft",
		"borderMuted": "gray",
		"success": "successGreen",
		"error": "errorRed",
		"warning": "orangeBright",
		"muted": "mutedGray",
		"dim": "dimGray",
		"text": "",
		"thinkingText": "mutedGray",

		"selectedBg": "selectedBg",
		"userMessageBg": "userMsgBg",
		"userMessageText": "",
		"customMessageBg": "customMsgBg",
		"customMessageText": "",
		"customMessageLabel": "orangeSoft",
		"toolPendingBg": "toolPendingBg",
		"toolSuccessBg": "toolSuccessBg",
		"toolErrorBg": "toolErrorBg",
		"toolTitle": "orangeMuted",
		"toolOutput": "mutedGray",

		"mdHeading": "orangeBright",
		"mdLink": "orangeSoft",
		"mdLinkUrl": "dimGray",
		"mdCode": "orangeBright",
		"mdCodeBlock": "foreground",
		"mdCodeBlockBorder": "gray",
		"mdQuote": "mutedGray",
		"mdQuoteBorder": "gray",
		"mdHr": "gray",
		"mdListBullet": "orangeSoft",

		"toolDiffAdded": "successGreen",
		"toolDiffRemoved": "errorRed",
		"toolDiffContext": "mutedGray",

		"syntaxComment": "dimGray",
		"syntaxKeyword": "orange",
		"syntaxFunction": "mutedGray",
		"syntaxVariable": "foreground",
		"syntaxString": "successGreen",
		"syntaxNumber": "orangeSoft",
		"syntaxType": "mutedGray",
		"syntaxOperator": "foreground",
		"syntaxPunctuation": "gray",

		"thinkingOff": "gray",
		"thinkingMinimal": "#5c5c5c",
		"thinkingLow": "#6e5038",
		"thinkingMedium": "#8c5c37",
		"thinkingHigh": "orangeMuted",
		"thinkingXhigh": "orange",

		"bashMode": "orangeMuted"
	},
	"export": {
		"pageBg": "#0c0c0c",
		"cardBg": "#151515",
		"infoBg": "#23170f"
	}
}
