added .ssh
This commit is contained in:
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
|
||||
"name": "crew-solarized-light",
|
||||
"vars": {
|
||||
"bg": "#fdf6e3",
|
||||
"fg": "#586e75",
|
||||
"blue": "#268bd2",
|
||||
"cyan": "#2aa198",
|
||||
"green": "#859900",
|
||||
"yellow": "#b58900",
|
||||
"orange": "#cb4b16",
|
||||
"red": "#dc322f",
|
||||
"magenta": "#d33682",
|
||||
"violet": "#6c71c4",
|
||||
"base0": "#839496",
|
||||
"base00": "#657b83",
|
||||
"gray": "#93a1a1",
|
||||
"dimGray": "#93a1a1",
|
||||
"darkGray": "#eee8d5",
|
||||
"darkerGray": "#eee8d5",
|
||||
"selection": "#e5edf5",
|
||||
"userMsgBg": "#eee8d5",
|
||||
"customMsgBg": "#eee8d5",
|
||||
"toolPending": "#eee8d5",
|
||||
"toolSuccess": "#e8efd9",
|
||||
"toolError": "#f5e0df"
|
||||
},
|
||||
"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": "#2aa198",
|
||||
"mdCodeBlockBorder": "darkGray",
|
||||
"mdQuote": "gray",
|
||||
"mdQuoteBorder": "darkGray",
|
||||
"mdHr": "darkGray",
|
||||
"mdListBullet": "blue",
|
||||
|
||||
"toolDiffAdded": "green",
|
||||
"toolDiffRemoved": "red",
|
||||
"toolDiffContext": "gray",
|
||||
|
||||
"syntaxComment": "#93a1a1",
|
||||
"syntaxKeyword": "green",
|
||||
"syntaxFunction": "blue",
|
||||
"syntaxVariable": "orange",
|
||||
"syntaxString": "cyan",
|
||||
"syntaxNumber": "magenta",
|
||||
"syntaxType": "yellow",
|
||||
"syntaxOperator": "cyan",
|
||||
"syntaxPunctuation": "fg",
|
||||
|
||||
"thinkingOff": "darkerGray",
|
||||
"thinkingMinimal": "dimGray",
|
||||
"thinkingLow": "violet",
|
||||
"thinkingMedium": "blue",
|
||||
"thinkingHigh": "cyan",
|
||||
"thinkingXhigh": "#3daee9",
|
||||
|
||||
"bashMode": "green"
|
||||
},
|
||||
"export": {
|
||||
"pageBg": "#fdf6e3",
|
||||
"cardBg": "#eee8d5",
|
||||
"infoBg": "#e5edf5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user