Files
calvana/.pi/themes/ocean-breeze.json
Omair Saleh 2fb612b1df 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
2026-03-02 18:03:22 +08:00

84 lines
2.3 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
"name": "ocean-breeze",
"vars": {
"bg": "#0d1b2a",
"bgDark": "#0a1520",
"bgDeep": "#081018",
"surface": "#152a3e",
"selection": "#1b3450",
"bgRed": "#2a1018",
"bgOrange": "#2a1e10",
"bgSky": "#0e2440",
"bgCyan": "#0c2a2e",
"bgWarm": "#2a1530",
"bgPink": "#2e1028",
"fg": "#ffffff",
"fgSoft": "#bbbbbb",
"comment": "#c2faf2",
"coral": "#ff6b6b",
"amber": "#ffd166",
"kelp": "#2eeab5",
"biolum": "#33fff7",
"foam": "#50b0e0",
"spray": "#7ec8e3",
"mist": "#a8d8ea",
"sand": "#ecf49a",
"purple": "#b48aef",
"pink": "#f772b9"
},
"colors": {
"accent": "biolum",
"border": "foam",
"borderAccent": "biolum",
"borderMuted": "surface",
"success": "kelp",
"error": "coral",
"warning": "amber",
"muted": "comment",
"dim": "comment",
"text": "fg",
"thinkingText": "biolum",
"selectedBg": "selection",
"userMessageBg": "bgSky",
"userMessageText": "fg",
"customMessageBg": "bgCyan",
"customMessageText": "fg",
"customMessageLabel": "spray",
"toolPendingBg": "bgOrange",
"toolSuccessBg": "bgCyan",
"toolErrorBg": "bgRed",
"toolTitle": "spray",
"toolOutput": "fgSoft",
"mdHeading": "mist",
"mdLink": "biolum",
"mdLinkUrl": "comment",
"mdCode": "kelp",
"mdCodeBlock": "fgSoft",
"mdCodeBlockBorder": "surface",
"mdQuote": "purple",
"mdQuoteBorder": "surface",
"mdHr": "surface",
"mdListBullet": "spray",
"toolDiffAdded": "kelp",
"toolDiffRemoved": "coral",
"toolDiffContext": "comment",
"syntaxComment": "comment",
"syntaxKeyword": "coral",
"syntaxFunction": "biolum",
"syntaxVariable": "spray",
"syntaxString": "kelp",
"syntaxNumber": "amber",
"syntaxType": "purple",
"syntaxOperator": "foam",
"syntaxPunctuation": "fgSoft",
"thinkingOff": "surface",
"thinkingMinimal": "comment",
"thinkingLow": "foam",
"thinkingMedium": "spray",
"thinkingHigh": "biolum",
"thinkingXhigh": "pink",
"bashMode": "amber"
}
}