Files
calvana/.pi/themes/rose-pine.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

83 lines
2.2 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
"name": "rose-pine",
"vars": {
"bg": "#1a1726",
"bgDark": "#161320",
"bgDeep": "#12101c",
"surface": "#242038",
"selection": "#2e2946",
"bgRed": "#2c1220",
"bgOrange": "#2a1c12",
"bgSky": "#122030",
"bgCyan": "#132a2e",
"bgWarm": "#2a1830",
"bgPink": "#301828",
"fg": "#ffffff",
"fgSoft": "#bbbbbb",
"comment": "#f0a8be",
"love": "#f47a9e",
"gold": "#f8cc85",
"rose": "#f0c4c4",
"pine": "#50b8d8",
"foam": "#a8e0ea",
"iris": "#d4a8ff",
"orchid": "#e088d0",
"ember": "#f09060",
"green": "#78e0a0"
},
"colors": {
"accent": "iris",
"border": "orchid",
"borderAccent": "iris",
"borderMuted": "surface",
"success": "foam",
"error": "love",
"warning": "gold",
"muted": "comment",
"dim": "comment",
"text": "fg",
"thinkingText": "foam",
"selectedBg": "bgPink",
"userMessageBg": "bgWarm",
"userMessageText": "fg",
"customMessageBg": "bgCyan",
"customMessageText": "fg",
"customMessageLabel": "iris",
"toolPendingBg": "bgOrange",
"toolSuccessBg": "bgSky",
"toolErrorBg": "bgRed",
"toolTitle": "gold",
"toolOutput": "fgSoft",
"mdHeading": "love",
"mdLink": "foam",
"mdLinkUrl": "comment",
"mdCode": "gold",
"mdCodeBlock": "fgSoft",
"mdCodeBlockBorder": "surface",
"mdQuote": "rose",
"mdQuoteBorder": "surface",
"mdHr": "surface",
"mdListBullet": "iris",
"toolDiffAdded": "green",
"toolDiffRemoved": "love",
"toolDiffContext": "comment",
"syntaxComment": "comment",
"syntaxKeyword": "love",
"syntaxFunction": "foam",
"syntaxVariable": "fg",
"syntaxString": "gold",
"syntaxNumber": "iris",
"syntaxType": "pine",
"syntaxOperator": "orchid",
"syntaxPunctuation": "fgSoft",
"thinkingOff": "surface",
"thinkingMinimal": "comment",
"thinkingLow": "pine",
"thinkingMedium": "iris",
"thinkingHigh": "foam",
"thinkingXhigh": "love",
"bashMode": "ember"
}
}