{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "nord",
  "vars": {
    "accent": "#88c0d0",
    "accent2": "#81a1c1",
    "green": "#a3be8c",
    "red": "#bf616a",
    "yellow": "#ebcb8b",
    "orange": "#d08770",
    "purple": "#b48ead",
    "cyan": "#8fbcbb",
    "textSoft": "#eceff4",
    "muted": "#d8dee9",
    "dim": "#4c566a",
    "comment": "#4c566a",
    "borderMuted": "#4c566a",
    "thinkingMin": "#5e81ac",
    "bgSelect": "#3b4252",
    "bgUser": "#2e3440",
    "bgPending": "#2e3440",
    "bgSuccess": "#3b4252",
    "bgError": "#3b4252",
    "bgCustom": "#3b4252",
    "pageBg": "#2e3440"
  },
  "colors": {
    "accent": "accent",
    "border": "accent",
    "borderAccent": "accent2",
    "borderMuted": "borderMuted",
    "success": "green",
    "error": "red",
    "warning": "yellow",
    "muted": "muted",
    "dim": "dim",
    "text": "",
    "thinkingText": "muted",
    "selectedBg": "bgSelect",
    "userMessageBg": "bgUser",
    "userMessageText": "textSoft",
    "customMessageBg": "bgCustom",
    "customMessageText": "textSoft",
    "customMessageLabel": "purple",
    "toolPendingBg": "bgPending",
    "toolSuccessBg": "bgSuccess",
    "toolErrorBg": "bgError",
    "toolTitle": "accent2",
    "toolOutput": "textSoft",
    "mdHeading": "orange",
    "mdLink": "accent",
    "mdLinkUrl": "muted",
    "mdCode": "cyan",
    "mdCodeBlock": "green",
    "mdCodeBlockBorder": "borderMuted",
    "mdQuote": "muted",
    "mdQuoteBorder": "borderMuted",
    "mdHr": "borderMuted",
    "mdListBullet": "purple",
    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "muted",
    "syntaxComment": "#4c566a",
    "syntaxKeyword": "purple",
    "syntaxFunction": "accent",
    "syntaxVariable": "textSoft",
    "syntaxString": "green",
    "syntaxNumber": "orange",
    "syntaxType": "cyan",
    "syntaxOperator": "accent2",
    "syntaxPunctuation": "dim",
    "thinkingOff": "borderMuted",
    "thinkingMinimal": "thinkingMin",
    "thinkingLow": "accent",
    "thinkingMedium": "accent2",
    "thinkingHigh": "purple",
    "thinkingXhigh": "red",
    "bashMode": "green"
  },
  "export": {
    "pageBg": "#2e3440",
    "cardBg": "#2e3440",
    "infoBg": "#3b4252"
  }
}
