{
  "name": "dark-ember",
  "vars": {
    "cyan": "#56b6c2",
    "blue": "#5f8dd3",
    "green": "#98c379",
    "red": "#e06c75",
    "yellow": "#e5c07b",
    "gray": "#abb2bf",
    "dimGray": "#5c6370",
    "darkGray": "#4b5263",
    "accent": "#ff6f61",
    "selectedBg": "#2c313a",
    "userMsgBg": "#21252b",
    "toolPendingBg": "#282c34",
    "toolSuccessBg": "#23272e",
    "toolErrorBg": "#2e2525",
    "customMsgBg": "#2a2530"
  },
  "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": "#ff6f61",
    "mdLink": "#5f8dd3",
    "mdLinkUrl": "dimGray",
    "mdCode": "#e5c07b",
    "mdCodeBlock": "#56b6c2",
    "mdCodeBlockBorder": "darkGray",
    "mdQuote": "gray",
    "mdQuoteBorder": "darkGray",
    "mdHr": "darkGray",
    "mdListBullet": "accent",
    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "gray",
    "syntaxComment": "#abb2bf",
    "syntaxKeyword": "#5f8dd3",
    "syntaxFunction": "#e5c07b",
    "syntaxVariable": "#56b6c2",
    "syntaxString": "#e06c75",
    "syntaxNumber": "#98c379",
    "syntaxType": "#ff6f61",
    "syntaxOperator": "#5c6370",
    "syntaxPunctuation": "#5c6370",
    "thinkingOff": "darkGray",
    "thinkingMinimal": "dimGray",
    "thinkingLow": "blue",
    "thinkingMedium": "cyan",
    "thinkingHigh": "accent",
    "thinkingXhigh": "red",
    "bashMode": "accent",
    "thinkingMax": "red"
  }
}
