mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 23:01:30 +00:00
71 lines
1.6 KiB
JSON
71 lines
1.6 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": "mediumGray",
|
|
"syntaxKeyword": "teal",
|
|
"syntaxFunction": "blue",
|
|
"syntaxVariable": "",
|
|
"syntaxString": "green",
|
|
"syntaxNumber": "yellow",
|
|
"syntaxType": "teal",
|
|
"syntaxOperator": "",
|
|
"syntaxPunctuation": "mediumGray",
|
|
|
|
"thinkingOff": "lightGray",
|
|
"thinkingMinimal": "#9e9e9e",
|
|
"thinkingLow": "#5f87af",
|
|
"thinkingMedium": "#5f8787",
|
|
"thinkingHigh": "#875f87",
|
|
|
|
"bashMode": "green"
|
|
}
|
|
}
|