BIG pi update with claude chat

This commit is contained in:
Jonas H
2026-04-24 14:22:59 +02:00
parent fbb00a49ba
commit 248667468c
24 changed files with 4225 additions and 1112 deletions

View File

@@ -0,0 +1,81 @@
{
"$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
"name": "wezterm-sync-9a35138e",
"vars": {
"bg": "#faf4ed",
"fg": "#2a2a2a",
"accent": "#7b4fc4",
"accentAlt": "#c45a1c",
"link": "#1a7db5",
"error": "#d1344f",
"success": "#1e9b52",
"warning": "#b8890f",
"muted": "#73716e",
"dim": "#9c9995",
"borderMuted": "#c6c2bc",
"selectedBg": "#eee8e1",
"userMsgBg": "#f2ece5",
"toolPendingBg": "#f5efe8",
"toolSuccessBg": "#e0e9da",
"toolErrorBg": "#f5ddda",
"customMsgBg": "#f0e7ea"
},
"colors": {
"accent": "accent",
"border": "link",
"borderAccent": "accent",
"borderMuted": "borderMuted",
"success": "success",
"error": "error",
"warning": "warning",
"muted": "muted",
"dim": "dim",
"text": "",
"thinkingText": "muted",
"selectedBg": "selectedBg",
"userMessageBg": "userMsgBg",
"userMessageText": "",
"customMessageBg": "customMsgBg",
"customMessageText": "",
"customMessageLabel": "accent",
"toolPendingBg": "toolPendingBg",
"toolSuccessBg": "toolSuccessBg",
"toolErrorBg": "toolErrorBg",
"toolTitle": "",
"toolOutput": "muted",
"mdHeading": "warning",
"mdLink": "link",
"mdLinkUrl": "dim",
"mdCode": "accent",
"mdCodeBlock": "success",
"mdCodeBlockBorder": "muted",
"mdQuote": "muted",
"mdQuoteBorder": "muted",
"mdHr": "muted",
"mdListBullet": "accent",
"toolDiffAdded": "success",
"toolDiffRemoved": "error",
"toolDiffContext": "muted",
"syntaxComment": "muted",
"syntaxKeyword": "accent",
"syntaxFunction": "link",
"syntaxVariable": "accentAlt",
"syntaxString": "success",
"syntaxNumber": "accent",
"syntaxType": "accentAlt",
"syntaxOperator": "fg",
"syntaxPunctuation": "muted",
"thinkingOff": "borderMuted",
"thinkingMinimal": "muted",
"thinkingLow": "link",
"thinkingMedium": "accentAlt",
"thinkingHigh": "accent",
"thinkingXhigh": "accent",
"bashMode": "success"
},
"export": {
"pageBg": "#fffcf5",
"cardBg": "#faf4ed",
"infoBg": "#f2e7d2"
}
}