{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "tokyonight-day",
	"vars": {
		"bg": "#e1e2e7",
		"bgDark": "#d0d5e3",
		"bgHighlight": "#c4c8da",
		"bgVisual": "#b7c1e3",
		"bgSearch": "#7890dd",
		"blue": "#2e7de9",
		"blue0": "#7890dd",
		"blue1": "#188092",
		"blue5": "#006a83",
		"border": "#4094a3",
		"comment": "#848cb5",
		"cyan": "#007197",
		"dark3": "#8990b3",
		"dark5": "#68709a",
		"fg": "#3760bf",
		"fgDark": "#6172b0",
		"fgGutter": "#a8aecb",
		"green": "#587539",
		"magenta": "#9854f1",
		"orange": "#b15c00",
		"purple": "#7847bd",
		"red": "#f52a65",
		"red1": "#c64343",
		"teal": "#118c74",
		"yellow": "#8c6c3e",
		"gitAdd": "#4197a4",
		"gitRemove": "#c47981",
		"diffAddBg": "#b7ced5",
		"diffRemoveBg": "#dababe"
	},
	"colors": {
		"accent": "blue",
		"border": "dark3",
		"borderAccent": "border",
		"borderMuted": "fgGutter",
		"success": "teal",
		"error": "red1",
		"warning": "yellow",
		"muted": "comment",
		"dim": "dark3",
		"text": "fg",
		"thinkingText": "fgDark",

		"selectedBg": "bgHighlight",
		"scrollbarThumb": "bgHighlight",
		"searchMatchBg": "bgSearch",
		"searchMatchText": "#ffffff",
		"userMessageBg": "bgDark",
		"userMessageText": "fg",
		"customMessageBg": "bgVisual",
		"customMessageText": "fg",
		"customMessageLabel": "magenta",
		"toolPendingBg": "bgDark",
		"toolSuccessBg": "diffAddBg",
		"toolErrorBg": "diffRemoveBg",
		"toolTitle": "fg",
		"toolOutput": "fgDark",

		"mdHeading": "blue",
		"mdLink": "teal",
		"mdLinkUrl": "dark5",
		"mdCode": "green",
		"mdCodeBlock": "fg",
		"mdCodeBlockBorder": "fgGutter",
		"mdQuote": "comment",
		"mdQuoteBorder": "dark3",
		"mdHr": "fgGutter",
		"mdListBullet": "blue5",

		"toolDiffAdded": "gitAdd",
		"toolDiffRemoved": "gitRemove",
		"toolDiffContext": "comment",

		"syntaxComment": "comment",
		"syntaxKeyword": "purple",
		"syntaxFunction": "blue",
		"syntaxVariable": "fg",
		"syntaxString": "green",
		"syntaxNumber": "orange",
		"syntaxType": "blue1",
		"syntaxOperator": "blue5",
		"syntaxPunctuation": "fgDark",

		"thinkingOff": "fgGutter",
		"thinkingMinimal": "comment",
		"thinkingLow": "blue1",
		"thinkingMedium": "blue",
		"thinkingHigh": "purple",
		"thinkingXhigh": "magenta",
		"thinkingMax": "red",

		"bashMode": "cyan"
	},
	"export": {
		"pageBg": "bg",
		"cardBg": "bgDark",
		"infoBg": "bgHighlight"
	}
}
