{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "kolorit",
	"vars": {
		"bg": "#1d1a1e",
		"fg": "#efecec",
		"black": "#1d1a1e",
		"red": "#ff5b82",
		"green": "#47d7a1",
		"yellow": "#e8e562",
		"blue": "#5db4ee",
		"magenta": "#da6cda",
		"cyan": "#57e9eb",
		"white": "#ededed",
		"brightBlack": "#1d1a1e",
		"brightRed": "#ff5b82",
		"brightGreen": "#47d7a1",
		"brightYellow": "#e8e562",
		"brightBlue": "#5db4ee",
		"brightMagenta": "#da6cda",
		"brightCyan": "#57e9eb",
		"brightWhite": "#ededed",
		"selectionBg": "#e1925c",
		"selectionFg": "#1d1a1e",
		"borderMutedVar": "#585558",
		"dimVar": "#797679",
		"surface": "#322f33",
		"surface2": "#3f3c3f",
		"surfaceBlue": "#27313d",
		"surfaceGreen": "#233632",
		"surfaceRed": "#3f242d",
		"surfaceMagenta": "#3f2940",
		"exportPage": "#252226",
		"exportCard": "#2e2b2e",
		"exportInfo": "#353226"
	},
	"colors": {
		"accent": "magenta",
		"border": "blue",
		"borderAccent": "cyan",
		"borderMuted": "borderMutedVar",
		"success": "green",
		"error": "red",
		"warning": "yellow",
		"muted": "brightBlack",
		"dim": "dimVar",
		"text": "fg",
		"thinkingText": "brightBlack",
		"selectedBg": "selectionBg",
		"userMessageBg": "surface",
		"userMessageText": "fg",
		"customMessageBg": "surfaceMagenta",
		"customMessageText": "fg",
		"customMessageLabel": "brightMagenta",
		"toolPendingBg": "surfaceBlue",
		"toolSuccessBg": "surfaceGreen",
		"toolErrorBg": "surfaceRed",
		"toolTitle": "fg",
		"toolOutput": "brightBlack",
		"mdHeading": "yellow",
		"mdLink": "blue",
		"mdLinkUrl": "dimVar",
		"mdCode": "cyan",
		"mdCodeBlock": "green",
		"mdCodeBlockBorder": "brightBlack",
		"mdQuote": "brightBlack",
		"mdQuoteBorder": "borderMutedVar",
		"mdHr": "borderMutedVar",
		"mdListBullet": "magenta",
		"toolDiffAdded": "green",
		"toolDiffRemoved": "red",
		"toolDiffContext": "brightBlack",
		"syntaxComment": "brightBlack",
		"syntaxKeyword": "blue",
		"syntaxFunction": "yellow",
		"syntaxVariable": "cyan",
		"syntaxString": "green",
		"syntaxNumber": "magenta",
		"syntaxType": "brightCyan",
		"syntaxOperator": "fg",
		"syntaxPunctuation": "brightBlack",
		"thinkingOff": "borderMutedVar",
		"thinkingMinimal": "brightBlack",
		"thinkingLow": "blue",
		"thinkingMedium": "cyan",
		"thinkingHigh": "magenta",
		"thinkingXhigh": "red",
		"bashMode": "green"
	},
	"export": {
		"pageBg": "exportPage",
		"cardBg": "exportCard",
		"infoBg": "exportInfo"
	}
}
