{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/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",
    "zedAccent": "#6C99A6",
    "borderVariant": "#4B5262"
  },
  "colors": {
    "accent": "zedAccent",
    "border": "borderVariant",
    "borderAccent": "zedAccent",
    "borderMuted": "nord1",
    "success": "nord14",
    "error": "nord11",
    "warning": "nord13",
    "muted": "nord4",
    "dim": "nord3",
    "text": "nord4",
    "thinkingText": "nord4",
    "selectedBg": "borderVariant",
    "userMessageBg": "nord1",
    "userMessageText": "nord4",
    "customMessageBg": "nord1",
    "customMessageText": "nord4",
    "customMessageLabel": "zedAccent",
    "toolPendingBg": "nord1",
    "toolSuccessBg": "nord1",
    "toolErrorBg": "nord1",
    "toolTitle": "zedAccent",
    "toolOutput": "nord4",
    "mdHeading": "nord8",
    "mdLink": "nord9",
    "mdLinkUrl": "nord3",
    "mdCode": "nord7",
    "mdCodeBlock": "nord4",
    "mdCodeBlockBorder": "borderVariant",
    "mdQuote": "nord4",
    "mdQuoteBorder": "borderVariant",
    "mdHr": "nord1",
    "mdListBullet": "nord9",
    "toolDiffAdded": "nord14",
    "toolDiffRemoved": "nord11",
    "toolDiffContext": "nord3",
    "syntaxComment": "nord3",
    "syntaxKeyword": "nord9",
    "syntaxFunction": "nord8",
    "syntaxVariable": "nord4",
    "syntaxString": "nord14",
    "syntaxNumber": "nord15",
    "syntaxType": "nord7",
    "syntaxOperator": "nord9",
    "syntaxPunctuation": "nord5",
    "thinkingOff": "nord1",
    "thinkingMinimal": "borderVariant",
    "thinkingLow": "nord10",
    "thinkingMedium": "zedAccent",
    "thinkingHigh": "nord15",
    "thinkingXhigh": "nord11",
    "bashMode": "nord12"
  },
  "export": {
    "pageBg": "nord0",
    "cardBg": "nord0",
    "infoBg": "nord1"
  }
}
