{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "neutral-hue",
  "vars": {
    "bg": "#121212",
    "bgDark": "#0d0d0d",
    "bgPopup": "#191919",
    "bgHighlight": "#262626",
    "bgCustom": "#1b1b1b",
    "bgSuccess": "#1c3326",
    "bgError": "#3a1f26",
    "white": "#ececec",
    "softwhite": "#cfcfcf",
    "gray": "#b0b0b0",
    "comment": "#8f8f8f",
    "muted": "#a8a8a8",
    "dim": "#7d7d7d",
    "border": "#3a3a3a",
    "borderMuted": "#282828",
    "blue": "#7aa2f7",
    "lavender": "#c4b5fd",
    "teal": "#2dd4bf",
    "purple": "#bb9af7",
    "green": "#9ece6a",
    "red": "#f7768e",
    "redStrong": "#db4b4b",
    "yellow": "#e0af68",
    "orange": "#ff9e64"
  },
  "colors": {
    "accent": "blue",
    "border": "border",
    "borderAccent": "blue",
    "borderMuted": "borderMuted",
    "success": "green",
    "error": "red",
    "warning": "yellow",
    "muted": "muted",
    "dim": "dim",
    "text": "",
    "thinkingText": "muted",
    "selectedBg": "bgHighlight",
    "userMessageBg": "",
    "userMessageText": "softwhite",
    "customMessageBg": "bgCustom",
    "customMessageText": "",
    "customMessageLabel": "muted",
    "toolPendingBg": "bgPopup",
    "toolSuccessBg": "bgSuccess",
    "toolErrorBg": "bgError",
    "toolTitle": "",
    "toolOutput": "muted",
    "mdHeading": "blue",
    "mdLink": "teal",
    "mdLinkUrl": "muted",
    "mdCode": "lavender",
    "mdCodeBlock": "softwhite",
    "mdCodeBlockBorder": "borderMuted",
    "mdQuote": "muted",
    "mdQuoteBorder": "borderMuted",
    "mdHr": "borderMuted",
    "mdListBullet": "muted",
    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "muted",
    "syntaxComment": "comment",
    "syntaxKeyword": "purple",
    "syntaxFunction": "blue",
    "syntaxVariable": "white",
    "syntaxString": "green",
    "syntaxNumber": "orange",
    "syntaxType": "teal",
    "syntaxOperator": "muted",
    "syntaxPunctuation": "dim",
    "thinkingOff": "borderMuted",
    "thinkingMinimal": "dim",
    "thinkingLow": "comment",
    "thinkingMedium": "muted",
    "thinkingHigh": "gray",
    "thinkingXhigh": "lavender",
    "thinkingMax": "blue",
    "bashMode": "green"
  },
  "export": {
    "pageBg": "#121212",
    "cardBg": "#0d0d0d",
    "infoBg": "#1b1b1b"
  }
}
