{
  "name": "light-frost",
  "vars": {
    "cyan": "#00bcd4",
    "blue": "#2196f3",
    "green": "#4caf50",
    "red": "#f44336",
    "yellow": "#ffeb3b",
    "gray": "#607d8b",
    "dimGray": "#90a4ae",
    "darkGray": "#cfd8dc",
    "accent": "#03a9f4",
    "selectedBg": "#e1f5fe",
    "userMsgBg": "#f1faff",
    "toolPendingBg": "#e6f7ff",
    "toolSuccessBg": "#e8f5e9",
    "toolErrorBg": "#ffebee",
    "customMsgBg": "#e3f2fd"
  },
  "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": "#03a9f4",
    "mdLink": "#2196f3",
    "mdLinkUrl": "dimGray",
    "mdCode": "#00bcd4",
    "mdCodeBlock": "#0288d1",
    "mdCodeBlockBorder": "darkGray",
    "mdQuote": "gray",
    "mdQuoteBorder": "darkGray",
    "mdHr": "darkGray",
    "mdListBullet": "accent",
    "toolDiffAdded": "green",
    "toolDiffRemoved": "red",
    "toolDiffContext": "gray",
    "syntaxComment": "#607d8b",
    "syntaxKeyword": "#2196f3",
    "syntaxFunction": "#ffeb3b",
    "syntaxVariable": "#00bcd4",
    "syntaxString": "#f44336",
    "syntaxNumber": "#4caf50",
    "syntaxType": "#03a9f4",
    "syntaxOperator": "#90a4ae",
    "syntaxPunctuation": "#90a4ae",
    "thinkingOff": "darkGray",
    "thinkingMinimal": "dimGray",
    "thinkingLow": "blue",
    "thinkingMedium": "cyan",
    "thinkingHigh": "accent",
    "thinkingXhigh": "red",
    "bashMode": "accent",
    "thinkingMax": "red"
  }
}
