-
Notifications
You must be signed in to change notification settings - Fork 15
/
one-dark-green-truecolor.yaml
65 lines (63 loc) · 1.21 KB
/
one-dark-green-truecolor.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
# 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:
- &red '#e06c75'
- &gray '#636d83'
- &white '#cfd7e5'
- &blue '#61afef'
- &yellow '#d19a66'
- &cyan '#56b6c2'
- &magenta '#c678dd'
- &green '#98c379'
elements:
input:
foreground: bright-black
time:
foreground: *gray
logger:
foreground: *gray
caller:
foreground: *gray
modes: [italic]
level:
foreground: *gray
message:
foreground: *white
field:
foreground: *gray
key:
foreground: *green
modes: [underline]
ellipsis:
foreground: *gray
object:
foreground: *cyan
array:
foreground: *cyan
string:
foreground: *cyan
number:
foreground: *blue
boolean:
foreground: *blue
'null':
foreground: *red
levels:
debug:
level-inner:
foreground: *magenta
info:
level-inner:
foreground: *blue
warning:
time:
foreground: *yellow
level-inner:
foreground: *yellow
error:
time:
foreground: *red
level-inner:
foreground: *red
message:
foreground: *red