-
Notifications
You must be signed in to change notification settings - Fork 15
/
tc24l-blue.yaml
76 lines (74 loc) · 1.38 KB
/
tc24l-blue.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
70
71
72
73
74
75
76
# 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
$palette:
- &default '#313641'
- &strong '#262a33'
- &red '#e06c75'
- &gray '#778899'
- &blue '#4169e1'
- &yellow '#ff8c00'
- &cyan '#48d1cc'
- &magenta '#da70d6'
- &green '#228b22'
elements:
input:
foreground: *gray
time:
foreground: *gray
logger:
foreground: *gray
caller:
foreground: *gray
modes: [italic]
level:
foreground: *gray
message:
foreground: *strong
modes: [bold]
field:
foreground: *gray
key:
foreground: *blue
ellipsis:
foreground: *gray
object:
foreground: *strong
modes: [bold]
array:
foreground: *strong
modes: [bold]
string:
foreground: *default
number:
foreground: *green
boolean:
foreground: *yellow
'null':
foreground: *red
levels:
debug:
level-inner:
foreground: *magenta
info:
level-inner:
foreground: *cyan
warning:
level:
foreground: *yellow
modes: [reverse]
error:
time:
foreground: *red
level:
foreground: *red
modes: [reverse]
indicators:
sync:
synced:
text: ' '
failed:
text: '!'
inner:
style:
foreground: *yellow
modes: [bold]