{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "dayowl",
	"vars": {
		"black": "#000000",
		"red": "#ea6c6d",
		"green": "#6cbf43",
		"yellow": "#eca944",
		"blue": "#3199e1",
		"magenta": "#9e75c7",
		"cyan": "#46ba94",
		"white": "#bababa",
		"brightBlack": "#686868",
		"brightRed": "#f07171",
		"brightGreen": "#86b300",
		"brightYellow": "#f2ae49",
		"brightBlue": "#399ee6",
		"brightMagenta": "#a37acc",
		"brightCyan": "#4cbf99",
		"brightWhite": "#d1d1d1",
		"accent": "#ffaa33",
		"foreground": "#5c6166",
		"background": "#f8f9fa",
		"selectionBg": "#035bd6",
		"selectionFg": "#f8f9fa",
		"dimGray": "#8a9199",
		"borderGray": "#d8dde3",
		"selectedBg": "#dcecff",
		"userMsgBg": "#fff3d6",
		"customMsgBg": "#f1f4f7",
		"toolPendingBg": "#eef1f4",
		"toolSuccessBg": "#edf7e6",
		"toolErrorBg": "#fff0f0",
		"infoBg": "#fff6e6"
	},
	"colors": {
		"accent": "accent",
		"border": "blue",
		"borderAccent": "accent",
		"borderMuted": "borderGray",
		"success": "brightGreen",
		"error": "brightRed",
		"warning": "yellow",
		"muted": "brightBlack",
		"dim": "dimGray",
		"text": "foreground",
		"thinkingText": "brightBlack",

		"selectedBg": "selectedBg",
		"userMessageBg": "userMsgBg",
		"userMessageText": "foreground",
		"customMessageBg": "customMsgBg",
		"customMessageText": "foreground",
		"customMessageLabel": "accent",
		"toolPendingBg": "toolPendingBg",
		"toolSuccessBg": "toolSuccessBg",
		"toolErrorBg": "toolErrorBg",
		"toolTitle": "blue",
		"toolOutput": "brightBlack",

		"mdHeading": "brightBlue",
		"mdLink": "blue",
		"mdLinkUrl": "dimGray",
		"mdCode": "brightBlue",
		"mdCodeBlock": "brightBlue",
		"mdCodeBlockBorder": "borderGray",
		"mdQuote": "brightBlack",
		"mdQuoteBorder": "borderGray",
		"mdHr": "borderGray",
		"mdListBullet": "accent",

		"toolDiffAdded": "brightGreen",
		"toolDiffRemoved": "brightRed",
		"toolDiffContext": "dimGray",

		"syntaxComment": "dimGray",
		"syntaxKeyword": "red",
		"syntaxFunction": "brightYellow",
		"syntaxVariable": "foreground",
		"syntaxString": "brightBlue",
		"syntaxNumber": "brightMagenta",
		"syntaxType": "brightBlue",
		"syntaxOperator": "yellow",
		"syntaxPunctuation": "foreground",

		"thinkingOff": "borderGray",
		"thinkingMinimal": "brightWhite",
		"thinkingLow": "cyan",
		"thinkingMedium": "blue",
		"thinkingHigh": "magenta",
		"thinkingXhigh": "red",

		"bashMode": "brightGreen"
	},
	"export": {
		"pageBg": "background",
		"cardBg": "#ffffff",
		"infoBg": "infoBg"
	}
}
