{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "everforest-tui-dark",
  "vars": {
    "base": "#323d43",
    "mantle": "#2d353b",
    "surface0": "#3a464c",
    "surface1": "#434f55",
    "surface2": "#4b565c",
    "text": "#d3c6aa",
    "subtext1": "#c3bea9",
    "subtext0": "#b0b5a4",
    "overlay": "#a7afa3",
    "red": "#e67e80",
    "orange": "#e69875",
    "yellow": "#dbbc7f",
    "green": "#a7c080",
    "aqua": "#83c092",
    "blue": "#7fbbb3",
    "purple": "#d699b6",
    "redBg": "#4b3f42",
    "greenBg": "#3f4b43",
    "blueBg": "#39464c"
  },
  "colors": {
    "accent": "aqua",
    "border": "blue",
    "borderAccent": "aqua",
    "borderMuted": "surface2",
    "success": "green",
    "error": "red",
    "warning": "yellow",
    "muted": "subtext0",
    "dim": "overlay",
    "text": "text",
    "thinkingText": "subtext1",
    "selectedBg": "surface1",
    "userMessageBg": "surface0",
    "userMessageText": "text",
    "customMessageBg": "mantle",
    "customMessageText": "text",
    "customMessageLabel": "purple",
    "toolPendingBg": "blueBg",
    "toolSuccessBg": "greenBg",
    "toolErrorBg": "redBg",
    "toolTitle": "blue",
    "toolOutput": "subtext1",
    "mdHeading": "yellow",
    "mdLink": "blue",
    "mdLinkUrl": "subtext0",
    "mdCode": "aqua",
    "mdCodeBlock": "green",
    "mdCodeBlockBorder": "surface2",
    "mdQuote": "subtext0",
    "mdQuoteBorder": "surface2",
    "mdHr": "surface2",
    "mdListBullet": "aqua",
    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "subtext0",
    "syntaxComment": "subtext0",
    "syntaxKeyword": "red",
    "syntaxFunction": "green",
    "syntaxVariable": "blue",
    "syntaxString": "aqua",
    "syntaxNumber": "purple",
    "syntaxType": "yellow",
    "syntaxOperator": "orange",
    "syntaxPunctuation": "text",
    "thinkingOff": "surface2",
    "thinkingMinimal": "overlay",
    "thinkingLow": "blue",
    "thinkingMedium": "aqua",
    "thinkingHigh": "purple",
    "thinkingXhigh": "red",
    "thinkingMax": "orange",
    "bashMode": "green"
  },
  "export": {
    "pageBg": "#323d43",
    "cardBg": "#2d353b",
    "infoBg": "#3a464c"
  }
}
