{
"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/theme-schema.json",
"name": "dark",
"vars": {
"cyan": "#0088fa",
"blue": "#178fb9",
"green": "#89d281",
"red": "#fc3a4b",
"yellow": "#e4c00f",
"gray": "#777d88",
"dimGray": "#5f6673",
"darkGray": "#3d424a",
"accent": "#febc38",
"selectedBg": "#31363f",
"userMsgBg": "#221d1a",
"toolPendingBg": "#1d2129",
"toolSuccessBg": "#161a1f",
"toolErrorBg": "#291d1d",
"customMsgBg": "#2a2530"
},
"colors": {
"accent": "accent",
"border": "blue",
"borderAccent": "cyan",
"borderMuted": "darkGray",
"success": "green",
"error": "red",
"warning": "yellow",
"muted": "gray",
"dim": "dimGray",
"text": "",
"thinkingText": "gray",
"selectedBg": "selectedBg",
"userMessageBg": "userMsgBg",
"userMessageText": "",
"customMessageBg": "customMsgBg",
"customMessageText": "",
"customMessageLabel": "#b281d6",
"toolPendingBg": "toolPendingBg",
"toolSuccessBg": "toolSuccessBg",
"toolErrorBg": "toolErrorBg",
"toolTitle": "",
"toolOutput": "gray",
"mdHeading": "#febc38",
"mdLink": "#0088fa",
"mdLinkUrl": "dimGray",
"mdCode": "#e5c1ff",
"mdCodeBlock": "#9CDCFE",
"mdCodeBlockBorder": "darkGray",
"mdQuote": "gray",
"mdQuoteBorder": "darkGray",
"mdHr": "darkGray",
"mdListBullet": "accent",
"toolDiffAdded": "green",
"toolDiffRemoved": "red",
"toolDiffContext": "gray",
"link": "#0088fa",
"syntaxComment": "#6A9955",
"syntaxKeyword": "#569CD6",
"syntaxFunction": "#DCDCAA",
"syntaxVariable": "#9CDCFE",
"syntaxString": "#CE9178",
"syntaxNumber": "#B5CEA8",
"syntaxType": "#4EC9B0",
"syntaxOperator": "#D4D4D4",
"syntaxPunctuation": "#D4D4D4",
"thinkingOff": "darkGray",
"thinkingMinimal": "dimGray",
"thinkingLow": "#178fb9",
"thinkingMedium": "#0088fa",
"thinkingHigh": "#b281d6",
"thinkingXhigh": "#e5c1ff",
"bashMode": "cyan",
"statusLineBg": "#121212",
"statusLineSep": 244,
"statusLineModel": "#d787af",
"statusLinePath": "#00afaf",
"statusLineGitClean": "#5faf5f",
"statusLineGitDirty": "#d7af5f",
"statusLineContext": "#8787af",
"statusLineSpend": "#5fafaf",
"statusLineStaged": 70,
"statusLineDirty": 178,
"statusLineUntracked": 39,
"statusLineOutput": 205,
"statusLineCost": 205,
"statusLineSubagents": "accent",
"pythonMode": "yellow"
},
"export": {
"pageBg": "#18181e",
"cardBg": "#1e1e24",
"infoBg": "#3c3728"
}
}