Skip to content

Instantly share code, notes, and snippets.

@veggiemonk
Created April 3, 2026 16:29
Show Gist options
  • Select an option

  • Save veggiemonk/7e986f5a633eae5153a2aed3c753843c to your computer and use it in GitHub Desktop.

Select an option

Save veggiemonk/7e986f5a633eae5153a2aed3c753843c to your computer and use it in GitHub Desktop.
{
"$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
"name": "snazzy-soft",
"vars": {
"bg": "#282a36",
"fg": "#eff0eb",
"accent": "#ff6ac1",
"accentAlt": "#9aedfe",
"link": "#57c7ff",
"error": "#ff5c57",
"success": "#5af78e",
"warning": "#f3f99d",
"muted": "#a9abac",
"dim": "#828387",
"borderMuted": "#5a5c63",
"selectedBg": "#343642",
"userMsgBg": "#30323e",
"toolPendingBg": "#2d2f3b",
"toolSuccessBg": "#2e4341",
"toolErrorBg": "#42303a",
"customMsgBg": "#392f41"
},
"colors": {
"accent": "accent",
"border": "link",
"borderAccent": "accent",
"borderMuted": "borderMuted",
"success": "success",
"error": "error",
"warning": "warning",
"muted": "muted",
"dim": "dim",
"text": "",
"thinkingText": "muted",
"selectedBg": "selectedBg",
"userMessageBg": "userMsgBg",
"userMessageText": "",
"customMessageBg": "customMsgBg",
"customMessageText": "",
"customMessageLabel": "accent",
"toolPendingBg": "toolPendingBg",
"toolSuccessBg": "toolSuccessBg",
"toolErrorBg": "toolErrorBg",
"toolTitle": "",
"toolOutput": "muted",
"mdHeading": "warning",
"mdLink": "link",
"mdLinkUrl": "dim",
"mdCode": "accent",
"mdCodeBlock": "success",
"mdCodeBlockBorder": "muted",
"mdQuote": "muted",
"mdQuoteBorder": "muted",
"mdHr": "muted",
"mdListBullet": "accent",
"toolDiffAdded": "success",
"toolDiffRemoved": "error",
"toolDiffContext": "muted",
"syntaxComment": "muted",
"syntaxKeyword": "accent",
"syntaxFunction": "link",
"syntaxVariable": "accentAlt",
"syntaxString": "success",
"syntaxNumber": "accent",
"syntaxType": "accentAlt",
"syntaxOperator": "fg",
"syntaxPunctuation": "muted",
"thinkingOff": "borderMuted",
"thinkingMinimal": "muted",
"thinkingLow": "link",
"thinkingMedium": "accentAlt",
"thinkingHigh": "accent",
"thinkingXhigh": "accent",
"bashMode": "success"
},
"export": {
"pageBg": "#20222e",
"cardBg": "#282a36",
"infoBg": "#404342"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment