{
	"$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/theme-schema.json",
	"name": "nightowl",
	"vars": {
		"cyan": "#7fdbca",
		"blue": "#82AAFF",
		"green": "#c5e478",
		"red": "#EF5350",
		"yellow": "#ffcb8b",
		"magenta": "#c792ea",
		"gray": "#5f7e97",
		"dimGray": "#4b6479",
		"darkGray": "#122d42",
		"accent": "#80CBC4",
		"foreground": "#d6deeb",
		"background": "#011627",
		"userMsgBg": "#0b2942",
		"toolPendingBg": "#01111d",
		"toolSuccessBg": "#0b253a",
		"toolErrorBg": "#1a1015"
	},
	"colors": {
		"accent": "accent",
		"border": "blue",
		"borderAccent": "cyan",
		"borderMuted": "darkGray",
		"success": "green",
		"error": "red",
		"warning": "yellow",
		"muted": "gray",
		"dim": "dimGray",
		"text": "",
		"thinkingText": "gray",

		"userMessageBg": "userMsgBg",
		"userMessageText": "",
		"toolPendingBg": "toolPendingBg",
		"toolSuccessBg": "toolSuccessBg",
		"toolErrorBg": "toolErrorBg",
		"toolTitle": "",
		"toolOutput": "gray",

		"selectedBg": "darkGray",
		"customMessageBg": "userMsgBg",
		"customMessageText": "",
		"customMessageLabel": "accent",

		"mdHeading": "blue",
		"mdLink": "cyan",
		"mdLinkUrl": "dimGray",
		"mdCode": "accent",
		"mdCodeBlock": "green",
		"mdCodeBlockBorder": "gray",
		"mdQuote": "gray",
		"mdQuoteBorder": "gray",
		"mdHr": "gray",
		"mdListBullet": "accent",

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

		"syntaxComment": "#637777",
		"syntaxKeyword": "magenta",
		"syntaxFunction": "blue",
		"syntaxVariable": "cyan",
		"syntaxString": "#c789d6",
		"syntaxNumber": "#F78C6C",
		"syntaxType": "yellow",
		"syntaxOperator": "cyan",
		"syntaxPunctuation": "foreground",

		"thinkingOff": "darkGray",
		"thinkingMinimal": "#234d70",
		"thinkingLow": "#1d3b53",
		"thinkingMedium": "#5f7e97",
		"thinkingHigh": "#7e57c2",
		"thinkingXhigh": "#c792ea",

		"bashMode": "green"
	}
}
