82 lines
2.2 KiB
JSON
82 lines
2.2 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
|
|
"name": "cyberpunk",
|
|
"vars": {
|
|
"bg": "#0a0a14",
|
|
"bgDark": "#06060e",
|
|
"bgDeep": "#040410",
|
|
"surface": "#12122a",
|
|
"selection": "#1a1a38",
|
|
"bgRed": "#2a0a12",
|
|
"bgOrange": "#2a1408",
|
|
"bgSky": "#081a30",
|
|
"bgCyan": "#0a2228",
|
|
"bgWarm": "#220a30",
|
|
"bgPink": "#2a0a22",
|
|
"fg": "#ffffff",
|
|
"fgSoft": "#bbbbbb",
|
|
"comment": "#ffe600",
|
|
"yellow": "#ffe600",
|
|
"cyan": "#00e5ff",
|
|
"magenta": "#ff00aa",
|
|
"red": "#ff1744",
|
|
"green": "#00e676",
|
|
"purple": "#aa00ff",
|
|
"blue": "#2979ff",
|
|
"orange": "#ff6d00"
|
|
},
|
|
"colors": {
|
|
"accent": "cyan",
|
|
"border": "magenta",
|
|
"borderAccent": "yellow",
|
|
"borderMuted": "surface",
|
|
"success": "green",
|
|
"error": "red",
|
|
"warning": "orange",
|
|
"muted": "comment",
|
|
"dim": "comment",
|
|
"text": "fg",
|
|
"thinkingText": "green",
|
|
"selectedBg": "bgPink",
|
|
"userMessageBg": "bgWarm",
|
|
"userMessageText": "fg",
|
|
"customMessageBg": "bgCyan",
|
|
"customMessageText": "fg",
|
|
"customMessageLabel": "cyan",
|
|
"toolPendingBg": "bgOrange",
|
|
"toolSuccessBg": "bgSky",
|
|
"toolErrorBg": "bgRed",
|
|
"toolTitle": "yellow",
|
|
"toolOutput": "fgSoft",
|
|
"mdHeading": "magenta",
|
|
"mdLink": "cyan",
|
|
"mdLinkUrl": "comment",
|
|
"mdCode": "green",
|
|
"mdCodeBlock": "fgSoft",
|
|
"mdCodeBlockBorder": "surface",
|
|
"mdQuote": "purple",
|
|
"mdQuoteBorder": "surface",
|
|
"mdHr": "surface",
|
|
"mdListBullet": "yellow",
|
|
"toolDiffAdded": "green",
|
|
"toolDiffRemoved": "red",
|
|
"toolDiffContext": "comment",
|
|
"syntaxComment": "comment",
|
|
"syntaxKeyword": "magenta",
|
|
"syntaxFunction": "cyan",
|
|
"syntaxVariable": "yellow",
|
|
"syntaxString": "green",
|
|
"syntaxNumber": "purple",
|
|
"syntaxType": "blue",
|
|
"syntaxOperator": "magenta",
|
|
"syntaxPunctuation": "fgSoft",
|
|
"thinkingOff": "surface",
|
|
"thinkingMinimal": "comment",
|
|
"thinkingLow": "blue",
|
|
"thinkingMedium": "purple",
|
|
"thinkingHigh": "cyan",
|
|
"thinkingXhigh": "magenta",
|
|
"bashMode": "orange"
|
|
}
|
|
}
|