91 lines
2.4 KiB
JSON
91 lines
2.4 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
|
|
"name": "catppuccin-tui-latte",
|
|
"vars": {
|
|
"rosewater": "#dc8a78",
|
|
"flamingo": "#dd7878",
|
|
"pink": "#ea76cb",
|
|
"mauve": "#8839ef",
|
|
"red": "#d20f39",
|
|
"maroon": "#e64553",
|
|
"peach": "#fe640b",
|
|
"yellow": "#df8e1d",
|
|
"green": "#40a02b",
|
|
"teal": "#179299",
|
|
"sky": "#04a5e5",
|
|
"sapphire": "#209fb5",
|
|
"blue": "#1e66f5",
|
|
"lavender": "#7287fd",
|
|
"text": "#4c4f69",
|
|
"subtext1": "#5c5f77",
|
|
"subtext0": "#6c6f85",
|
|
"overlay2": "#7c7f93",
|
|
"overlay1": "#8c8fa1",
|
|
"overlay0": "#9ca0b0",
|
|
"surface2": "#acb0be",
|
|
"surface1": "#bcc0cc",
|
|
"surface0": "#ccd0da",
|
|
"base": "#eff1f5",
|
|
"mantle": "#e6e9ef",
|
|
"crust": "#dce0e8"
|
|
},
|
|
"colors": {
|
|
"accent": "mauve",
|
|
"border": "surface2",
|
|
"borderAccent": "lavender",
|
|
"borderMuted": "surface1",
|
|
"success": "green",
|
|
"error": "red",
|
|
"warning": "yellow",
|
|
"muted": "subtext0",
|
|
"dim": "overlay1",
|
|
"text": "text",
|
|
"thinkingText": "subtext1",
|
|
"selectedBg": "surface0",
|
|
"userMessageBg": "surface0",
|
|
"userMessageText": "text",
|
|
"customMessageBg": "mantle",
|
|
"customMessageText": "text",
|
|
"customMessageLabel": "mauve",
|
|
"toolPendingBg": "mantle",
|
|
"toolSuccessBg": "surface0",
|
|
"toolErrorBg": "surface0",
|
|
"toolTitle": "blue",
|
|
"toolOutput": "overlay2",
|
|
"mdHeading": "mauve",
|
|
"mdLink": "blue",
|
|
"mdLinkUrl": "sapphire",
|
|
"mdCode": "peach",
|
|
"mdCodeBlock": "subtext1",
|
|
"mdCodeBlockBorder": "surface2",
|
|
"mdQuote": "subtext0",
|
|
"mdQuoteBorder": "surface2",
|
|
"mdHr": "surface2",
|
|
"mdListBullet": "mauve",
|
|
"toolDiffAdded": "green",
|
|
"toolDiffRemoved": "red",
|
|
"toolDiffContext": "subtext0",
|
|
"syntaxComment": "overlay2",
|
|
"syntaxKeyword": "mauve",
|
|
"syntaxFunction": "blue",
|
|
"syntaxVariable": "maroon",
|
|
"syntaxString": "green",
|
|
"syntaxNumber": "peach",
|
|
"syntaxType": "yellow",
|
|
"syntaxOperator": "sky",
|
|
"syntaxPunctuation": "overlay2",
|
|
"thinkingOff": "surface1",
|
|
"thinkingMinimal": "surface2",
|
|
"thinkingLow": "blue",
|
|
"thinkingMedium": "sapphire",
|
|
"thinkingHigh": "mauve",
|
|
"thinkingXhigh": "red",
|
|
"bashMode": "peach"
|
|
},
|
|
"export": {
|
|
"pageBg": "#eff1f5",
|
|
"cardBg": "#e6e9ef",
|
|
"infoBg": "#ccd0da"
|
|
}
|
|
}
|