Files
feynman/.pi/themes/feynman.json
2026-03-22 12:19:33 -07:00

90 lines
2.1 KiB
JSON

{
"$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"
},
"colors": {
"accent": "sage",
"border": "stone",
"borderAccent": "sage",
"borderMuted": "darkAsh",
"success": "sage",
"error": "rose",
"warning": "sage",
"muted": "stone",
"dim": "ash",
"text": "ink",
"thinkingText": "sage",
"selectedBg": "selection",
"userMessageBg": "moss",
"userMessageText": "",
"customMessageBg": "moss2",
"customMessageText": "",
"customMessageLabel": "sage",
"toolPendingBg": "paper2",
"toolSuccessBg": "successBg",
"toolErrorBg": "errorBg",
"toolTitle": "sage",
"toolOutput": "stone",
"mdHeading": "sage",
"mdLink": "teal",
"mdLinkUrl": "stone",
"mdCode": "teal",
"mdCodeBlock": "ink",
"mdCodeBlockBorder": "ash",
"mdQuote": "stone",
"mdQuoteBorder": "ash",
"mdHr": "ash",
"mdListBullet": "sage",
"toolDiffAdded": "sage",
"toolDiffRemoved": "rose",
"toolDiffContext": "stone",
"syntaxComment": "stone",
"syntaxKeyword": "sage",
"syntaxFunction": "teal",
"syntaxVariable": "ink",
"syntaxString": "sage",
"syntaxNumber": "teal",
"syntaxType": "violet",
"syntaxOperator": "ink",
"syntaxPunctuation": "stone",
"thinkingOff": "darkAsh",
"thinkingMinimal": "ash",
"thinkingLow": "teal",
"thinkingMedium": "sage",
"thinkingHigh": "violet",
"thinkingXhigh": "rose",
"bashMode": "sage"
},
"export": {
"pageBg": "#141210",
"cardBg": "#1c1917",
"infoBg": "#27221d"
}
}