{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "tokyo-night-storm",
  "vars": {
    "accent": "#7aa2f7",
    "accent2": "#7dcfff",
    "green": "#9ece6a",
    "red": "#f7768e",
    "yellow": "#e0af68",
    "textSoft": "#c0caf5",
    "muted": "#a9b1d6",
    "dim": "#737aa2",
    "borderMuted": "#565f89",
    "bgSelect": "#292e42",
    "bgUser": "#24283b",
    "bgPending": "#1f2335",
    "bgSuccess": "#292e42",
    "bgError": "#292e42",
    "bgCustom": "#292e42"
  },
  "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": "#bb9af7",
    "toolPendingBg": "bgPending",
    "toolSuccessBg": "bgSuccess",
    "toolErrorBg": "bgError",
    "toolTitle": "accent2",
    "toolOutput": "textSoft",
    "mdHeading": "#e0af68",
    "mdLink": "#7aa2f7",
    "mdLinkUrl": "muted",
    "mdCode": "#7dcfff",
    "mdCodeBlock": "#9ece6a",
    "mdCodeBlockBorder": "borderMuted",
    "mdQuote": "muted",
    "mdQuoteBorder": "borderMuted",
    "mdHr": "borderMuted",
    "mdListBullet": "#bb9af7",
    "toolDiffAdded": "#9ece6a",
    "toolDiffRemoved": "#f7768e",
    "toolDiffContext": "muted",
    "syntaxComment": "#565f89",
    "syntaxKeyword": "#bb9af7",
    "syntaxFunction": "#7aa2f7",
    "syntaxVariable": "#c0caf5",
    "syntaxString": "#9ece6a",
    "syntaxNumber": "#ff9e64",
    "syntaxType": "#2ac3de",
    "syntaxOperator": "#89ddff",
    "syntaxPunctuation": "#a9b1d6",
    "thinkingOff": "borderMuted",
    "thinkingMinimal": "#565f89",
    "thinkingLow": "#7aa2f7",
    "thinkingMedium": "#7dcfff",
    "thinkingHigh": "#bb9af7",
    "thinkingXhigh": "#f7768e",
    "bashMode": "#9ece6a"
  },
  "export": {
    "pageBg": "#1b1e2d",
    "cardBg": "#24283b",
    "infoBg": "#292e42"
  }
}
