Refine Feynman research workflows

This commit is contained in:
Advait Paliwal
2026-03-22 12:19:33 -07:00
parent be97ac7a38
commit dd701e9967
24 changed files with 905 additions and 43 deletions

View File

@@ -7,13 +7,15 @@
"paper2": "#1c1917",
"paper3": "#221f1c",
"panel": "#27231f",
"stone": "#9a9084",
"ash": "#6f675e",
"moss": "#24332c",
"moss2": "#202c26",
"stone": "#aaa79d",
"ash": "#909d91",
"darkAsh": "#4f4a44",
"oxide": "#b76e4c",
"gold": "#d0a85c",
"sage": "#88a88a",
"teal": "#7aa6a1",
"sage": "#86d8a4",
"teal": "#69d6c4",
"rose": "#c97b84",
"violet": "#a98dc6",
"selection": "#302b27",
@@ -21,31 +23,31 @@
"errorBg": "#2b1f21"
},
"colors": {
"accent": "gold",
"accent": "sage",
"border": "stone",
"borderAccent": "gold",
"borderAccent": "sage",
"borderMuted": "darkAsh",
"success": "sage",
"error": "rose",
"warning": "oxide",
"warning": "sage",
"muted": "stone",
"dim": "ash",
"text": "ink",
"thinkingText": "stone",
"thinkingText": "sage",
"selectedBg": "selection",
"userMessageBg": "panel",
"userMessageText": "ink",
"customMessageBg": "panel",
"customMessageText": "ink",
"customMessageLabel": "violet",
"userMessageBg": "moss",
"userMessageText": "",
"customMessageBg": "moss2",
"customMessageText": "",
"customMessageLabel": "sage",
"toolPendingBg": "paper2",
"toolSuccessBg": "successBg",
"toolErrorBg": "errorBg",
"toolTitle": "gold",
"toolTitle": "sage",
"toolOutput": "stone",
"mdHeading": "gold",
"mdHeading": "sage",
"mdLink": "teal",
"mdLinkUrl": "stone",
"mdCode": "teal",
@@ -54,30 +56,30 @@
"mdQuote": "stone",
"mdQuoteBorder": "ash",
"mdHr": "ash",
"mdListBullet": "gold",
"mdListBullet": "sage",
"toolDiffAdded": "sage",
"toolDiffRemoved": "rose",
"toolDiffContext": "stone",
"syntaxComment": "stone",
"syntaxKeyword": "gold",
"syntaxKeyword": "sage",
"syntaxFunction": "teal",
"syntaxVariable": "ink",
"syntaxString": "sage",
"syntaxNumber": "oxide",
"syntaxNumber": "teal",
"syntaxType": "violet",
"syntaxOperator": "ink",
"syntaxPunctuation": "stone",
"thinkingOff": "darkAsh",
"thinkingMinimal": "stone",
"thinkingMinimal": "ash",
"thinkingLow": "teal",
"thinkingMedium": "gold",
"thinkingMedium": "sage",
"thinkingHigh": "violet",
"thinkingXhigh": "rose",
"bashMode": "oxide"
"bashMode": "sage"
},
"export": {
"pageBg": "#141210",