mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 11:04:51 +00:00
- 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": "dark",
|
|
"vars": {
|
|
"cyan": "#00d7ff",
|
|
"blue": "#5f87ff",
|
|
"green": "#b5bd68",
|
|
"red": "#cc6666",
|
|
"yellow": "#ffff00",
|
|
"gray": "#808080",
|
|
"dimGray": "#666666",
|
|
"darkGray": "#505050",
|
|
"accent": "#8abeb7",
|
|
"userMsgBg": "#343541",
|
|
"toolPendingBg": "#282832",
|
|
"toolSuccessBg": "#283228",
|
|
"toolErrorBg": "#3c2828"
|
|
},
|
|
"colors": {
|
|
"accent": "accent",
|
|
"border": "blue",
|
|
"borderAccent": "cyan",
|
|
"borderMuted": "darkGray",
|
|
"success": "green",
|
|
"error": "red",
|
|
"warning": "yellow",
|
|
"muted": "gray",
|
|
"dim": "dimGray",
|
|
"text": "",
|
|
|
|
"userMessageBg": "userMsgBg",
|
|
"userMessageText": "",
|
|
"toolPendingBg": "toolPendingBg",
|
|
"toolSuccessBg": "toolSuccessBg",
|
|
"toolErrorBg": "toolErrorBg",
|
|
"toolTitle": "",
|
|
"toolOutput": "gray",
|
|
|
|
"mdHeading": "#f0c674",
|
|
"mdLink": "#81a2be",
|
|
"mdLinkUrl": "dimGray",
|
|
"mdCode": "accent",
|
|
"mdCodeBlock": "green",
|
|
"mdCodeBlockBorder": "gray",
|
|
"mdQuote": "gray",
|
|
"mdQuoteBorder": "gray",
|
|
"mdHr": "gray",
|
|
"mdListBullet": "accent",
|
|
|
|
"toolDiffAdded": "green",
|
|
"toolDiffRemoved": "red",
|
|
"toolDiffContext": "gray",
|
|
|
|
"syntaxComment": "#6A9955",
|
|
"syntaxKeyword": "#569CD6",
|
|
"syntaxFunction": "#DCDCAA",
|
|
"syntaxVariable": "#9CDCFE",
|
|
"syntaxString": "#CE9178",
|
|
"syntaxNumber": "#B5CEA8",
|
|
"syntaxType": "#4EC9B0",
|
|
"syntaxOperator": "#D4D4D4",
|
|
"syntaxPunctuation": "#D4D4D4",
|
|
|
|
"thinkingOff": "darkGray",
|
|
"thinkingMinimal": "#6e6e6e",
|
|
"thinkingLow": "#5f87af",
|
|
"thinkingMedium": "#81a2be",
|
|
"thinkingHigh": "#b294bb",
|
|
"thinkingXhigh": "#d183e8",
|
|
|
|
"bashMode": "green"
|
|
}
|
|
}
|