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
|
{
"colors": {
"primary": {
"background": "#303446",
"foreground": "#C6D0F5",
"dim_foreground": "#C6D0F5",
"bright_foreground": "#C6D0F5"
},
"cursor": {
"text": "#303446",
"cursor": "#F2D5CF"
},
"vi_mode_cursor": {
"text": "#303446",
"cursor": "#BABBF1"
},
"search": {
"matches": {
"foreground": "#303446",
"background": "#A5ADCE"
},
"focused_match": {
"foreground": "#303446",
"background": "#A6D189"
}
},
"hints": {
"start": {
"foreground": "#303446",
"background": "#E5C890"
},
"end": {
"foreground": "#303446",
"background": "#A5ADCE"
}
},
"selection": {
"text": "#303446",
"background": "#F2D5CF"
},
"normal": {
"black": "#51576D",
"red": "#E78284",
"green": "#A6D189",
"yellow": "#E5C890",
"blue": "#8CAAEE",
"magenta": "#F4B8E4",
"cyan": "#81C8BE",
"white": "#B5BFE2"
},
"bright": {
"black": "#626880",
"red": "#E78284",
"green": "#A6D189",
"yellow": "#E5C890",
"blue": "#8CAAEE",
"magenta": "#F4B8E4",
"cyan": "#81C8BE",
"white": "#A5ADCE"
},
"dim": {
"black": "#51576D",
"red": "#E78284",
"green": "#A6D189",
"yellow": "#E5C890",
"blue": "#8CAAEE",
"magenta": "#F4B8E4",
"cyan": "#81C8BE",
"white": "#B5BFE2"
},
"indexed_colors": [
{
"index": 16,
"color": "#EF9F76"
},
{
"index": 17,
"color": "#F2D5CF"
}
]
}
}
|