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

84 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-dark",
"vars": {
"bg": "#282828",
"fg": "#ebdbb2",
"blue": "#83a598",
"aqua": "#8ec07c",
"green": "#b8bb26",
"yellow": "#fabd2f",
"orange": "#fe8019",
"red": "#fb4934",
"purple": "#d3869b",
"gray": "#928374",
"dimGray": "#928374",
"darkGray": "#3c3836",
"darkerGray": "#1d2021",
"selection": "#3c3836",
"userMsgBg": "#32302f",
"customMsgBg": "#32302f",
"toolPending": "#1d2021",
"toolSuccess": "#1a2a1a",
"toolError": "#2e1a1a"
},
"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": "#b8bb26",
"mdCodeBlockBorder": "darkGray",
"mdQuote": "gray",
"mdQuoteBorder": "darkGray",
"mdHr": "darkGray",
"mdListBullet": "blue",
"toolDiffAdded": "green",
"toolDiffRemoved": "red",
"toolDiffContext": "gray",
"syntaxComment": "#928374",
"syntaxKeyword": "red",
"syntaxFunction": "green",
"syntaxVariable": "orange",
"syntaxString": "yellow",
"syntaxNumber": "purple",
"syntaxType": "aqua",
"syntaxOperator": "blue",
"syntaxPunctuation": "fg",
"thinkingOff": "darkerGray",
"thinkingMinimal": "#928374",
"thinkingLow": "blue",
"thinkingMedium": "#83a598",
"thinkingHigh": "aqua",
"thinkingXhigh": "purple",
"bashMode": "green"
},
"export": {
"pageBg": "#282828",
"cardBg": "#32302f",
"infoBg": "#3c3836"
}
}