-
Notifications
You must be signed in to change notification settings - Fork 15
/
neutral.yaml
69 lines (68 loc) · 1.27 KB
/
neutral.yaml
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
# yaml-language-server: $schema=https://raw.githubusercontent.com/pamburus/hl/master/schema/json/theme.schema.json
$schema: https://raw.githubusercontent.com/pamburus/hl/master/schema/json/theme.schema.json
elements:
input:
modes: [faint]
time:
modes: [faint]
logger:
modes: [faint]
caller:
modes: [faint, italic]
level:
foreground: default
modes: [faint]
message:
foreground: default
modes: [bold]
field:
modes: [faint]
key:
modes: [faint]
ellipsis:
modes: [faint]
object:
modes: [bold]
array:
modes: [bold]
string:
foreground: default
number:
foreground: default
boolean:
foreground: default
'null':
foreground: bright-red
levels:
debug:
level-inner:
foreground: default
info:
level-inner:
foreground: green
warning:
time:
foreground: yellow
level-inner:
foreground: bright-yellow
message:
foreground: yellow
modes: [bold]
error:
time:
foreground: bright-red
message:
foreground: bright-red
modes: [bold]
level-inner:
foreground: bright-red
indicators:
sync:
synced:
text: ' '
failed:
text: '!'
inner:
style:
foreground: 'yellow'
modes: [bold]