{
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "github-dark-high-contrast",
  "vars": {
    "bg": "#0a0c10",
    "fg": "#f0f3f6",
    "gray": "#9ea7b3",
    "darkGray": "#191b1f",
    "accent": "#71b7ff",
    "accentDark": "#3f85cd",
    "accentMid": "#b0d5fa",
    "secondary": "#26cd4d",
    "white": "#ffffff",
    "panel": "#0f1115",
    "panelAlt": "#121418",
    "panelSuccess": "#101517",
    "panelError": "#1b181c",
    "panelInfo": "#14161a",
    "success": "#26cd4d",
    "error": "#ff9492",
    "warning": "#f0b72f",
    "diffAdded": "#a3e4b5",
    "diffRemoved": "#f6cbcc",
    "diffContext": "#e1e5e9"
  },
  "colors": {
    "accent": "accent",
    "border": "gray",
    "borderAccent": "accent",
    "borderMuted": "darkGray",
    "success": "success",
    "error": "error",
    "warning": "warning",
    "muted": "gray",
    "dim": "gray",
    "text": "",
    "thinkingText": "gray",
    "selectedBg": "panelInfo",
    "userMessageBg": "panel",
    "userMessageText": "",
    "customMessageBg": "panelAlt",
    "customMessageText": "",
    "customMessageLabel": "accent",
    "toolPendingBg": "panelAlt",
    "toolSuccessBg": "panelSuccess",
    "toolErrorBg": "panelError",
    "toolTitle": "white",
    "toolOutput": "fg",
    "mdHeading": "white",
    "mdLink": "secondary",
    "mdLinkUrl": "gray",
    "mdCode": "accent",
    "mdCodeBlock": "fg",
    "mdCodeBlockBorder": "accentDark",
    "mdQuote": "gray",
    "mdQuoteBorder": "gray",
    "mdHr": "darkGray",
    "mdListBullet": "accent",
    "toolDiffAdded": "diffAdded",
    "toolDiffRemoved": "diffRemoved",
    "toolDiffContext": "diffContext",
    "syntaxComment": "gray",
    "syntaxKeyword": "accent",
    "syntaxFunction": "secondary",
    "syntaxVariable": "fg",
    "syntaxString": "success",
    "syntaxNumber": "warning",
    "syntaxType": "white",
    "syntaxOperator": "error",
    "syntaxPunctuation": "gray",
    "thinkingOff": "darkGray",
    "thinkingMinimal": "gray",
    "thinkingLow": "accentDark",
    "thinkingMedium": "accentMid",
    "thinkingHigh": "accent",
    "thinkingXhigh": "white",
    "bashMode": "accent"
  },
  "export": {
    "pageBg": "#0a0c10",
    "cardBg": "#0f1115",
    "infoBg": "#14161a"
  }
}
