{
  "$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "synthwave-84",
  "vars": {
    "bg": "#000000",
    "bgAlt": "#241b2f",
    "fg": "#ffffff",
    "comment": "#848bbd",
    "string": "#ff8b39",
    "variable": "#ff7edb",
    "type": "#fe4450",
    "constant": "#f97e72",
    "keyword": "#fede5d",
    "func": "#36f9f6",
    "tag": "#72f1b8",
    "tagBrkt": "#36f9f6",
    "inherit": "#DD5500",
    "quote": "#b6b1b1",
    "mdLink": "#72f1b8",
    "mdLinkUrl": "#DD5500",
    "mdBold": "#2EE2FA",
    "mdList": "#ff7edb",
    "mdHeading": "#ff7edb",
    "bgDark": "#1a1628",
    "bgMid": "#1e1a2e",
    "bgLight": "#2e2840",
    "surface": "#34294f",
    "selection": "#322d44",
    "dimmed": "#6a6f96",
    "warmGray": "#8a8570",
    "gitMod": "#b893ce",
    "gitAdd": "#09f7a0",
    "gitDel": "#fe4450"
  },
  "colors": {
    "accent": "variable",
    "border": "surface",
    "borderAccent": "func",
    "borderMuted": "#444251",
    "success": "tag",
    "error": "type",
    "warning": "warmGray",
    "muted": "comment",
    "dim": "dimmed",
    "text": "",
    "thinkingText": "comment",
    "selectedBg": "selection",
    "userMessageBg": "bgAlt",
    "userMessageText": "",
    "customMessageBg": "#1f1a30",
    "customMessageText": "",
    "customMessageLabel": "tag",
    "toolPendingBg": "bgMid",
    "toolSuccessBg": "#1a2e26",
    "toolErrorBg": "#2e1a1e",
    "toolTitle": "func",
    "toolOutput": "comment",
    "mdHeading": "mdHeading",
    "mdLink": "mdLink",
    "mdLinkUrl": "mdLinkUrl",
    "mdCode": "string",
    "mdCodeBlock": "fg",
    "mdCodeBlockBorder": "surface",
    "mdQuote": "quote",
    "mdQuoteBorder": "comment",
    "mdHr": "surface",
    "mdListBullet": "mdList",
    "toolDiffAdded": "gitAdd",
    "toolDiffRemoved": "gitDel",
    "toolDiffContext": "comment",
    "syntaxComment": "comment",
    "syntaxKeyword": "keyword",
    "syntaxFunction": "func",
    "syntaxVariable": "variable",
    "syntaxString": "string",
    "syntaxNumber": "constant",
    "syntaxType": "type",
    "syntaxOperator": "keyword",
    "syntaxPunctuation": "comment",
    "thinkingOff": "#444251",
    "thinkingMinimal": "dimmed",
    "thinkingLow": "#6796e6",
    "thinkingMedium": "variable",
    "thinkingHigh": "type",
    "thinkingXhigh": "type",
    "bashMode": "keyword"
  },
  "export": {
    "pageBg": "#1a1628",
    "cardBg": "#000000",
    "infoBg": "#2e2840"
  }
}
