{
  "$schema": "https://raw.githubusercontent.com/apholdings/jensen-code/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "jensen-theme-v2",
  "vars": {
    "bg": "#16161E",
    "surface": "#0F111A",
    "surfaceRaised": "#292E42",
    "surfaceAccent": "#24283B",
    "teal": "#73DACA",
    "cyan": "#7AA2F7",
    "lilac": "#BB9AF7",
    "orchid": "#AD8EE6",
    "fg": "#C0CAF5",
    "fgBright": "#E0AF68",
    "muted": "#787C99",
    "dim": "#565F89",
    "warning": "#E0AF68",
    "error": "#F7768E",
    "successBg": "#2E3C43",
    "errorBg": "#3D2B3D",
    "pendingBg": "#24283B"
  },
  "colors": {
    "accent": "cyan",
    "border": "dim",
    "borderAccent": "lilac",
    "borderMuted": "dim",
    "success": "teal",
    "error": "error",
    "warning": "warning",
    "muted": "muted",
    "dim": "dim",
    "text": "fg",
    "thinkingText": "muted",
    "selectedBg": "surfaceRaised",
    "userMessageBg": "surface",
    "userMessageText": "fg",
    "customMessageBg": "surfaceAccent",
    "customMessageText": "fg",
    "customMessageLabel": "orchid",
    "toolPendingBg": "pendingBg",
    "toolSuccessBg": "successBg",
    "toolErrorBg": "errorBg",
    "toolTitle": "fg",
    "toolOutput": "muted",
    "mdHeading": "cyan",
    "mdLink": "teal",
    "mdLinkUrl": "dim",
    "mdCode": "fgBright",
    "mdCodeBlock": "fg",
    "mdCodeBlockBorder": "dim",
    "mdQuote": "muted",
    "mdQuoteBorder": "dim",
    "mdHr": "dim",
    "mdListBullet": "lilac",
    "toolDiffAdded": "teal",
    "toolDiffRemoved": "error",
    "toolDiffContext": "dim",
    "syntaxComment": "dim",
    "syntaxKeyword": "lilac",
    "syntaxFunction": "cyan",
    "syntaxVariable": "fg",
    "syntaxString": "teal",
    "syntaxNumber": "fgBright",
    "syntaxType": "orchid",
    "syntaxOperator": "cyan",
    "syntaxPunctuation": "muted",
    "thinkingOff": "dim",
    "thinkingMinimal": "muted",
    "thinkingLow": "teal",
    "thinkingMedium": "cyan",
    "thinkingHigh": "lilac",
    "thinkingXhigh": "fgBright",
    "bashMode": "teal"
  },
  "export": {
    "pageBg": "bg",
    "cardBg": "surface",
    "infoBg": "surfaceAccent"
  }
}