{
	"$schema": "https://raw.githubusercontent.com/kwhorne/elyra/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "palenight",
	"vars": {
		"cyan": "#89DDFF",
		"blue": "#82AAFF",
		"green": "#C3E88D",
		"red": "#ff5572",
		"yellow": "#FFCB6B",
		"orange": "#F78C6C",
		"purple": "#C792EA",
		"teal": "#80CBC4",
		"gray": "#697098",
		"dimGray": "#4c5374",
		"darkGray": "#3a3f58",
		"fg": "#BFC7D5",
		"bg": "#292D3E",
		"selectedBg": "#343b54",
		"userMsgBg": "#292D3E",
		"toolPendingBg": "#2E3245",
		"toolSuccessBg": "#2a3328",
		"toolErrorBg": "#3c2832",
		"customMsgBg": "#2d2840"
	},
	"colors": {
		"accent": "purple",
		"border": "blue",
		"borderAccent": "cyan",
		"borderMuted": "darkGray",
		"success": "green",
		"error": "red",
		"warning": "yellow",
		"muted": "gray",
		"dim": "dimGray",
		"text": "",
		"thinkingText": "gray",

		"selectedBg": "selectedBg",
		"userMessageBg": "userMsgBg",
		"userMessageText": "",
		"customMessageBg": "customMsgBg",
		"customMessageText": "",
		"customMessageLabel": "purple",
		"toolPendingBg": "toolPendingBg",
		"toolSuccessBg": "toolSuccessBg",
		"toolErrorBg": "toolErrorBg",
		"toolTitle": "",
		"toolOutput": "gray",

		"mdHeading": "yellow",
		"mdLink": "blue",
		"mdLinkUrl": "dimGray",
		"mdCode": "teal",
		"mdCodeBlock": "green",
		"mdCodeBlockBorder": "gray",
		"mdQuote": "gray",
		"mdQuoteBorder": "gray",
		"mdHr": "gray",
		"mdListBullet": "purple",

		"toolDiffAdded": "green",
		"toolDiffRemoved": "red",
		"toolDiffContext": "gray",

		"syntaxComment": "#697098",
		"syntaxKeyword": "#C792EA",
		"syntaxFunction": "#82AAFF",
		"syntaxVariable": "#BFC7D5",
		"syntaxString": "#C3E88D",
		"syntaxNumber": "#F78C6C",
		"syntaxType": "#FFCB6B",
		"syntaxOperator": "#89DDFF",
		"syntaxPunctuation": "#BFC7D5",

		"thinkingOff": "darkGray",
		"thinkingMinimal": "dimGray",
		"thinkingLow": "gray",
		"thinkingMedium": "blue",
		"thinkingHigh": "purple",
		"thinkingXhigh": "#d1aaff",

		"bashMode": "green"
	},
	"export": {
		"pageBg": "#232635",
		"cardBg": "#292D3E",
		"infoBg": "#2E3245"
	}
}
