{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "Gentle",
  "vars": {
    "bg": "#06080f",
    "bgPanel": "#06080f",
    "bgElement": "#06080f",
    "bgSubtle": "#0d0f14",
    "surfaceLine": "#0d0f14",
    "border": "#313342",
    "borderSubtle": "#232A40",
    "text": "#F3F6F9",
    "muted": "#5C6170",
    "dim": "#5C6170",
    "disabled": "#5C6170",
    "accent": "#E0C15A",
    "blue": "#7FB4CA",
    "secondary": "#A3B5D6",
    "heading": "#B5B2D0",
    "syntaxComment": "#8394A3",
    "syntaxKeyword": "#C99AD6",
    "syntaxFunction": "#B99BF2",
    "syntaxString": "#DFBD76",
    "syntaxNumber": "#A4DAA7",
    "syntaxType": "#8FB8DD",
    "syntaxPunctuation": "#96A2B0",
    "green": "#B7CC85",
    "warning": "#DEBA87",
    "red": "#CB7C94",
    "brightBlack": "#8394A3",
    "brightGreen": "#D1E8A9",
    "brightYellow": "#DEBA87",
    "brightPurple": "#B99BF2",
    "brightMagenta": "#C99AD6",
    "brightBlue": "#8FB8DD",
    "selection": "#232A40",
    "toolSuccessBg": "#1a2e1a",
    "toolPendingBg": "#0d0f14",
    "toolErrorBg": "#2e1a1a",
    "infoBg": "#0d0f14"
  },
  "colors": {
    "accent": "blue",
    "border": "border",
    "borderAccent": "blue",
    "borderMuted": "borderSubtle",
    "success": "green",
    "error": "red",
    "warning": "warning",
    "muted": "muted",
    "dim": "dim",
    "text": "text",
    "thinkingText": "muted",
    "selectedBg": "selection",
    "userMessageBg": "bgElement",
    "userMessageText": "text",
    "customMessageBg": "bgSubtle",
    "customMessageText": "text",
    "customMessageLabel": "blue",
    "toolPendingBg": "toolPendingBg",
    "toolSuccessBg": "toolSuccessBg",
    "toolErrorBg": "toolErrorBg",
    "toolTitle": "blue",
    "toolOutput": "text",
    "mdHeading": "heading",
    "mdLink": "blue",
    "mdLinkUrl": "muted",
    "mdCode": "green",
    "mdCodeBlock": "text",
    "mdCodeBlockBorder": "borderSubtle",
    "mdQuote": "warning",
    "mdQuoteBorder": "borderSubtle",
    "mdHr": "muted",
    "mdListBullet": "blue",
    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "muted",
    "syntaxComment": "syntaxComment",
    "syntaxKeyword": "syntaxKeyword",
    "syntaxFunction": "syntaxFunction",
    "syntaxVariable": "text",
    "syntaxString": "syntaxString",
    "syntaxNumber": "syntaxNumber",
    "syntaxType": "syntaxType",
    "syntaxOperator": "warning",
    "syntaxPunctuation": "syntaxPunctuation",
    "thinkingOff": "borderSubtle",
    "thinkingMinimal": "dim",
    "thinkingLow": "muted",
    "thinkingMedium": "blue",
    "thinkingHigh": "blue",
    "thinkingXhigh": "secondary",
    "bashMode": "blue"
  },
  "export": {
    "pageBg": "bg",
    "cardBg": "bgElement",
    "infoBg": "infoBg"
  }
}
