{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "everforest-light-hard",
  "vars": {
    "bg_dim": "#F2EFDF",
    "bg0": "#FFFBEF",
    "bg1": "#F8F5E4",
    "bg2": "#F2EFDF",
    "bg3": "#EDEADA",
    "bg4": "#E8E5D5",
    "bg5": "#BEC5B2",
    "bg_visual": "#F0F2D4",
    "bg_red": "#FFE7DE",
    "bg_yellow": "#FEF2D5",
    "bg_green": "#F3F5D9",
    "bg_blue": "#ECF5ED",
    "bg_purple": "#FCECED",
    "fg": "#5C6A72",
    "red": "#F85552",
    "orange": "#F57D26",
    "yellow": "#DFA000",
    "green": "#8DA101",
    "aqua": "#35A77C",
    "blue": "#3A94C5",
    "purple": "#DF69BA",
    "grey0": "#A6B0A0",
    "grey1": "#939F91",
    "grey2": "#829181",
    "statusline1": "#93B259",
    "statusline2": "#708089",
    "statusline3": "#E66868"
  },
  "colors": {
    "accent": "aqua",
    "border": "grey1",
    "borderAccent": "aqua",
    "borderMuted": "grey0",
    "success": "green",
    "error": "red",
    "warning": "yellow",
    "muted": "grey1",
    "dim": "grey0",
    "text": "fg",
    "thinkingText": "grey1",

    "selectedBg": "bg_visual",
    "userMessageBg": "bg1",
    "userMessageText": "fg",
    "customMessageBg": "bg_purple",
    "customMessageText": "fg",
    "customMessageLabel": "purple",
    "toolPendingBg": "bg2",
    "toolSuccessBg": "bg_green",
    "toolErrorBg": "bg_red",
    "toolTitle": "orange",
    "toolOutput": "fg",

    "mdHeading": "orange",
    "mdLink": "purple",
    "mdLinkUrl": "blue",
    "mdCode": "green",
    "mdCodeBlock": "aqua",
    "mdCodeBlockBorder": "aqua",
    "mdQuote": "grey1",
    "mdQuoteBorder": "grey1",
    "mdHr": "purple",
    "mdListBullet": "red",

    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "grey1",

    "syntaxComment": "grey1",
    "syntaxKeyword": "red",
    "syntaxFunction": "green",
    "syntaxVariable": "blue",
    "syntaxString": "green",
    "syntaxNumber": "purple",
    "syntaxType": "yellow",
    "syntaxOperator": "orange",
    "syntaxPunctuation": "grey1",

    "thinkingOff": "bg4",
    "thinkingMinimal": "grey0",
    "thinkingLow": "blue",
    "thinkingMedium": "aqua",
    "thinkingHigh": "purple",
    "thinkingXhigh": "red",
    "thinkingMax": "yellow",

    "bashMode": "green"
  },
  "export": {
    "pageBg": "bg_dim",
    "cardBg": "bg0",
    "infoBg": "bg_yellow"
  }
}
