{
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "nord",
  "vars": {
    "nord0":  "#2e3440",
    "nord1":  "#3b4252",
    "nord2":  "#434c5e",
    "nord3":  "#4c566a",
    "nord4":  "#d8dee9",
    "nord5":  "#e5e9f0",
    "nord6":  "#eceff4",
    "nord7":  "#8fbcbb",
    "nord8":  "#88c0d0",
    "nord9":  "#81a1c1",
    "nord10": "#5e81ac",
    "nord11": "#bf616a",
    "nord12": "#d08770",
    "nord13": "#ebcb8b",
    "nord14": "#a3be8c",
    "nord15": "#b48ead"
  },
  "colors": {
    "accent":           "nord8",
    "border":           "nord9",
    "borderAccent":     "nord8",
    "borderMuted":      "nord2",
    "success":          "nord14",
    "error":            "nord11",
    "warning":          "nord13",
    "muted":            "nord3",
    "dim":              "nord2",
    "text":             "",
    "thinkingText":     "nord3",

    "selectedBg":       "nord2",
    "userMessageBg":    "#252932",
    "userMessageText":  "",
    "customMessageBg":  "nord2",
    "customMessageText": "",
    "customMessageLabel": "nord15",
    "toolPendingBg":    "#2e3448",
    "toolSuccessBg":    "#2e3c30",
    "toolErrorBg":      "#3c2e30",
    "toolTitle":        "",
    "toolOutput":       "nord3",

    "mdHeading":        "nord13",
    "mdLink":           "nord9",
    "mdLinkUrl":        "nord3",
    "mdCode":           "nord7",
    "mdCodeBlock":      "nord14",
    "mdCodeBlockBorder": "nord3",
    "mdQuote":          "nord4",
    "mdQuoteBorder":    "nord3",
    "mdHr":             "nord2",
    "mdListBullet":     "nord8",

    "toolDiffAdded":    "nord14",
    "toolDiffRemoved":  "nord11",
    "toolDiffContext":  "nord3",

    "syntaxComment":    "nord3",
    "syntaxKeyword":    "nord9",
    "syntaxFunction":   "nord8",
    "syntaxVariable":   "nord4",
    "syntaxString":     "nord14",
    "syntaxNumber":     "nord15",
    "syntaxType":       "nord7",
    "syntaxOperator":   "nord9",
    "syntaxPunctuation": "nord4",

    "thinkingOff":      "nord1",
    "thinkingMinimal":  "nord2",
    "thinkingLow":      "nord10",
    "thinkingMedium":   "nord9",
    "thinkingHigh":     "nord8",
    "thinkingXhigh":    "nord15",

    "bashMode":         "nord14"
  },
  "export": {
    "pageBg":  "#242933",
    "cardBg":  "#2e3440",
    "infoBg":  "#2e3820"
  }
}
