Files
calvana/.pi/themes/tokyo-night.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": "tokyo-night",
"vars": {
"bg": "#1a1b26",
"bgDark": "#141520",
"bg1": "#1e2030",
"bg2": "#252840",
"surface": "#2a2d48",
"selection": "#353860",
"bgRed": "#301420",
"bgOrange": "#2e1e14",
"bgSky": "#162040",
"bgCyan": "#142530",
"bgWarm": "#301848",
"bgPink": "#2d1430",
"comment": "#90e8ff",
"fg": "#ffffff",
"fgSoft": "#bbbbbb",
"blue": "#7eaaff",
"cyan": "#72dfff",
"magenta": "#c9a5ff",
"purple": "#b48ef5",
"green": "#a8e06a",
"red": "#ff7a94",
"orange": "#ffa55c",
"yellow": "#f0c060",
"teal": "#20d4b0"
},
"colors": {
"accent": "blue",
"border": "purple",
"borderAccent": "cyan",
"borderMuted": "surface",
"success": "green",
"error": "red",
"warning": "orange",
"muted": "comment",
"dim": "comment",
"text": "fg",
"thinkingText": "teal",
"selectedBg": "bgPink",
"userMessageBg": "bgWarm",
"userMessageText": "fg",
"customMessageBg": "bgCyan",
"customMessageText": "fg",
"customMessageLabel": "cyan",
"toolPendingBg": "bgOrange",
"toolSuccessBg": "bgSky",
"toolErrorBg": "bgRed",
"toolTitle": "orange",
"toolOutput": "fgSoft",
"mdHeading": "yellow",
"mdLink": "cyan",
"mdLinkUrl": "comment",
"mdCode": "magenta",
"mdCodeBlock": "fgSoft",
"mdCodeBlockBorder": "surface",
"mdQuote": "green",
"mdQuoteBorder": "surface",
"mdHr": "surface",
"mdListBullet": "blue",
"toolDiffAdded": "green",
"toolDiffRemoved": "red",
"toolDiffContext": "comment",
"syntaxComment": "comment",
"syntaxKeyword": "magenta",
"syntaxFunction": "blue",
"syntaxVariable": "purple",
"syntaxString": "green",
"syntaxNumber": "orange",
"syntaxType": "cyan",
"syntaxOperator": "teal",
"syntaxPunctuation": "fgSoft",
"thinkingOff": "surface",
"thinkingMinimal": "comment",
"thinkingLow": "blue",
"thinkingMedium": "cyan",
"thinkingHigh": "magenta",
"thinkingXhigh": "red",
"bashMode": "yellow"
}
}