-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharabica.json
More file actions
86 lines (80 loc) · 2.15 KB
/
Copy patharabica.json
File metadata and controls
86 lines (80 loc) · 2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
"name": "arabica",
"vars": {
"pink": "#ea76cb",
"mauve": "#8839ef",
"red": "#d20f39",
"peach": "#fe640b",
"yellow": "#df8e1d",
"green": "#40a02b",
"greenLight": "#a6e3a1",
"cream": "#e6e0d4",
"lavender": "#7287fd",
"chatBg": "#414559",
"chatText": "#c6d0f5",
"subtext0": "#6c6f85",
"overlay1": "#8c8fa1",
"surface0": "#ccd0da",
"base": "#eff1f5",
"mantle": "#e6e9ef"
},
"colors": {
"accent": "peach",
"border": "mauve",
"borderAccent": "pink",
"borderMuted": "subtext0",
"success": "green",
"error": "red",
"warning": "yellow",
"muted": "subtext0",
"dim": "overlay1",
"text": "",
"thinkingText": "subtext0",
"selectedBg": "chatBg",
"userMessageBg": "chatBg",
"userMessageText": "chatText",
"customMessageBg": "#51576d",
"customMessageText": "chatText",
"customMessageLabel": "peach",
"toolPendingBg": "#302d2a",
"toolSuccessBg": "#1e2a1e",
"toolErrorBg": "#2e1e1e",
"toolTitle": "peach",
"toolOutput": "cream",
"mdHeading": "peach",
"mdLink": "pink",
"mdLinkUrl": "subtext0",
"mdCode": "cream",
"mdCodeBlock": "greenLight",
"mdCodeBlockBorder": "subtext0",
"mdQuote": "subtext0",
"mdQuoteBorder": "subtext0",
"mdHr": "subtext0",
"mdListBullet": "mauve",
"toolDiffAdded": "greenLight",
"toolDiffRemoved": "pink",
"toolDiffContext": "subtext0",
"syntaxComment": "overlay1",
"syntaxKeyword": "mauve",
"syntaxFunction": "pink",
"syntaxVariable": "#f8f8f2",
"syntaxString": "greenLight",
"syntaxNumber": "peach",
"syntaxType": "yellow",
"syntaxOperator": "mauve",
"syntaxPunctuation": "#c6c0b4",
"thinkingOff": "surface0",
"thinkingMinimal": "overlay1",
"thinkingLow": "lavender",
"thinkingMedium": "mauve",
"thinkingHigh": "peach",
"thinkingXhigh": "red",
"bashMode": "yellow"
},
"export": {
"pageBg": "base",
"cardBg": "mantle",
"infoBg": "surface0"
}
}