Files
2026-07-21 21:35:16 +02:00

91 lines
2.1 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
"name": "crew-dark",
"vars": {
"bg": "#0d1117",
"fg": "#c9d1d9",
"crewBlue": "#58a6ff",
"deepBlue": "#1f6feb",
"skyBlue": "#79c0ff",
"teal": "#39d353",
"amber": "#e3b341",
"coral": "#f78166",
"rose": "#ff7b72",
"lavender": "#d2a8ff",
"gray": "#8b949e",
"dimGray": "#484f58",
"darkGray": "#30363d",
"darkerGray": "#21262d",
"selection": "#1c2541",
"userMsgBg": "#161b22",
"customMsgBg": "#161b22",
"toolPending": "#111820",
"toolSuccess": "#0d1f0d",
"toolError": "#2a1215"
},
"colors": {
"accent": "crewBlue",
"border": "darkGray",
"borderAccent": "deepBlue",
"borderMuted": "darkerGray",
"success": "teal",
"error": "rose",
"warning": "amber",
"muted": "gray",
"dim": "dimGray",
"text": "fg",
"thinkingText": "gray",
"selectedBg": "selection",
"userMessageBg": "userMsgBg",
"userMessageText": "fg",
"customMessageBg": "customMsgBg",
"customMessageText": "fg",
"customMessageLabel": "lavender",
"toolPendingBg": "toolPending",
"toolSuccessBg": "toolSuccess",
"toolErrorBg": "toolError",
"toolTitle": "skyBlue",
"toolOutput": "gray",
"mdHeading": "amber",
"mdLink": "deepBlue",
"mdLinkUrl": "dimGray",
"mdCode": "teal",
"mdCodeBlock": "#56d364",
"mdCodeBlockBorder": "darkGray",
"mdQuote": "gray",
"mdQuoteBorder": "darkGray",
"mdHr": "darkGray",
"mdListBullet": "crewBlue",
"toolDiffAdded": "teal",
"toolDiffRemoved": "rose",
"toolDiffContext": "gray",
"syntaxComment": "#6e7681",
"syntaxKeyword": "#ff7b72",
"syntaxFunction": "#d2a8ff",
"syntaxVariable": "#ffa657",
"syntaxString": "#a5d6ff",
"syntaxNumber": "#79c0ff",
"syntaxType": "#ff7b72",
"syntaxOperator": "#79c0ff",
"syntaxPunctuation": "#c9d1d9",
"thinkingOff": "darkerGray",
"thinkingMinimal": "#484f58",
"thinkingLow": "#1f6feb",
"thinkingMedium": "#58a6ff",
"thinkingHigh": "#79c0ff",
"thinkingXhigh": "#d2a8ff",
"bashMode": "teal"
},
"export": {
"pageBg": "#0d1117",
"cardBg": "#161b22",
"infoBg": "#1c2541"
}
}