90 lines
2.1 KiB
JSON
90 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-one-dark",
|
|
"vars": {
|
|
"bg": "#282c34",
|
|
"fg": "#abb2bf",
|
|
"blue": "#61afef",
|
|
"purple": "#c678dd",
|
|
"red": "#e06c75",
|
|
"orange": "#d19a66",
|
|
"yellow": "#e5c07b",
|
|
"green": "#98c379",
|
|
"cyan": "#56b6c2",
|
|
"gray": "#5c6370",
|
|
"dimGray": "#4b5263",
|
|
"darkGray": "#3e4451",
|
|
"darkerGray": "#2c313c",
|
|
"selection": "#3e4451",
|
|
"userMsgBg": "#21252b",
|
|
"customMsgBg": "#21252b",
|
|
"toolPending": "#1b1f27",
|
|
"toolSuccess": "#1f2a1d",
|
|
"toolError": "#2d1a1e"
|
|
},
|
|
"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": "purple",
|
|
"toolPendingBg": "toolPending",
|
|
"toolSuccessBg": "toolSuccess",
|
|
"toolErrorBg": "toolError",
|
|
"toolTitle": "cyan",
|
|
"toolOutput": "gray",
|
|
|
|
"mdHeading": "yellow",
|
|
"mdLink": "blue",
|
|
"mdLinkUrl": "dimGray",
|
|
"mdCode": "green",
|
|
"mdCodeBlock": "#56b6c2",
|
|
"mdCodeBlockBorder": "darkGray",
|
|
"mdQuote": "gray",
|
|
"mdQuoteBorder": "darkGray",
|
|
"mdHr": "darkGray",
|
|
"mdListBullet": "blue",
|
|
|
|
"toolDiffAdded": "green",
|
|
"toolDiffRemoved": "red",
|
|
"toolDiffContext": "gray",
|
|
|
|
"syntaxComment": "#5c6370",
|
|
"syntaxKeyword": "#c678dd",
|
|
"syntaxFunction": "#61afef",
|
|
"syntaxVariable": "#e06c75",
|
|
"syntaxString": "#98c379",
|
|
"syntaxNumber": "#d19a66",
|
|
"syntaxType": "#e5c07b",
|
|
"syntaxOperator": "#56b6c2",
|
|
"syntaxPunctuation": "#abb2bf",
|
|
|
|
"thinkingOff": "darkerGray",
|
|
"thinkingMinimal": "#4b5263",
|
|
"thinkingLow": "blue",
|
|
"thinkingMedium": "cyan",
|
|
"thinkingHigh": "purple",
|
|
"thinkingXhigh": "red",
|
|
|
|
"bashMode": "green"
|
|
},
|
|
"export": {
|
|
"pageBg": "#282c34",
|
|
"cardBg": "#21252b",
|
|
"infoBg": "#3e4451"
|
|
}
|
|
}
|