added .ssh
This commit is contained in:
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
|
||||
"name": "crew-catppuccin-mocha",
|
||||
"vars": {
|
||||
"bg": "#1e1e2e",
|
||||
"fg": "#cdd6f4",
|
||||
"mauve": "#cba6f7",
|
||||
"blue": "#89b4fa",
|
||||
"green": "#a6e3a1",
|
||||
"teal": "#94e2d5",
|
||||
"red": "#f38ba8",
|
||||
"peach": "#fab387",
|
||||
"yellow": "#f9e2af",
|
||||
"pink": "#f5c2e7",
|
||||
"sky": "#89dceb",
|
||||
"lavender": "#b4befe",
|
||||
"rosewater": "#f5e0dc",
|
||||
"gray": "#a6adc8",
|
||||
"dimGray": "#6c7086",
|
||||
"darkGray": "#45475a",
|
||||
"darkerGray": "#313244",
|
||||
"selection": "#313244",
|
||||
"userMsgBg": "#181825",
|
||||
"customMsgBg": "#181825",
|
||||
"toolPending": "#11111b",
|
||||
"toolSuccess": "#1a2b1f",
|
||||
"toolError": "#311d24"
|
||||
},
|
||||
"colors": {
|
||||
"accent": "mauve",
|
||||
"border": "darkGray",
|
||||
"borderAccent": "mauve",
|
||||
"borderMuted": "darkerGray",
|
||||
"success": "green",
|
||||
"error": "red",
|
||||
"warning": "peach",
|
||||
"muted": "gray",
|
||||
"dim": "dimGray",
|
||||
"text": "fg",
|
||||
"thinkingText": "gray",
|
||||
|
||||
"selectedBg": "selection",
|
||||
"userMessageBg": "userMsgBg",
|
||||
"userMessageText": "fg",
|
||||
"customMessageBg": "customMsgBg",
|
||||
"customMessageText": "fg",
|
||||
"customMessageLabel": "lavender",
|
||||
"toolPendingBg": "toolPending",
|
||||
"toolSuccessBg": "toolSuccess",
|
||||
"toolErrorBg": "toolError",
|
||||
"toolTitle": "sky",
|
||||
"toolOutput": "gray",
|
||||
|
||||
"mdHeading": "yellow",
|
||||
"mdLink": "blue",
|
||||
"mdLinkUrl": "dimGray",
|
||||
"mdCode": "green",
|
||||
"mdCodeBlock": "#94e2d5",
|
||||
"mdCodeBlockBorder": "darkGray",
|
||||
"mdQuote": "gray",
|
||||
"mdQuoteBorder": "darkGray",
|
||||
"mdHr": "darkGray",
|
||||
"mdListBullet": "mauve",
|
||||
|
||||
"toolDiffAdded": "green",
|
||||
"toolDiffRemoved": "red",
|
||||
"toolDiffContext": "gray",
|
||||
|
||||
"syntaxComment": "#6c7086",
|
||||
"syntaxKeyword": "#cba6f7",
|
||||
"syntaxFunction": "#89b4fa",
|
||||
"syntaxVariable": "#fab387",
|
||||
"syntaxString": "#a6e3a1",
|
||||
"syntaxNumber": "#fab387",
|
||||
"syntaxType": "#f9e2af",
|
||||
"syntaxOperator": "#89dceb",
|
||||
"syntaxPunctuation": "#cdd6f4",
|
||||
|
||||
"thinkingOff": "darkerGray",
|
||||
"thinkingMinimal": "#585b70",
|
||||
"thinkingLow": "mauve",
|
||||
"thinkingMedium": "lavender",
|
||||
"thinkingHigh": "pink",
|
||||
"thinkingXhigh": "rosewater",
|
||||
|
||||
"bashMode": "green"
|
||||
},
|
||||
"export": {
|
||||
"pageBg": "#1e1e2e",
|
||||
"cardBg": "#181825",
|
||||
"infoBg": "#313244"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user