Files
calvana/.pi/themes/midnight-ocean.json

77 lines
2.1 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
"name": "midnight-ocean",
"vars": {
"deepBlue": "#0a192f",
"oceanBlue": "#0077be",
"teal": "#00ced1",
"cyan": "#4fd1ed",
"softWhite": "#e6f1ff",
"mutedBlue": "#233554",
"lightMutedBlue": "#a8b2d1",
"slate": "#8892b0",
"successGreen": "#64ffda",
"errorRed": "#ff5f56",
"warningAmber": "#ffd700",
"purple": "#c678dd"
},
"colors": {
"accent": "oceanBlue",
"border": "mutedBlue",
"borderAccent": "teal",
"borderMuted": 236,
"success": "successGreen",
"error": "errorRed",
"warning": "warningAmber",
"muted": "slate",
"dim": 240,
"text": "softWhite",
"thinkingText": "teal",
"selectedBg": "#112240",
"userMessageBg": "#112240",
"userMessageText": "softWhite",
"customMessageBg": "#112240",
"customMessageText": "softWhite",
"customMessageLabel": "teal",
"toolPendingBg": "deepBlue",
"toolSuccessBg": "#0d2521",
"toolErrorBg": "#331616",
"toolTitle": "cyan",
"toolOutput": "lightMutedBlue",
"mdHeading": "teal",
"mdLink": "oceanBlue",
"mdLinkUrl": "slate",
"mdCode": "cyan",
"mdCodeBlock": "#011627",
"mdCodeBlockBorder": "mutedBlue",
"mdQuote": "slate",
"mdQuoteBorder": "mutedBlue",
"mdHr": "mutedBlue",
"mdListBullet": "teal",
"toolDiffAdded": "successGreen",
"toolDiffRemoved": "errorRed",
"toolDiffContext": "slate",
"syntaxComment": "slate",
"syntaxKeyword": "purple",
"syntaxFunction": "teal",
"syntaxVariable": "cyan",
"syntaxString": "successGreen",
"syntaxNumber": "warningAmber",
"syntaxType": "oceanBlue",
"syntaxOperator": "teal",
"syntaxPunctuation": "lightMutedBlue",
"thinkingOff": "mutedBlue",
"thinkingMinimal": "oceanBlue",
"thinkingLow": "teal",
"thinkingMedium": "cyan",
"thinkingHigh": "warningAmber",
"thinkingXhigh": "errorRed",
"bashMode": "warningAmber"
},
"export": {
"pageBg": "#0a192f",
"cardBg": "#112240",
"infoBg": "#0077be"
}
}