added .ssh
This commit is contained in:
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
|
||||
"name": "crew-nord",
|
||||
"vars": {
|
||||
"bg": "#2e3440",
|
||||
"fg": "#d8dee9",
|
||||
"nord7": "#8fbcbb",
|
||||
"nord8": "#88c0d0",
|
||||
"nord9": "#81a1c1",
|
||||
"nord10": "#5e81ac",
|
||||
"nord11": "#bf616a",
|
||||
"nord12": "#d08770",
|
||||
"nord13": "#ebcb8b",
|
||||
"nord14": "#a3be8c",
|
||||
"nord15": "#b48ead",
|
||||
"gray": "#4c566a",
|
||||
"dimGray": "#4c566a",
|
||||
"darkGray": "#3b4252",
|
||||
"darkerGray": "#2e3440",
|
||||
"selection": "#434c5e",
|
||||
"userMsgBg": "#3b4252",
|
||||
"customMsgBg": "#3b4252",
|
||||
"toolPending": "#3b4252",
|
||||
"toolSuccess": "#2e3b32",
|
||||
"toolError": "#3b2e2e"
|
||||
},
|
||||
"colors": {
|
||||
"accent": "nord9",
|
||||
"border": "darkGray",
|
||||
"borderAccent": "nord9",
|
||||
"borderMuted": "darkerGray",
|
||||
"success": "nord14",
|
||||
"error": "nord11",
|
||||
"warning": "nord13",
|
||||
"muted": "gray",
|
||||
"dim": "dimGray",
|
||||
"text": "fg",
|
||||
"thinkingText": "gray",
|
||||
"selectedBg": "selection",
|
||||
"userMessageBg": "userMsgBg",
|
||||
"userMessageText": "fg",
|
||||
"customMessageBg": "customMsgBg",
|
||||
"customMessageText": "fg",
|
||||
"customMessageLabel": "nord15",
|
||||
"toolPendingBg": "toolPending",
|
||||
"toolSuccessBg": "toolSuccess",
|
||||
"toolErrorBg": "toolError",
|
||||
"toolTitle": "nord8",
|
||||
"toolOutput": "gray",
|
||||
"mdHeading": "nord13",
|
||||
"mdLink": "nord9",
|
||||
"mdLinkUrl": "dimGray",
|
||||
"mdCode": "nord14",
|
||||
"mdCodeBlock": "#a3be8c",
|
||||
"mdCodeBlockBorder": "darkGray",
|
||||
"mdQuote": "gray",
|
||||
"mdQuoteBorder": "darkGray",
|
||||
"mdHr": "darkGray",
|
||||
"mdListBullet": "nord9",
|
||||
"toolDiffAdded": "nord14",
|
||||
"toolDiffRemoved": "nord11",
|
||||
"toolDiffContext": "gray",
|
||||
"syntaxComment": "#4c566a",
|
||||
"syntaxKeyword": "nord11",
|
||||
"syntaxFunction": "nord10",
|
||||
"syntaxVariable": "nord12",
|
||||
"syntaxString": "nord14",
|
||||
"syntaxNumber": "nord15",
|
||||
"syntaxType": "nord7",
|
||||
"syntaxOperator": "nord9",
|
||||
"syntaxPunctuation": "fg",
|
||||
"thinkingOff": "darkerGray",
|
||||
"thinkingMinimal": "#4c566a",
|
||||
"thinkingLow": "nord10",
|
||||
"thinkingMedium": "nord9",
|
||||
"thinkingHigh": "nord8",
|
||||
"thinkingXhigh": "nord15",
|
||||
"bashMode": "nord14"
|
||||
},
|
||||
"export": {
|
||||
"pageBg": "#2e3440",
|
||||
"cardBg": "#3b4252",
|
||||
"infoBg": "#434c5e"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user