feat: calvana application microsite + ship-log extension
- Static site: /manifesto, /live, /hire pages - Ship-log Pi extension: calvana_ship, calvana_oops, calvana_deploy tools - Docker + nginx deploy to calvana.quikcue.com - Terminal-ish dark aesthetic, mobile responsive - Auto-updating /live page from extension state
This commit is contained in:
86
.pi/themes/catppuccin-mocha.json
Normal file
86
.pi/themes/catppuccin-mocha.json
Normal file
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
|
||||
"name": "catppuccin-mocha",
|
||||
"vars": {
|
||||
"bg": "#1e1e2e",
|
||||
"bgDark": "#181825",
|
||||
"bgDeep": "#13131e",
|
||||
"surface": "#2a2a3c",
|
||||
"selection": "#34344a",
|
||||
"bgRed": "#2e1420",
|
||||
"bgGreen": "#142218",
|
||||
"bgPeach": "#2e2010",
|
||||
"bgBlue": "#141e38",
|
||||
"bgMauve": "#261840",
|
||||
"bgTeal": "#122830",
|
||||
"comment": "#d5bcff",
|
||||
"fg": "#ffffff",
|
||||
"fgSoft": "#bbbbbb",
|
||||
"red": "#ff7eb3",
|
||||
"maroon": "#ffa0b8",
|
||||
"peach": "#ffb370",
|
||||
"yellow": "#ffe585",
|
||||
"green": "#7af5a0",
|
||||
"teal": "#60f0d8",
|
||||
"sky": "#6ae4ff",
|
||||
"sapphire": "#5cceff",
|
||||
"blue": "#7db8ff",
|
||||
"lavender": "#bfb8ff",
|
||||
"mauve": "#d9a0ff",
|
||||
"flamingo": "#ffc4c4",
|
||||
"pink": "#ffb0e0"
|
||||
},
|
||||
"colors": {
|
||||
"accent": "mauve",
|
||||
"border": "selection",
|
||||
"borderAccent": "mauve",
|
||||
"borderMuted": "surface",
|
||||
"success": "green",
|
||||
"error": "red",
|
||||
"warning": "yellow",
|
||||
"muted": "comment",
|
||||
"dim": "comment",
|
||||
"text": "fg",
|
||||
"thinkingText": "teal",
|
||||
"selectedBg": "bgMauve",
|
||||
"userMessageBg": "bgBlue",
|
||||
"userMessageText": "fg",
|
||||
"customMessageBg": "bgTeal",
|
||||
"customMessageText": "fg",
|
||||
"customMessageLabel": "teal",
|
||||
"toolPendingBg": "bgPeach",
|
||||
"toolSuccessBg": "bgGreen",
|
||||
"toolErrorBg": "bgRed",
|
||||
"toolTitle": "peach",
|
||||
"toolOutput": "fgSoft",
|
||||
"mdHeading": "peach",
|
||||
"mdLink": "blue",
|
||||
"mdLinkUrl": "comment",
|
||||
"mdCode": "sky",
|
||||
"mdCodeBlock": "fgSoft",
|
||||
"mdCodeBlockBorder": "surface",
|
||||
"mdQuote": "green",
|
||||
"mdQuoteBorder": "surface",
|
||||
"mdHr": "surface",
|
||||
"mdListBullet": "mauve",
|
||||
"toolDiffAdded": "green",
|
||||
"toolDiffRemoved": "red",
|
||||
"toolDiffContext": "comment",
|
||||
"syntaxComment": "comment",
|
||||
"syntaxKeyword": "mauve",
|
||||
"syntaxFunction": "blue",
|
||||
"syntaxVariable": "pink",
|
||||
"syntaxString": "green",
|
||||
"syntaxNumber": "peach",
|
||||
"syntaxType": "sky",
|
||||
"syntaxOperator": "lavender",
|
||||
"syntaxPunctuation": "fgSoft",
|
||||
"thinkingOff": "surface",
|
||||
"thinkingMinimal": "comment",
|
||||
"thinkingLow": "blue",
|
||||
"thinkingMedium": "sky",
|
||||
"thinkingHigh": "mauve",
|
||||
"thinkingXhigh": "red",
|
||||
"bashMode": "yellow"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user