{
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "one-dark",
  "vars": {
    "bg":      "#282c34",
    "bgDark":  "#21252b",
    "bgFloat": "#2c313a",
    "fg":      "#abb2bf",
    "comment": "#5c6370",
    "gutter":  "#636d83",
    "red":     "#e06c75",
    "orange":  "#d19a66",
    "yellow":  "#e5c07b",
    "green":   "#98c379",
    "cyan":    "#56b6c2",
    "blue":    "#61afef",
    "purple":  "#c678dd"
  },
  "colors": {
    "accent":           "blue",
    "border":           "gutter",
    "borderAccent":     "blue",
    "borderMuted":      "bgFloat",
    "success":          "green",
    "error":            "red",
    "warning":          "yellow",
    "muted":            "comment",
    "dim":              "gutter",
    "text":             "",
    "thinkingText":     "comment",

    "selectedBg":       "bgFloat",
    "userMessageBg":    "bgDark",
    "userMessageText":  "",
    "customMessageBg":  "bgFloat",
    "customMessageText": "",
    "customMessageLabel": "purple",
    "toolPendingBg":    "#21252b",
    "toolSuccessBg":    "#1e2a1e",
    "toolErrorBg":      "#2a1e1e",
    "toolTitle":        "",
    "toolOutput":       "comment",

    "mdHeading":        "yellow",
    "mdLink":           "blue",
    "mdLinkUrl":        "comment",
    "mdCode":           "cyan",
    "mdCodeBlock":      "green",
    "mdCodeBlockBorder": "comment",
    "mdQuote":          "comment",
    "mdQuoteBorder":    "comment",
    "mdHr":             "bgFloat",
    "mdListBullet":     "blue",

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

    "syntaxComment":    "comment",
    "syntaxKeyword":    "purple",
    "syntaxFunction":   "blue",
    "syntaxVariable":   "red",
    "syntaxString":     "green",
    "syntaxNumber":     "orange",
    "syntaxType":       "yellow",
    "syntaxOperator":   "cyan",
    "syntaxPunctuation": "fg",

    "thinkingOff":      "bgFloat",
    "thinkingMinimal":  "gutter",
    "thinkingLow":      "cyan",
    "thinkingMedium":   "blue",
    "thinkingHigh":     "purple",
    "thinkingXhigh":    "red",

    "bashMode":         "green"
  },
  "export": {
    "pageBg":  "#1c1f26",
    "cardBg":  "#21252b",
    "infoBg":  "#2a2516"
  }
}
