dynamic.json
dynamic.jsonBrowse 4 files
809 tokens
2,091 bytes
Token encoding: o200k_base
Snapshot 8a7b0c0
← Back to SKILL.md
1{2 "$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",3 "name": "dynamic-resources",4 "vars": {5 "cyan": "#00d7ff",6 "blue": "#5f87ff",7 "green": "#b5bd68",8 "red": "#cc6666",9 "yellow": "#ffff00",10 "gray": "#808080",11 "dimGray": "#666666",12 "darkGray": "#505050",13 "accent": "#8abeb7",14 "selectedBg": "#3a3a4a",15 "userMsgBg": "#343541",16 "toolPendingBg": "#282832",17 "toolSuccessBg": "#283228",18 "toolErrorBg": "#3c2828",19 "customMsgBg": "#2d2838"20 },21 "colors": {22 "accent": "accent",23 "border": "blue",24 "borderAccent": "cyan",25 "borderMuted": "darkGray",26 "success": "green",27 "error": "red",28 "warning": "yellow",29 "muted": "gray",30 "dim": "dimGray",31 "text": "",32 "thinkingText": "gray",33 "scrollbarTrack": "darkGray",34 "scrollbarThumb": "",35 "selectedBg": "selectedBg",36 "userMessageBg": "userMsgBg",37 "userMessageText": "",38 "customMessageBg": "customMsgBg",39 "customMessageText": "",40 "customMessageLabel": "#9575cd",41 "toolPendingBg": "toolPendingBg",42 "toolSuccessBg": "toolSuccessBg",43 "toolErrorBg": "toolErrorBg",44 "toolTitle": "",45 "toolOutput": "gray",46 "mdHeading": "#f0c674",47 "mdLink": "#81a2be",48 "mdLinkUrl": "dimGray",49 "mdCode": "accent",50 "mdCodeBlock": "green",51 "mdCodeBlockBorder": "gray",52 "mdQuote": "gray",53 "mdQuoteBorder": "gray",54 "mdHr": "gray",55 "mdListBullet": "accent",56 "toolDiffAdded": "green",57 "toolDiffRemoved": "red",58 "toolDiffContext": "gray",59 "syntaxComment": "#6A9955",60 "syntaxKeyword": "#569CD6",61 "syntaxFunction": "#DCDCAA",62 "syntaxVariable": "#9CDCFE",63 "syntaxString": "#CE9178",64 "syntaxNumber": "#B5CEA8",65 "syntaxType": "#4EC9B0",66 "syntaxOperator": "#D4D4D4",67 "syntaxPunctuation": "#D4D4D4",68 "thinkingOff": "darkGray",69 "thinkingMinimal": "#6e6e6e",70 "thinkingLow": "#5f87af",71 "thinkingMedium": "#81a2be",72 "thinkingHigh": "#b294bb",73 "thinkingXhigh": "#d183e8",74 "bashMode": "green"75 },76 "export": {77 "pageBg": "#18181e",78 "cardBg": "#1e1e24",79 "infoBg": "#3c3728"80 }81}82