-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpalettes.json
98 lines (98 loc) · 6.95 KB
/
palettes.json
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"dark": {
"editor": {"hex": "#1E1F22", "rgb": [30, 31, 34], "xterm": 16},
"folded": {"hex": "#393B40", "rgb": [57, 59, 64], "xterm": 18},
"diffdel": {"hex": "#484A4A", "rgb": [72, 74, 74], "xterm": 235},
"virtual": {"hex": "#6B6B6B", "rgb": [107, 107, 107], "xterm": 59},
"comment": {"hex": "#7A7E85", "rgb": [122, 126, 133], "xterm": 102},
"gutterdel": {"hex": "#868A91", "rgb": [134, 138, 145], "xterm": 102},
"commentref": {"hex": "#A1A1A1", "rgb": [161, 161, 161], "xterm": 145},
"text": {"hex": "#BCBEC4", "rgb": [188, 190, 196], "xterm": 146},
"err": {"hex": "#F75464", "rgb": [247, 84, 100], "xterm": 167},
"err1": {"hex": "#CF514E", "rgb": [207, 81, 78], "xterm": 167},
"type": {"hex": "#CC7832", "rgb": [204, 120, 50], "xterm": 173},
"keyword": {"hex": "#CF8E6D", "rgb": [207, 142, 109], "xterm": 173},
"tag": {"hex": "#D5B778", "rgb": [213, 183, 120], "xterm": 143},
"warning": {"hex": "#F2C55C", "rgb": [242, 197, 92], "xterm": 221},
"todo": {"hex": "#8BB33D", "rgb": [139, 179, 61], "xterm": 107},
"gutteradd": {"hex": "#549159", "rgb": [84, 145, 89], "xterm": 65},
"doccomment": {"hex": "#5F826B", "rgb": [95, 130, 107], "xterm": 65},
"diffadd": {"hex": "#294436", "rgb": [41, 68, 54], "xterm": 23},
"search": {"hex": "#2D543F", "rgb": [45, 84, 63], "xterm": 23},
"string": {"hex": "#6AAB73", "rgb": [106, 171, 115], "xterm": 72},
"stringref": {"hex": "#67A37C", "rgb": [103, 163, 124], "xterm": 72},
"number": {"hex": "#2AACB8", "rgb": [42, 172, 184], "xterm": 75},
"function": {"hex": "#56A8F5", "rgb": [86, 168, 245], "xterm": 75},
"link": {"hex": "#548AF7", "rgb": [84, 138, 247], "xterm": 75},
"guttermod": {"hex": "#375FAD", "rgb": [55, 95, 173], "xterm": 61},
"struct": {"hex": "#6FAFBD", "rgb": [111, 175, 189], "xterm": 39},
"diffmod": {"hex": "#283541", "rgb": [40, 53, 65], "xterm": 23},
"difftext": {"hex": "#385570", "rgb": [56, 85, 112], "xterm": 59},
"const": {"hex": "#C77DBB", "rgb": [199, 125, 187], "xterm": 175},
"instruction": {"hex": "#CDA3E6", "rgb": [205, 163, 230], "xterm": 189}
},
"mid": {
"editor": {"hex": "#2B2D30", "rgb": [43, 45, 48], "xterm": 16},
"folded": {"hex": "#393B40", "rgb": [57, 59, 64], "xterm": 18},
"diffdel": {"hex": "#484A4A", "rgb": [72, 74, 74], "xterm": 235},
"virtual": {"hex": "#6B6B6B", "rgb": [107, 107, 107], "xterm": 59},
"comment": {"hex": "#7A7E85", "rgb": [122, 126, 133], "xterm": 102},
"gutterdel": {"hex": "#868A91", "rgb": [134, 138, 145], "xterm": 102},
"commentref": {"hex": "#A1A1A1", "rgb": [161, 161, 161], "xterm": 145},
"text": {"hex": "#BCBEC4", "rgb": [188, 190, 196], "xterm": 146},
"err": {"hex": "#F75464", "rgb": [247, 84, 100], "xterm": 167},
"err1": {"hex": "#CF514E", "rgb": [207, 81, 78], "xterm": 167},
"type": {"hex": "#CC7832", "rgb": [204, 120, 50], "xterm": 173},
"keyword": {"hex": "#CF8E6D", "rgb": [207, 142, 109], "xterm": 173},
"tag": {"hex": "#D5B778", "rgb": [213, 183, 120], "xterm": 143},
"warning": {"hex": "#F2C55C", "rgb": [242, 197, 92], "xterm": 221},
"todo": {"hex": "#8BB33D", "rgb": [139, 179, 61], "xterm": 107},
"gutteradd": {"hex": "#549159", "rgb": [84, 145, 89], "xterm": 65},
"diffadd": {"hex": "#294436", "rgb": [41, 68, 54], "xterm": 23},
"search": {"hex": "#2D543F", "rgb": [45, 84, 63], "xterm": 23},
"doccomment": {"hex": "#5F826B", "rgb": [95, 130, 107], "xterm": 65},
"string": {"hex": "#6AAB73", "rgb": [106, 171, 115], "xterm": 72},
"stringref": {"hex": "#67A37C", "rgb": [103, 163, 124], "xterm": 72},
"number": {"hex": "#2AACB8", "rgb": [42, 172, 184], "xterm": 75},
"function": {"hex": "#56A8F5", "rgb": [86, 168, 245], "xterm": 75},
"link": {"hex": "#548AF7", "rgb": [84, 138, 247], "xterm": 75},
"guttermod": {"hex": "#375FAD", "rgb": [55, 95, 173], "xterm": 61},
"struct": {"hex": "#6FAFBD", "rgb": [111, 175, 189], "xterm": 39},
"diffmod": {"hex": "#283541", "rgb": [40, 53, 65], "xterm": 23},
"difftext": {"hex": "#385570", "rgb": [56, 85, 112], "xterm": 59},
"const": {"hex": "#C77DBB", "rgb": [199, 125, 187], "xterm": 175},
"instruction": {"hex": "#CDA3E6", "rgb": [205, 163, 230], "xterm": 189}
},
"light": {
"editor": {"hex": "#FFFFFF", "rgb": [255, 255, 255], "xterm": 231},
"folded": {"hex": "#E9F5E6", "rgb": [233, 245, 230], "xterm": 194},
"diffdel": {"hex": "#D6D6D6", "rgb": [214, 214, 214], "xterm": 188},
"virtual": {"hex": "#6B6B6B", "rgb": [107, 107, 107], "xterm": 59},
"comment": {"hex": "#8C8C8C", "rgb": [122, 126, 133], "xterm": 102},
"doccomment": {"hex": "#8C8C8C", "rgb": [122, 126, 133], "xterm": 102},
"gutterdel": {"hex": "#767A8A", "rgb": [118, 122, 138], "xterm": 102},
"commentref": {"hex": "#A1A1A1", "rgb": [161, 161, 161], "xterm": 145},
"text": {"hex": "#000000", "rgb": [0, 0, 0], "xterm": 16},
"err": {"hex": "#F75464", "rgb": [247, 84, 100], "xterm": 167},
"err1": {"hex": "#CF514E", "rgb": [207, 81, 78], "xterm": 167},
"type": {"hex": "#0033B3", "rgb": [204, 120, 50], "xterm": 173},
"keyword": {"hex": "#0033B3", "rgb": [204, 120, 50], "xterm": 173},
"tag": {"hex": "#0033B3", "rgb": [204, 120, 50], "xterm": 173},
"warning": {"hex": "#A66F00", "rgb": [166, 111, 0], "xterm": 130},
"todo": {"hex": "#008DDE", "rgb": [0, 141, 222], "xterm": 32},
"gutteradd": {"hex": "#7FC784", "rgb": [127, 199, 132], "xterm": 114},
"diffadd": {"hex": "#BEE6BE", "rgb": [190, 230, 190], "xterm": 151},
"search": {"hex": "#CCCCFF", "rgb": [204, 204, 255], "xterm": 189},
"string": {"hex": "#067D17", "rgb": [6, 125, 23], "xterm": 28},
"stringref": {"hex": "#68A67E", "rgb": [104, 166, 126], "xterm": 72},
"number": {"hex": "#1750EB", "rgb": [23, 80, 235], "xterm": 27},
"function": {"hex": "#286D73", "rgb": [40, 109, 115], "xterm": 24},
"link": {"hex": "#006DCC", "rgb": [0, 109, 204], "xterm": 75},
"guttermod": {"hex": "#88ADF7", "rgb": [136, 173, 247], "xterm": 111},
"struct": {"hex": "#6FAFBD", "rgb": [111, 175, 189], "xterm": 39},
"diffmod": {"hex": "#C2D8F2", "rgb": [194, 216, 242], "xterm": 153},
"difftext": {"hex": "#B6D2F2", "rgb": [182, 210, 242], "xterm": 153},
"const": {"hex": "#871094", "rgb": [153, 16, 148], "xterm": 90},
"instruction": {"hex": "#CDA3E6", "rgb": [205, 163, 230], "xterm": 189}
}
}