Files
feynman/.pi/themes/feynman.json
2026-03-20 12:13:31 -07:00

88 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",
"stone": "#9a9084",
"ash": "#6f675e",
"darkAsh": "#4f4a44",
"oxide": "#b76e4c",
"gold": "#d0a85c",
"sage": "#88a88a",
"teal": "#7aa6a1",
"rose": "#c97b84",
"violet": "#a98dc6",
"selection": "#302b27",
"successBg": "#1d2520",
"errorBg": "#2b1f21"
},
"colors": {
"accent": "gold",
"border": "stone",
"borderAccent": "gold",
"borderMuted": "darkAsh",
"success": "sage",
"error": "rose",
"warning": "oxide",
"muted": "stone",
"dim": "ash",
"text": "ink",
"thinkingText": "stone",
"selectedBg": "selection",
"userMessageBg": "panel",
"userMessageText": "ink",
"customMessageBg": "panel",
"customMessageText": "ink",
"customMessageLabel": "violet",
"toolPendingBg": "paper2",
"toolSuccessBg": "successBg",
"toolErrorBg": "errorBg",
"toolTitle": "gold",
"toolOutput": "stone",
"mdHeading": "gold",
"mdLink": "teal",
"mdLinkUrl": "stone",
"mdCode": "teal",
"mdCodeBlock": "ink",
"mdCodeBlockBorder": "ash",
"mdQuote": "stone",
"mdQuoteBorder": "ash",
"mdHr": "ash",
"mdListBullet": "gold",
"toolDiffAdded": "sage",
"toolDiffRemoved": "rose",
"toolDiffContext": "stone",
"syntaxComment": "stone",
"syntaxKeyword": "gold",
"syntaxFunction": "teal",
"syntaxVariable": "ink",
"syntaxString": "sage",
"syntaxNumber": "oxide",
"syntaxType": "violet",
"syntaxOperator": "ink",
"syntaxPunctuation": "stone",
"thinkingOff": "darkAsh",
"thinkingMinimal": "stone",
"thinkingLow": "teal",
"thinkingMedium": "gold",
"thinkingHigh": "violet",
"thinkingXhigh": "rose",
"bashMode": "oxide"
},
"export": {
"pageBg": "#141210",
"cardBg": "#1c1917",
"infoBg": "#27221d"
}
}