91 lines
2.1 KiB
JSON
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-solarized-dark",
|
|
"vars": {
|
|
"bg": "#002b36",
|
|
"fg": "#93a1a1",
|
|
"blue": "#268bd2",
|
|
"green": "#859900",
|
|
"cyan": "#2aa198",
|
|
"yellow": "#b58900",
|
|
"orange": "#cb4b16",
|
|
"red": "#dc322f",
|
|
"magenta": "#d33682",
|
|
"violet": "#6c71c4",
|
|
"gray": "#657b83",
|
|
"dimGray": "#586e75",
|
|
"darkGray": "#073642",
|
|
"darkerGray": "#073642",
|
|
"selection": "#073642",
|
|
"userMsgBg": "#073642",
|
|
"customMsgBg": "#073642",
|
|
"toolPending": "#003640",
|
|
"toolSuccess": "#0f3a1c",
|
|
"toolError": "#3a1a1d"
|
|
},
|
|
"colors": {
|
|
"accent": "blue",
|
|
"border": "darkGray",
|
|
"borderAccent": "blue",
|
|
"borderMuted": "darkerGray",
|
|
"success": "green",
|
|
"error": "red",
|
|
"warning": "yellow",
|
|
"muted": "gray",
|
|
"dim": "dimGray",
|
|
"text": "fg",
|
|
"thinkingText": "gray",
|
|
|
|
"selectedBg": "selection",
|
|
"userMessageBg": "userMsgBg",
|
|
"userMessageText": "fg",
|
|
"customMessageBg": "customMsgBg",
|
|
"customMessageText": "fg",
|
|
"customMessageLabel": "violet",
|
|
"toolPendingBg": "toolPending",
|
|
"toolSuccessBg": "toolSuccess",
|
|
"toolErrorBg": "toolError",
|
|
"toolTitle": "cyan",
|
|
"toolOutput": "gray",
|
|
|
|
"mdHeading": "yellow",
|
|
"mdLink": "blue",
|
|
"mdLinkUrl": "dimGray",
|
|
"mdCode": "green",
|
|
"mdCodeBlock": "#2aa198",
|
|
"mdCodeBlockBorder": "darkGray",
|
|
"mdQuote": "gray",
|
|
"mdQuoteBorder": "darkGray",
|
|
"mdHr": "darkGray",
|
|
"mdListBullet": "blue",
|
|
|
|
"toolDiffAdded": "green",
|
|
"toolDiffRemoved": "red",
|
|
"toolDiffContext": "gray",
|
|
|
|
"syntaxComment": "#586e75",
|
|
"syntaxKeyword": "#859900",
|
|
"syntaxFunction": "#268bd2",
|
|
"syntaxVariable": "#cb4b16",
|
|
"syntaxString": "#2aa198",
|
|
"syntaxNumber": "#d33682",
|
|
"syntaxType": "#b58900",
|
|
"syntaxOperator": "#6c71c4",
|
|
"syntaxPunctuation": "#93a1a1",
|
|
|
|
"thinkingOff": "darkerGray",
|
|
"thinkingMinimal": "#586e75",
|
|
"thinkingLow": "violet",
|
|
"thinkingMedium": "blue",
|
|
"thinkingHigh": "cyan",
|
|
"thinkingXhigh": "magenta",
|
|
|
|
"bashMode": "green"
|
|
},
|
|
"export": {
|
|
"pageBg": "#002b36",
|
|
"cardBg": "#073642",
|
|
"infoBg": "#073642"
|
|
}
|
|
}
|