{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "tokyo-night-moon",
	"vars": {
		"bg":            "#222436",
		"bgDark":        "#1e2030",
		"bgPopup":       "#191b29",
		"bgHighlight":   "#2f334d",
		"fg":            "#c8d3f5",
		"fgDark":        "#828bb8",
		"fgGutter":      "#3b4261",
		"comment":       "#7a88cf",
		"dark3":         "#545c7e",
		"dark5":         "#737aa2",
		"blue":          "#82aaff",
		"cyan":          "#86e1fc",
		"blueLight":     "#89ddff",
		"teal":          "#4fd6be",
		"magenta":       "#c099ff",
		"purple":        "#fca7ea",
		"orange":        "#ff966c",
		"yellow":        "#ffc777",
		"green":         "#c3e88d",
		"red":           "#ff757f",
		"redDark":       "#c53b53",
		"selectedBg":    "#383d5f",
		"userBg":        "#2f334d",
		"customBg":      "#2e2c4a",
		"toolPendingBg": "#252739",
		"toolSuccessBg": "#243329",
		"toolErrorBg":   "#3b2530"
	},
	"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": "#1e2030",
		"cardBg": "#222436",
		"infoBg": "#2f334d"
	}
}
