Files
dotfiles/pi/.pi/agent/themes/crew-catppuccin-latte.json
T
2026-07-21 21:35:16 +02:00

97 lines
2.2 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
"name": "crew-catppuccin-latte",
"vars": {
"bg": "#eff1f5",
"fg": "#4c4f69",
"mauve": "#8839ef",
"pink": "#ea76cb",
"blue": "#1e66f5",
"green": "#40a02b",
"teal": "#179299",
"sky": "#04a5e5",
"sapphire": "#209fb5",
"red": "#d20f39",
"maroon": "#e64553",
"peach": "#fe640b",
"yellow": "#df8e1d",
"rosewater": "#dc8a78",
"flamingo": "#dd7878",
"lavender": "#7287fd",
"gray": "#6c6f85",
"dimGray": "#9ca0b0",
"darkGray": "#bcc0cc",
"darkerGray": "#ccd0da",
"selection": "#dcd8f5",
"userMsgBg": "#ccd0da",
"customMsgBg": "#ccd0da",
"toolPending": "#e6e9ef",
"toolSuccess": "#e3f0df",
"toolError": "#fbe0e3"
},
"colors": {
"accent": "mauve",
"border": "darkGray",
"borderAccent": "mauve",
"borderMuted": "darkerGray",
"success": "green",
"error": "red",
"warning": "peach",
"muted": "gray",
"dim": "dimGray",
"text": "fg",
"thinkingText": "gray",
"selectedBg": "selection",
"userMessageBg": "userMsgBg",
"userMessageText": "fg",
"customMessageBg": "customMsgBg",
"customMessageText": "fg",
"customMessageLabel": "lavender",
"toolPendingBg": "toolPending",
"toolSuccessBg": "toolSuccess",
"toolErrorBg": "toolError",
"toolTitle": "sky",
"toolOutput": "gray",
"mdHeading": "yellow",
"mdLink": "blue",
"mdLinkUrl": "dimGray",
"mdCode": "green",
"mdCodeBlock": "#179299",
"mdCodeBlockBorder": "darkGray",
"mdQuote": "gray",
"mdQuoteBorder": "darkGray",
"mdHr": "darkGray",
"mdListBullet": "blue",
"toolDiffAdded": "green",
"toolDiffRemoved": "red",
"toolDiffContext": "gray",
"syntaxComment": "#9ca0b0",
"syntaxKeyword": "pink",
"syntaxFunction": "blue",
"syntaxVariable": "peach",
"syntaxString": "green",
"syntaxNumber": "peach",
"syntaxType": "yellow",
"syntaxOperator": "sky",
"syntaxPunctuation": "fg",
"thinkingOff": "darkerGray",
"thinkingMinimal": "dimGray",
"thinkingLow": "lavender",
"thinkingMedium": "mauve",
"thinkingHigh": "pink",
"thinkingXhigh": "#c896ff",
"bashMode": "green"
},
"export": {
"pageBg": "#eff1f5",
"cardBg": "#ccd0da",
"infoBg": "#dcd8f5"
}
}