{
  "name": "light-mint",
  "vars": {
    "cyan": "#20b2aa",
    "blue": "#4682b4",
    "green": "#3cb371",
    "red": "#cd5c5c",
    "yellow": "#daa520",
    "gray": "#555555",
    "dimGray": "#888888",
    "darkGray": "#cccccc",
    "accent": "#00bfa5",
    "selectedBg": "#e0f2f1",
    "userMsgBg": "#f0fdfa",
    "toolPendingBg": "#e6f7f5",
    "toolSuccessBg": "#e0f5e8",
    "toolErrorBg": "#f7e6e6",
    "customMsgBg": "#e8f6f3"
  },
  "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": "#00bfa5",
    "mdLink": "#4682b4",
    "mdLinkUrl": "dimGray",
    "mdCode": "#20b2aa",
    "mdCodeBlock": "#3cb371",
    "mdCodeBlockBorder": "darkGray",
    "mdQuote": "gray",
    "mdQuoteBorder": "darkGray",
    "mdHr": "darkGray",
    "mdListBullet": "accent",
    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "gray",
    "syntaxComment": "#555555",
    "syntaxKeyword": "#4682b4",
    "syntaxFunction": "#daa520",
    "syntaxVariable": "#20b2aa",
    "syntaxString": "#cd5c5c",
    "syntaxNumber": "#3cb371",
    "syntaxType": "#00bfa5",
    "syntaxOperator": "#888888",
    "syntaxPunctuation": "#888888",
    "thinkingOff": "darkGray",
    "thinkingMinimal": "dimGray",
    "thinkingLow": "blue",
    "thinkingMedium": "cyan",
    "thinkingHigh": "accent",
    "thinkingXhigh": "red",
    "bashMode": "accent",
    "thinkingMax": "red"
  }
}
