{
  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
  "name": "flexoki-dark",
  "vars": {
    "bg": "#100f0f",
    "fg": "#cecdc3",
    "gray": "#575653",
    "darkGray": "#1f1e1e",
    "accent": "#d0a215",
    "accentDark": "#9e7000",
    "accentMid": "#cfb76c",
    "secondary": "#205ea6",
    "white": "#cecdc3",
    "panel": "#151414",
    "panelAlt": "#181717",
    "panelSuccess": "#161717",
    "panelError": "#1f1717",
    "panelInfo": "#1a1919",
    "success": "#3aa99f",
    "error": "#d14d41",
    "warning": "#d0a215",
    "diffAdded": "#95bfb5",
    "diffRemoved": "#cf978c",
    "diffContext": "#b8b7ae"
  },
  "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": "#100f0f",
    "cardBg": "#151414",
    "infoBg": "#1a1919"
  }
}
