{
  "name": "dark-terminal",
  "vars": {
    "cyan": "#00ffcc",
    "blue": "#00aaff",
    "green": "#00ff00",
    "red": "#ff0000",
    "yellow": "#ffff00",
    "gray": "#cccccc",
    "dimGray": "#666666",
    "darkGray": "#333333",
    "accent": "#00ff00",
    "selectedBg": "#111111",
    "userMsgBg": "#050505",
    "toolPendingBg": "#0a0a0a",
    "toolSuccessBg": "#001100",
    "toolErrorBg": "#110000",
    "customMsgBg": "#080808"
  },
  "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": "#00ff00",
    "mdLink": "#00aaff",
    "mdLinkUrl": "dimGray",
    "mdCode": "#00cc00",
    "mdCodeBlock": "#00aa00",
    "mdCodeBlockBorder": "darkGray",
    "mdQuote": "gray",
    "mdQuoteBorder": "darkGray",
    "mdHr": "darkGray",
    "mdListBullet": "accent",
    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "gray",
    "syntaxComment": "#cccccc",
    "syntaxKeyword": "#00aaff",
    "syntaxFunction": "#ffff00",
    "syntaxVariable": "#00ffcc",
    "syntaxString": "#ff0000",
    "syntaxNumber": "#00ff00",
    "syntaxType": "#00ff00",
    "syntaxOperator": "#666666",
    "syntaxPunctuation": "#666666",
    "thinkingOff": "darkGray",
    "thinkingMinimal": "dimGray",
    "thinkingLow": "blue",
    "thinkingMedium": "cyan",
    "thinkingHigh": "accent",
    "thinkingXhigh": "red",
    "bashMode": "accent",
    "thinkingMax": "red"
  }
}
