86 lines
2.1 KiB
JSON
86 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-tokyo-night",
|
|
"vars": {
|
|
"bg": "#1a1b26",
|
|
"fg": "#c0caf5",
|
|
"blue": "#7aa2f7",
|
|
"cyan": "#7dcfff",
|
|
"magenta": "#bb9af7",
|
|
"purple": "#9d7cd8",
|
|
"orange": "#ff9e64",
|
|
"yellow": "#e0af68",
|
|
"green": "#9ece6a",
|
|
"green1": "#73daca",
|
|
"red": "#f7768e",
|
|
"gray": "#737aa2",
|
|
"dimGray": "#565f89",
|
|
"darkGray": "#292e42",
|
|
"darkerGray": "#16161e",
|
|
"selection": "#283457",
|
|
"userMsgBg": "#1f2335",
|
|
"customMsgBg": "#1f2335",
|
|
"toolPending": "#16161e",
|
|
"toolSuccess": "#1a2e1e",
|
|
"toolError": "#2e1a1e"
|
|
},
|
|
"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": "magenta",
|
|
"toolPendingBg": "toolPending",
|
|
"toolSuccessBg": "toolSuccess",
|
|
"toolErrorBg": "toolError",
|
|
"toolTitle": "cyan",
|
|
"toolOutput": "gray",
|
|
"mdHeading": "yellow",
|
|
"mdLink": "blue",
|
|
"mdLinkUrl": "dimGray",
|
|
"mdCode": "green",
|
|
"mdCodeBlock": "#9ece6a",
|
|
"mdCodeBlockBorder": "darkGray",
|
|
"mdQuote": "gray",
|
|
"mdQuoteBorder": "darkGray",
|
|
"mdHr": "darkGray",
|
|
"mdListBullet": "blue",
|
|
"toolDiffAdded": "green",
|
|
"toolDiffRemoved": "red",
|
|
"toolDiffContext": "gray",
|
|
"syntaxComment": "#565f89",
|
|
"syntaxKeyword": "magenta",
|
|
"syntaxFunction": "blue",
|
|
"syntaxVariable": "orange",
|
|
"syntaxString": "green",
|
|
"syntaxNumber": "orange",
|
|
"syntaxType": "cyan",
|
|
"syntaxOperator": "magenta",
|
|
"syntaxPunctuation": "fg",
|
|
"thinkingOff": "darkerGray",
|
|
"thinkingMinimal": "#565f89",
|
|
"thinkingLow": "blue",
|
|
"thinkingMedium": "#7aa2f7",
|
|
"thinkingHigh": "cyan",
|
|
"thinkingXhigh": "magenta",
|
|
"bashMode": "green"
|
|
},
|
|
"export": {
|
|
"pageBg": "#1a1b26",
|
|
"cardBg": "#1f2335",
|
|
"infoBg": "#283457"
|
|
}
|
|
}
|