mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
1a944f50f9
- Fix cli-highlight import (use static import instead of dynamic require) - Add syntax highlighting to read/write tool output - Update dark/light themes with VS Code default syntax colors - Add highlightCode and getLanguageFromPath exports - Upgrade @google/genai to 1.34.0 for IMAGE_RECITATION/IMAGE_OTHER FinishReason - Add AGENTS.md rule: never downgrade code to fix type errors from outdated deps
73 lines
1.7 KiB
JSON
73 lines
1.7 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/theme-schema.json",
|
|
"name": "light",
|
|
"vars": {
|
|
"teal": "#5f8787",
|
|
"blue": "#5f87af",
|
|
"green": "#87af87",
|
|
"red": "#af5f5f",
|
|
"yellow": "#d7af5f",
|
|
"mediumGray": "#6c6c6c",
|
|
"dimGray": "#8a8a8a",
|
|
"lightGray": "#b0b0b0",
|
|
"userMsgBg": "#e8e8e8",
|
|
"toolPendingBg": "#e8e8f0",
|
|
"toolSuccessBg": "#e8f0e8",
|
|
"toolErrorBg": "#f0e8e8"
|
|
},
|
|
"colors": {
|
|
"accent": "teal",
|
|
"border": "blue",
|
|
"borderAccent": "teal",
|
|
"borderMuted": "lightGray",
|
|
"success": "green",
|
|
"error": "red",
|
|
"warning": "yellow",
|
|
"muted": "mediumGray",
|
|
"dim": "dimGray",
|
|
"text": "",
|
|
|
|
"userMessageBg": "userMsgBg",
|
|
"userMessageText": "",
|
|
"toolPendingBg": "toolPendingBg",
|
|
"toolSuccessBg": "toolSuccessBg",
|
|
"toolErrorBg": "toolErrorBg",
|
|
"toolTitle": "",
|
|
"toolOutput": "mediumGray",
|
|
|
|
"mdHeading": "yellow",
|
|
"mdLink": "blue",
|
|
"mdLinkUrl": "dimGray",
|
|
"mdCode": "teal",
|
|
"mdCodeBlock": "green",
|
|
"mdCodeBlockBorder": "mediumGray",
|
|
"mdQuote": "mediumGray",
|
|
"mdQuoteBorder": "mediumGray",
|
|
"mdHr": "mediumGray",
|
|
"mdListBullet": "green",
|
|
|
|
"toolDiffAdded": "green",
|
|
"toolDiffRemoved": "red",
|
|
"toolDiffContext": "mediumGray",
|
|
|
|
"syntaxComment": "#008000",
|
|
"syntaxKeyword": "#0000FF",
|
|
"syntaxFunction": "#795E26",
|
|
"syntaxVariable": "#001080",
|
|
"syntaxString": "#A31515",
|
|
"syntaxNumber": "#098658",
|
|
"syntaxType": "#267F99",
|
|
"syntaxOperator": "#000000",
|
|
"syntaxPunctuation": "#000000",
|
|
|
|
"thinkingOff": "lightGray",
|
|
"thinkingMinimal": "#9e9e9e",
|
|
"thinkingLow": "#5f87af",
|
|
"thinkingMedium": "#5f8787",
|
|
"thinkingHigh": "#875f87",
|
|
"thinkingXhigh": "#8b008b",
|
|
|
|
"bashMode": "green"
|
|
}
|
|
}
|