Files
calvana/.pi/themes/everforest.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": "everforest",
"vars": {
"bg": "#191f1d",
"bgDark": "#141a18",
"bg1": "#1e2522",
"bg2": "#222a28",
"surface": "#2c3532",
"selection": "#323e3a",
"bgRed": "#301718",
"bgOrange": "#302217",
"bgSky": "#192b34",
"bgCyan": "#172b26",
"bgWarm": "#351d29",
"bgPink": "#311c31",
"fg": "#ffffff",
"fgSoft": "#bbbbbb",
"comment": "#e7f4cd",
"red": "#eb7073",
"orange": "#f1a27e",
"yellow": "#eed096",
"green": "#bde481",
"aqua": "#78e292",
"teal": "#52e0bd",
"blue": "#78c8e2",
"purple": "#e689b5"
},
"colors": {
"accent": "green",
"border": "aqua",
"borderAccent": "green",
"borderMuted": "surface",
"success": "green",
"error": "red",
"warning": "orange",
"muted": "comment",
"dim": "comment",
"text": "fg",
"thinkingText": "teal",
"selectedBg": "bgCyan",
"userMessageBg": "bgWarm",
"userMessageText": "fg",
"customMessageBg": "bgSky",
"customMessageText": "fg",
"customMessageLabel": "aqua",
"toolPendingBg": "bgOrange",
"toolSuccessBg": "bgCyan",
"toolErrorBg": "bgRed",
"toolTitle": "green",
"toolOutput": "fgSoft",
"mdHeading": "yellow",
"mdLink": "blue",
"mdLinkUrl": "comment",
"mdCode": "aqua",
"mdCodeBlock": "fgSoft",
"mdCodeBlockBorder": "surface",
"mdQuote": "teal",
"mdQuoteBorder": "surface",
"mdHr": "surface",
"mdListBullet": "green",
"toolDiffAdded": "green",
"toolDiffRemoved": "red",
"toolDiffContext": "comment",
"syntaxComment": "comment",
"syntaxKeyword": "red",
"syntaxFunction": "green",
"syntaxVariable": "blue",
"syntaxString": "yellow",
"syntaxNumber": "purple",
"syntaxType": "aqua",
"syntaxOperator": "orange",
"syntaxPunctuation": "fgSoft",
"thinkingOff": "surface",
"thinkingMinimal": "comment",
"thinkingLow": "blue",
"thinkingMedium": "teal",
"thinkingHigh": "green",
"thinkingXhigh": "red",
"bashMode": "orange"
}
}