{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "konsolas",
	"vars": {
		"bg": "#060606",
		"fg": "#c8c1c1",
		"black": "#000000",
		"red": "#aa1717",
		"green": "#18b218",
		"yellow": "#ebae1f",
		"blue": "#2323a5",
		"magenta": "#ad1edc",
		"cyan": "#42b0c8",
		"white": "#c8c1c1",
		"brightBlack": "#7b716e",
		"brightRed": "#ff4141",
		"brightGreen": "#5fff5f",
		"brightYellow": "#ffff55",
		"brightBlue": "#4b4bff",
		"brightMagenta": "#ff54ff",
		"brightCyan": "#69ffff",
		"brightWhite": "#ffffff",
		"selectionBg": "#060606",
		"selectionFg": "#c8c1c1",
		"borderMutedVar": "#3c3a3a",
		"dimVar": "#5b5858",
		"surface": "#191919",
		"surface2": "#252424",
		"surfaceBlue": "#0a0a1e",
		"surfaceGreen": "#092009",
		"surfaceRed": "#1f0909",
		"surfaceMagenta": "#240a2d",
		"exportPage": "#0e0d0d",
		"exportCard": "#161515",
		"exportInfo": "#211a09"
	},
	"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"
	}
}
