-
Notifications
You must be signed in to change notification settings - Fork 15
/
dmt.yaml
57 lines (56 loc) · 1.03 KB
/
dmt.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
# 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:
foreground: bright-black
time:
foreground: 8
logger:
foreground: 8
caller:
foreground: 8
modes: [italic]
level:
foreground: 139
message:
foreground: default
field:
foreground: 60
key:
foreground: 117
modes: [underline]
ellipsis:
foreground: 8
object:
foreground: 174
array:
foreground: 174
string:
foreground: 36
number:
foreground: 41
boolean:
foreground: 192
'null':
foreground: 136
levels:
debug:
level-inner:
foreground: 31
info:
level-inner:
foreground: 68
warning:
time:
foreground: 214
level-inner:
foreground: 214
message:
foreground: yellow
error:
time:
foreground: 202
level-inner:
foreground: 202
message:
foreground: bright-red