{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "everforest-dark",
  "vars": {
    "accent": "#7fbbb3",
    "accent2": "#83c092",
    "green": "#a7c080",
    "red": "#e67e80",
    "yellow": "#dbbc7f",
    "orange": "#e69875",
    "purple": "#d699b6",
    "cyan": "#7fbbb3",
    "textSoft": "#d3c6aa",
    "muted": "#859289",
    "dim": "#7a8478",
    "comment": "#859289",
    "borderMuted": "#859289",
    "thinkingMin": "#7a8478",
    "bgSelect": "#343f44",
    "bgUser": "#2d353b",
    "bgPending": "#232a2e",
    "bgSuccess": "#425047",
    "bgError": "#514045",
    "bgCustom": "#4a444e",
    "pageBg": "#232a2e"
  },
  "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": "comment",
    "syntaxKeyword": "purple",
    "syntaxFunction": "accent",
    "syntaxVariable": "textSoft",
    "syntaxString": "green",
    "syntaxNumber": "orange",
    "syntaxType": "cyan",
    "syntaxOperator": "accent2",
    "syntaxPunctuation": "dim",
    "thinkingOff": "borderMuted",
    "thinkingMinimal": "#7a8478",
    "thinkingLow": "accent",
    "thinkingMedium": "accent2",
    "thinkingHigh": "purple",
    "thinkingXhigh": "red",
    "bashMode": "green"
  },
  "export": {
    "pageBg": "#232a2e",
    "cardBg": "#2d353b",
    "infoBg": "#4a444e"
  }
}
