{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "tokyo-night",
	"vars": {
		"bg":            "#1a1b26",
		"bgDark":        "#16161e",
		"bgPopup":       "#13131a",
		"bgHighlight":   "#292e42",
		"fg":            "#c0caf5",
		"fgDark":        "#a9b1d6",
		"fgGutter":      "#3b4261",
		"comment":       "#565f89",
		"dark3":         "#545c7e",
		"dark5":         "#737aa2",
		"blue":          "#7aa2f7",
		"cyan":          "#7dcfff",
		"blueLight":     "#89ddff",
		"teal":          "#73daca",
		"magenta":       "#bb9af7",
		"purple":        "#9d7cd8",
		"orange":        "#ff9e64",
		"yellow":        "#e0af68",
		"green":         "#9ece6a",
		"red":           "#f7768e",
		"redDark":       "#db4b4b",
		"selectedBg":    "#2e324a",
		"userBg":        "#292e42",
		"customBg":      "#25223e",
		"toolPendingBg": "#1f2030",
		"toolSuccessBg": "#1a2624",
		"toolErrorBg":   "#2e1d27"
	},
	"colors": {
		"accent":             "blue",
		"border":             "blue",
		"borderAccent":       "cyan",
		"borderMuted":        "fgGutter",
		"success":            "green",
		"error":              "red",
		"warning":            "yellow",
		"muted":              "comment",
		"dim":                "dark3",
		"text":               "",
		"thinkingText":       "dark5",

		"selectedBg":         "selectedBg",
		"userMessageBg":      "userBg",
		"userMessageText":    "",
		"customMessageBg":    "customBg",
		"customMessageText":  "",
		"customMessageLabel": "magenta",
		"toolPendingBg":      "toolPendingBg",
		"toolSuccessBg":      "toolSuccessBg",
		"toolErrorBg":        "toolErrorBg",
		"toolTitle":          "cyan",
		"toolOutput":         "fgDark",

		"mdHeading":          "orange",
		"mdLink":             "blue",
		"mdLinkUrl":          "dark5",
		"mdCode":             "cyan",
		"mdCodeBlock":        "",
		"mdCodeBlockBorder":  "dark3",
		"mdQuote":            "comment",
		"mdQuoteBorder":      "blueLight",
		"mdHr":               "fgGutter",
		"mdListBullet":       "magenta",

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

		"syntaxComment":      "comment",
		"syntaxKeyword":      "magenta",
		"syntaxFunction":     "blue",
		"syntaxVariable":     "red",
		"syntaxString":       "green",
		"syntaxNumber":       "orange",
		"syntaxType":         "teal",
		"syntaxOperator":     "blueLight",
		"syntaxPunctuation":  "fgDark",

		"thinkingOff":        "fgGutter",
		"thinkingMinimal":    "dark3",
		"thinkingLow":        "blue",
		"thinkingMedium":     "cyan",
		"thinkingHigh":       "magenta",
		"thinkingXhigh":      "red",

		"bashMode":           "green"
	},
	"export": {
		"pageBg": "#16161e",
		"cardBg": "#1a1b26",
		"infoBg": "#292e42"
	}
}
