-
Notifications
You must be signed in to change notification settings - Fork 161
Expand file tree
/
Copy pathnightowl.json
More file actions
82 lines (75 loc) · 1.88 KB
/
nightowl.json
File metadata and controls
82 lines (75 loc) · 1.88 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
{
"$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/theme-schema.json",
"name": "nightowl",
"vars": {
"cyan": "#7fdbca",
"blue": "#82AAFF",
"green": "#c5e478",
"red": "#EF5350",
"yellow": "#ffcb8b",
"magenta": "#c792ea",
"gray": "#5f7e97",
"dimGray": "#4b6479",
"darkGray": "#122d42",
"accent": "#80CBC4",
"foreground": "#d6deeb",
"background": "#011627",
"userMsgBg": "#0b2942",
"toolPendingBg": "#01111d",
"toolSuccessBg": "#0b253a",
"toolErrorBg": "#1a1015"
},
"colors": {
"accent": "accent",
"border": "blue",
"borderAccent": "cyan",
"borderMuted": "darkGray",
"success": "green",
"error": "red",
"warning": "yellow",
"muted": "gray",
"dim": "dimGray",
"text": "",
"thinkingText": "gray",
"userMessageBg": "userMsgBg",
"userMessageText": "",
"toolPendingBg": "toolPendingBg",
"toolSuccessBg": "toolSuccessBg",
"toolErrorBg": "toolErrorBg",
"toolTitle": "",
"toolOutput": "gray",
"selectedBg": "darkGray",
"customMessageBg": "userMsgBg",
"customMessageText": "",
"customMessageLabel": "accent",
"mdHeading": "blue",
"mdLink": "cyan",
"mdLinkUrl": "dimGray",
"mdCode": "accent",
"mdCodeBlock": "green",
"mdCodeBlockBorder": "gray",
"mdQuote": "gray",
"mdQuoteBorder": "gray",
"mdHr": "gray",
"mdListBullet": "accent",
"toolDiffAdded": "green",
"toolDiffRemoved": "red",
"toolDiffContext": "gray",
"syntaxComment": "#637777",
"syntaxKeyword": "magenta",
"syntaxFunction": "blue",
"syntaxVariable": "cyan",
"syntaxString": "#c789d6",
"syntaxNumber": "#F78C6C",
"syntaxType": "yellow",
"syntaxOperator": "cyan",
"syntaxPunctuation": "foreground",
"thinkingOff": "darkGray",
"thinkingMinimal": "#234d70",
"thinkingLow": "#1d3b53",
"thinkingMedium": "#5f7e97",
"thinkingHigh": "#7e57c2",
"thinkingXhigh": "#c792ea",
"bashMode": "green"
}
}