Created
April 4, 2026 15:11
-
-
Save edxeth/f509f9fcf2923d47cd00f5851472dcb4 to your computer and use it in GitHub Desktop.
There are many Pi themes, but this one is mine.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json", | |
| "name": "macos-classic-dark", | |
| "vars": { | |
| "bg": "#131313", | |
| "panel": "#202020", | |
| "userPanel": "#241E2E", | |
| "tab": "#232323", | |
| "active": "#272727", | |
| "title": "#323232", | |
| "border": "#404040", | |
| "text": "#F2F2F2", | |
| "textSoft": "#E7E7E7", | |
| "userText": "#F2F2F2", | |
| "assistantText": "#F2F2F2", | |
| "muted": "#9E9E9E", | |
| "dim": "#5A5A5A", | |
| "surface": "#373636", | |
| "accent": "#D7BA7D", | |
| "cyan": "#D7BA7D", | |
| "green": "#98C379", | |
| "red": "#D46A6A", | |
| "yellow": "#D7BA7D", | |
| "magenta": "#CACCCA", | |
| "toolPending": "#202020", | |
| "toolSuccess": "#252E20", | |
| "toolError": "#352525" | |
| }, | |
| "colors": { | |
| "accent": "accent", | |
| "border": "border", | |
| "borderAccent": "accent", | |
| "borderMuted": "border", | |
| "success": "green", | |
| "error": "red", | |
| "warning": "#FFFF00", | |
| "muted": "muted", | |
| "dim": "dim", | |
| "text": "text", | |
| "thinkingText": "#666666", | |
| "selectedBg": "active", | |
| "userMessageBg": "userPanel", | |
| "userMessageText": "userText", | |
| "customMessageBg": "toolPending", | |
| "customMessageText": "assistantText", | |
| "customMessageLabel": "yellow", | |
| "toolPendingBg": "toolPending", | |
| "toolSuccessBg": "toolSuccess", | |
| "toolErrorBg": "toolError", | |
| "toolTitle": "text", | |
| "toolOutput": "muted", | |
| "mdHeading": "#A8A8A8", | |
| "mdLink": "yellow", | |
| "mdLinkUrl": "#8A8A8A", | |
| "mdCode": "#B5AF9A", | |
| "mdCodeBlock": "#D0D0D0", | |
| "mdCodeBlockBorder": "#8A8A8A", | |
| "mdQuote": "#8A8A8A", | |
| "mdQuoteBorder": "border", | |
| "mdHr": "border", | |
| "mdListBullet": "yellow", | |
| "toolDiffAdded": "green", | |
| "toolDiffRemoved": "red", | |
| "toolDiffContext": "muted", | |
| "syntaxComment": "#9E9E9E", | |
| "syntaxKeyword": "#C28B12", | |
| "syntaxFunction": "#FDD888", | |
| "syntaxVariable": "#CACCCA", | |
| "syntaxString": "#62BA46", | |
| "syntaxNumber": "#E1D797", | |
| "syntaxType": "#C75828", | |
| "syntaxOperator": "#B5AF9A", | |
| "syntaxPunctuation": "#B5AF9A", | |
| "thinkingOff": "dim", | |
| "thinkingMinimal": "#555555", | |
| "thinkingLow": "#666666", | |
| "thinkingMedium": "#777777", | |
| "thinkingHigh": "#888888", | |
| "thinkingXhigh": "red", | |
| "bashMode": "green" | |
| }, | |
| "export": { | |
| "pageBg": "#101010", | |
| "cardBg": "#1A1A1A", | |
| "infoBg": "#232323" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment