Files
dotfiles/pi/.pi/agent/themes/crew-gruvbox-light.json
2026-07-21 21:35:16 +02:00

91 lines
2.1 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
"name": "crew-gruvbox-light",
"vars": {
"bg": "#fbf1c7",
"fg": "#3c3836",
"blue": "#076678",
"green": "#79740e",
"aqua": "#427b58",
"yellow": "#d79921",
"orange": "#d65d0e",
"red": "#cc241d",
"purple": "#8f3f71",
"fg4": "#7c6f64",
"gray": "#928374",
"dimGray": "#a89984",
"darkGray": "#d5c4a1",
"darkerGray": "#ebdbb2",
"selection": "#e8d9a8",
"userMsgBg": "#ebdbb2",
"customMsgBg": "#ebdbb2",
"toolPending": "#ebdbb2",
"toolSuccess": "#d9e8c0",
"toolError": "#f0d0c8"
},
"colors": {
"accent": "blue",
"border": "darkGray",
"borderAccent": "blue",
"borderMuted": "darkerGray",
"success": "green",
"error": "red",
"warning": "yellow",
"muted": "gray",
"dim": "dimGray",
"text": "fg",
"thinkingText": "gray",
"selectedBg": "selection",
"userMessageBg": "userMsgBg",
"userMessageText": "fg",
"customMessageBg": "customMsgBg",
"customMessageText": "fg",
"customMessageLabel": "purple",
"toolPendingBg": "toolPending",
"toolSuccessBg": "toolSuccess",
"toolErrorBg": "toolError",
"toolTitle": "aqua",
"toolOutput": "gray",
"mdHeading": "yellow",
"mdLink": "blue",
"mdLinkUrl": "dimGray",
"mdCode": "green",
"mdCodeBlock": "#427b58",
"mdCodeBlockBorder": "darkGray",
"mdQuote": "gray",
"mdQuoteBorder": "darkGray",
"mdHr": "darkGray",
"mdListBullet": "blue",
"toolDiffAdded": "green",
"toolDiffRemoved": "red",
"toolDiffContext": "gray",
"syntaxComment": "#928374",
"syntaxKeyword": "red",
"syntaxFunction": "blue",
"syntaxVariable": "orange",
"syntaxString": "green",
"syntaxNumber": "purple",
"syntaxType": "aqua",
"syntaxOperator": "aqua",
"syntaxPunctuation": "fg",
"thinkingOff": "darkerGray",
"thinkingMinimal": "dimGray",
"thinkingLow": "purple",
"thinkingMedium": "blue",
"thinkingHigh": "aqua",
"thinkingXhigh": "#1498a8",
"bashMode": "green"
},
"export": {
"pageBg": "#fbf1c7",
"cardBg": "#ebdbb2",
"infoBg": "#e8d9a8"
}
}