Simplify Feynman theme and composer behavior

This commit is contained in:
Advait Paliwal
2026-03-22 15:46:43 -07:00
parent c6a226c2c2
commit 7f0def3a4c
3 changed files with 217 additions and 318 deletions

View File

@@ -2,60 +2,56 @@
"$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
"name": "feynman",
"vars": {
"ink": "#d9d3c7",
"paper": "#181614",
"paper2": "#1c1917",
"paper3": "#221f1c",
"panel": "#27231f",
"moss": "#24332c",
"moss2": "#202c26",
"stone": "#aaa79d",
"ash": "#909d91",
"darkAsh": "#4f4a44",
"oxide": "#b76e4c",
"gold": "#d0a85c",
"sage": "#86d8a4",
"teal": "#69d6c4",
"rose": "#c97b84",
"violet": "#a98dc6",
"selection": "#302b27",
"successBg": "#1d2520",
"errorBg": "#2b1f21"
"ink": "#d3c6aa",
"paper": "#2d353b",
"paper2": "#343f44",
"paper3": "#3a464c",
"panel": "#374247",
"stone": "#9da9a0",
"ash": "#859289",
"darkAsh": "#5c6a72",
"sage": "#a7c080",
"teal": "#7fbbb3",
"rose": "#e67e80",
"violet": "#d699b6",
"selection": "#425047",
"successBg": "#2f3b32",
"errorBg": "#3b3135"
},
"colors": {
"accent": "sage",
"border": "stone",
"borderAccent": "sage",
"borderAccent": "teal",
"borderMuted": "darkAsh",
"success": "sage",
"error": "rose",
"warning": "sage",
"warning": "stone",
"muted": "stone",
"dim": "ash",
"text": "ink",
"thinkingText": "sage",
"thinkingText": "stone",
"selectedBg": "selection",
"userMessageBg": "moss",
"userMessageBg": "panel",
"userMessageText": "",
"customMessageBg": "moss2",
"customMessageBg": "paper2",
"customMessageText": "",
"customMessageLabel": "sage",
"customMessageLabel": "stone",
"toolPendingBg": "paper2",
"toolSuccessBg": "successBg",
"toolErrorBg": "errorBg",
"toolTitle": "sage",
"toolTitle": "ink",
"toolOutput": "stone",
"mdHeading": "sage",
"mdLink": "teal",
"mdLinkUrl": "stone",
"mdLinkUrl": "ash",
"mdCode": "teal",
"mdCodeBlock": "ink",
"mdCodeBlockBorder": "ash",
"mdCodeBlockBorder": "stone",
"mdQuote": "stone",
"mdQuoteBorder": "ash",
"mdHr": "ash",
"mdQuoteBorder": "stone",
"mdHr": "darkAsh",
"mdListBullet": "sage",
"toolDiffAdded": "sage",
@@ -82,8 +78,8 @@
"bashMode": "sage"
},
"export": {
"pageBg": "#141210",
"cardBg": "#1c1917",
"infoBg": "#27221d"
"pageBg": "#2d353b",
"cardBg": "#343f44",
"infoBg": "#374247"
}
}