-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsnqn.json
More file actions
81 lines (75 loc) · 2.05 KB
/
snqn.json
File metadata and controls
81 lines (75 loc) · 2.05 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
{
"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
"name": "snqn",
"vars": {
"bg": "#07060B",
"bg_alt": "#1C1B28",
"bg_dim": "#323246",
"muted": "#4C4B69",
"fg_soft": "#72708E",
"fg": "#BFBDCA",
"fg_strong": "#EBE9F1",
"bright": "#F5F3FA",
"error": "#FE587C",
"warn": "#FF837C",
"change": "#FCE66F",
"literal": "#62FF90",
"teal": "#58E7E2",
"accent": "#7285FE",
"purple": "#8C6BFF",
"comment": "#B967FF"
},
"colors": {
"accent": "accent",
"border": "muted",
"borderAccent": "accent",
"borderMuted": "bg_dim",
"success": "literal",
"error": "error",
"warning": "warn",
"muted": "fg_soft",
"dim": "muted",
"text": "fg",
"thinkingText": "muted",
"selectedBg": "bg_dim",
"userMessageBg": "bg_alt",
"userMessageText": "fg",
"customMessageBg": "bg_alt",
"customMessageText": "fg",
"customMessageLabel": "accent",
"toolPendingBg": "bg_dim",
"toolSuccessBg": "bg_dim",
"toolErrorBg": "bg_dim",
"toolTitle": "fg_strong",
"toolOutput": "fg_soft",
"mdHeading": "accent",
"mdLink": "accent",
"mdLinkUrl": "teal",
"mdCode": "literal",
"mdCodeBlock": "fg",
"mdCodeBlockBorder": "muted",
"mdQuote": "comment",
"mdQuoteBorder": "muted",
"mdHr": "muted",
"mdListBullet": "muted",
"toolDiffAdded": "literal",
"toolDiffRemoved": "error",
"toolDiffContext": "muted",
"syntaxComment": "comment",
"syntaxKeyword": "muted",
"syntaxFunction": "accent",
"syntaxVariable": "fg",
"syntaxString": "literal",
"syntaxNumber": "literal",
"syntaxType": "accent",
"syntaxOperator": "muted",
"syntaxPunctuation": "muted",
"thinkingOff": "bg_dim",
"thinkingMinimal": "muted",
"thinkingLow": "accent",
"thinkingMedium": "teal",
"thinkingHigh": "comment",
"thinkingXhigh": "purple",
"bashMode": "literal"
}
}