{
	"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "tokyo-night-day",
	"vars": {
		"bg":            "#e1e2e7",
		"bgDark":        "#d0d5e3",
		"bgPopup":       "#c4c8da",
		"bgHighlight":   "#cbcdd6",
		"fg":            "#3760bf",
		"fgDark":        "#6172b0",
		"fgGutter":      "#cfd1d8",
		"comment":       "#848cb5",
		"dark3":         "#8990b3",
		"dark5":         "#68709a",
		"blue":          "#2e7de9",
		"cyan":          "#007197",
		"blueLight":     "#006a83",
		"teal":          "#118c74",
		"magenta":       "#9854f1",
		"purple":        "#7847bd",
		"orange":        "#b15c00",
		"yellow":        "#8c6c3e",
		"green":         "#587539",
		"red":           "#f52a65",
		"redDark":       "#9c0d54",
		"selectedBg":    "#c5c8d6",
		"userBg":        "#cbcdd6",
		"customBg":      "#ddd6ec",
		"toolPendingBg": "#d6d9e3",
		"toolSuccessBg": "#d6dfd0",
		"toolErrorBg":   "#ecd5d8"
	},
	"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": "#d0d5e3",
		"cardBg": "#e1e2e7",
		"infoBg": "#cbcdd6"
	}
}
