Files
calvana/.pi/themes/catppuccin-mocha.json

87 lines
2.4 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
"name": "catppuccin-mocha",
"vars": {
"bg": "#1e1e2e",
"bgDark": "#181825",
"bgDeep": "#13131e",
"surface": "#2a2a3c",
"selection": "#34344a",
"bgRed": "#2e1420",
"bgGreen": "#142218",
"bgPeach": "#2e2010",
"bgBlue": "#141e38",
"bgMauve": "#261840",
"bgTeal": "#122830",
"comment": "#d5bcff",
"fg": "#ffffff",
"fgSoft": "#bbbbbb",
"red": "#ff7eb3",
"maroon": "#ffa0b8",
"peach": "#ffb370",
"yellow": "#ffe585",
"green": "#7af5a0",
"teal": "#60f0d8",
"sky": "#6ae4ff",
"sapphire": "#5cceff",
"blue": "#7db8ff",
"lavender": "#bfb8ff",
"mauve": "#d9a0ff",
"flamingo": "#ffc4c4",
"pink": "#ffb0e0"
},
"colors": {
"accent": "mauve",
"border": "selection",
"borderAccent": "mauve",
"borderMuted": "surface",
"success": "green",
"error": "red",
"warning": "yellow",
"muted": "comment",
"dim": "comment",
"text": "fg",
"thinkingText": "teal",
"selectedBg": "bgMauve",
"userMessageBg": "bgBlue",
"userMessageText": "fg",
"customMessageBg": "bgTeal",
"customMessageText": "fg",
"customMessageLabel": "teal",
"toolPendingBg": "bgPeach",
"toolSuccessBg": "bgGreen",
"toolErrorBg": "bgRed",
"toolTitle": "peach",
"toolOutput": "fgSoft",
"mdHeading": "peach",
"mdLink": "blue",
"mdLinkUrl": "comment",
"mdCode": "sky",
"mdCodeBlock": "fgSoft",
"mdCodeBlockBorder": "surface",
"mdQuote": "green",
"mdQuoteBorder": "surface",
"mdHr": "surface",
"mdListBullet": "mauve",
"toolDiffAdded": "green",
"toolDiffRemoved": "red",
"toolDiffContext": "comment",
"syntaxComment": "comment",
"syntaxKeyword": "mauve",
"syntaxFunction": "blue",
"syntaxVariable": "pink",
"syntaxString": "green",
"syntaxNumber": "peach",
"syntaxType": "sky",
"syntaxOperator": "lavender",
"syntaxPunctuation": "fgSoft",
"thinkingOff": "surface",
"thinkingMinimal": "comment",
"thinkingLow": "blue",
"thinkingMedium": "sky",
"thinkingHigh": "mauve",
"thinkingXhigh": "red",
"bashMode": "yellow"
}
}