{
  "$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",
    "bgLight":  "#2c313c",
    "border":   "#181a1f",
    "fg":       "#abb2bf",
    "fg2":      "#828997",
    "comment":  "#5c6370",
    "red":      "#e06c75",
    "green":    "#98c379",
    "yellow":   "#e5c07b",
    "blue":     "#61afef",
    "purple":   "#c678dd",
    "cyan":     "#56b6c2",
    "orange":   "#d19a66",
    "dark_red": "#be5046"
  },
  "colors": {
    "accent":             "blue",
    "border":             "blue",
    "borderAccent":       "cyan",
    "borderMuted":        "comment",
    "success":            "green",
    "error":              "red",
    "warning":            "yellow",
    "muted":              "comment",
    "dim":                "fg2",
    "text":               "",
    "thinkingText":       "fg",

    "selectedBg":         "bgLight",
    "userMessageBg":      "bgDark",
    "userMessageText":    "",
    "customMessageBg":    "bgLight",
    "customMessageText":  "",
    "customMessageLabel": "blue",
    "toolPendingBg":      "bg",
    "toolSuccessBg":      "#242d24",
    "toolErrorBg":        "#2d2424",
    "toolTitle":          "blue",
    "toolOutput":         "",

    "mdHeading":          "purple",
    "mdLink":             "blue",
    "mdLinkUrl":          "cyan",
    "mdCode":             "cyan",
    "mdCodeBlock":        "",
    "mdCodeBlockBorder":  "comment",
    "mdQuote":            "fg",
    "mdQuoteBorder":      "comment",
    "mdHr":               "comment",
    "mdListBullet":       "blue",

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

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

    "thinkingOff":        "comment",
    "thinkingMinimal":    "blue",
    "thinkingLow":        "cyan",
    "thinkingMedium":     "green",
    "thinkingHigh":       "purple",
    "thinkingXhigh":      "red",

    "bashMode":           "orange"
  }
}
