{
  "name": "light-honeycomb",
  "vars": {
    "cyan": "#0097a7",
    "blue": "#f57f17",
    "green": "#388e3c",
    "red": "#d32f2f",
    "yellow": "#ffb300",
    "gray": "#5d4037",
    "dimGray": "#8d6e63",
    "darkGray": "#ffecb3",
    "accent": "#ffb300",
    "selectedBg": "#fff8e1",
    "userMsgBg": "#fffde7",
    "toolPendingBg": "#fff3e0",
    "toolSuccessBg": "#f9fbe7",
    "toolErrorBg": "#fbe9e7",
    "customMsgBg": "#ffecb3"
  },
  "colors": {
    "accent": "accent",
    "border": "blue",
    "borderAccent": "accent",
    "borderMuted": "darkGray",
    "success": "green",
    "error": "red",
    "warning": "yellow",
    "muted": "gray",
    "dim": "dimGray",
    "text": "",
    "thinkingText": "gray",
    "selectedBg": "selectedBg",
    "userMessageBg": "userMsgBg",
    "userMessageText": "",
    "customMessageBg": "customMsgBg",
    "customMessageText": "",
    "customMessageLabel": "accent",
    "toolPendingBg": "toolPendingBg",
    "toolSuccessBg": "toolSuccessBg",
    "toolErrorBg": "toolErrorBg",
    "toolTitle": "",
    "toolOutput": "gray",
    "mdHeading": "#ffa000",
    "mdLink": "#e65100",
    "mdLinkUrl": "dimGray",
    "mdCode": "#ff6f00",
    "mdCodeBlock": "#f57f17",
    "mdCodeBlockBorder": "darkGray",
    "mdQuote": "gray",
    "mdQuoteBorder": "darkGray",
    "mdHr": "darkGray",
    "mdListBullet": "accent",
    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "gray",
    "syntaxComment": "#5d4037",
    "syntaxKeyword": "#f57f17",
    "syntaxFunction": "#ffb300",
    "syntaxVariable": "#0097a7",
    "syntaxString": "#d32f2f",
    "syntaxNumber": "#388e3c",
    "syntaxType": "#ffb300",
    "syntaxOperator": "#8d6e63",
    "syntaxPunctuation": "#8d6e63",
    "thinkingOff": "darkGray",
    "thinkingMinimal": "dimGray",
    "thinkingLow": "blue",
    "thinkingMedium": "cyan",
    "thinkingHigh": "accent",
    "thinkingXhigh": "red",
    "bashMode": "accent",
    "thinkingMax": "red"
  }
}
