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

@@ -1,24 +1,24 @@
{
"$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
"name": "wezterm-sync-ba8a76f5",
"name": "wezterm-sync-9a35138e",
"vars": {
"bg": "#1c2433",
"fg": "#afbbd2",
"accent": "#b78aff",
"accentAlt": "#ff955c",
"link": "#69c3ff",
"error": "#ff738a",
"success": "#3cec85",
"warning": "#eacd61",
"muted": "#7c869a",
"dim": "#5e687b",
"borderMuted": "#414a5b",
"selectedBg": "#28303f",
"userMsgBg": "#242c3b",
"toolPendingBg": "#212938",
"toolSuccessBg": "#203c3d",
"toolErrorBg": "#372d3d",
"customMsgBg": "#282c43"
"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",
@@ -74,8 +74,8 @@
"bashMode": "success"
},
"export": {
"pageBg": "#141c2b",
"cardBg": "#1c2433",
"infoBg": "#353839"
"pageBg": "#fffcf5",
"cardBg": "#faf4ed",
"infoBg": "#f2e7d2"
}
}