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
|
{
"colors": {
"primary": {
"background": "0x1f1f28",
"foreground": "0xdcd7ba"
},
"normal": {
"black": "0x090618",
"red": "0xc34043",
"green": "0x76946a",
"yellow": "0xc0a36e",
"blue": "0x7e9cd8",
"magenta": "0x957fb8",
"cyan": "0x6a9589",
"white": "0xc8c093"
},
"bright": {
"black": "0x727169",
"red": "0xe82424",
"green": "0x98bb6c",
"yellow": "0xe6c384",
"blue": "0x7fb4ca",
"magenta": "0x938aa9",
"cyan": "0x7aa89f",
"white": "0xdcd7ba"
},
"selection": {
"background": "0x2d4f67",
"foreground": "0xc8c093"
},
"indexed_colors": [
{
"index": 16,
"color": "0xffa066"
},
{
"index": 17,
"color": "0xff5d62"
}
]
}
}
|