@node-red/editor-client 3.0.2 → 3.1.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (127) hide show
  1. package/locales/de/editor.json +2 -0
  2. package/locales/de/infotips.json +0 -0
  3. package/locales/de/jsonata.json +0 -0
  4. package/locales/en-US/editor.json +37 -6
  5. package/locales/en-US/infotips.json +0 -0
  6. package/locales/en-US/jsonata.json +0 -0
  7. package/locales/fr/editor.json +1238 -0
  8. package/locales/fr/infotips.json +23 -0
  9. package/locales/fr/jsonata.json +274 -0
  10. package/locales/ja/editor.json +48 -9
  11. package/locales/ko/editor.json +233 -31
  12. package/locales/ko/infotips.json +0 -0
  13. package/locales/ko/jsonata.json +0 -0
  14. package/locales/pt-BR/editor.json +1208 -0
  15. package/locales/pt-BR/infotips.json +23 -0
  16. package/locales/pt-BR/jsonata.json +274 -0
  17. package/locales/ru/editor.json +2 -0
  18. package/locales/ru/infotips.json +0 -0
  19. package/locales/ru/jsonata.json +0 -0
  20. package/locales/zh-CN/editor.json +1175 -1049
  21. package/locales/zh-TW/editor.json +3 -0
  22. package/package.json +1 -1
  23. package/public/red/about +140 -0
  24. package/public/red/red.js +2699 -1397
  25. package/public/red/red.min.js +4 -3
  26. package/public/red/style.min.css +1 -1
  27. package/public/red/tours/3.0/images/context-menu.png +0 -0
  28. package/public/red/tours/3.0/welcome.js +155 -0
  29. package/public/red/tours/images/context-menu.png +0 -0
  30. package/public/red/tours/images/global-env-vars.png +0 -0
  31. package/public/red/tours/images/hiding-flows.png +0 -0
  32. package/public/red/tours/images/locking-flows.png +0 -0
  33. package/public/red/tours/images/mermaid.png +0 -0
  34. package/public/red/tours/images/node-help.png +0 -0
  35. package/public/red/tours/images/tab-changes.png +0 -0
  36. package/public/red/tours/welcome.js +111 -94
  37. package/public/types/node/assert/strict.d.ts +11 -0
  38. package/public/types/node/assert.d.ts +898 -64
  39. package/public/types/node/async_hooks.d.ts +362 -94
  40. package/public/types/node/buffer.d.ts +2158 -14
  41. package/public/types/node/child_process.d.ts +1109 -257
  42. package/public/types/node/cluster.d.ts +349 -200
  43. package/public/types/node/console.d.ts +313 -43
  44. package/public/types/node/crypto.d.ts +3329 -656
  45. package/public/types/node/dgram.d.ts +459 -58
  46. package/public/types/node/diagnostics_channel.d.ts +155 -0
  47. package/public/types/node/dns/promises.d.ts +371 -0
  48. package/public/types/node/dns.d.ts +532 -265
  49. package/public/types/node/domain.d.ts +159 -16
  50. package/public/types/node/events.d.ts +589 -30
  51. package/public/types/node/fs/promises.d.ts +1097 -0
  52. package/public/types/node/fs.d.ts +2484 -958
  53. package/public/types/node/globals.d.ts +43 -503
  54. package/public/types/node/http.d.ts +1156 -145
  55. package/public/types/node/http2.d.ts +1610 -470
  56. package/public/types/node/https.d.ts +462 -72
  57. package/public/types/node/module.d.ts +72 -13
  58. package/public/types/node/net.d.ts +663 -131
  59. package/public/types/node/os.d.ts +238 -25
  60. package/public/types/node/path.d.ts +57 -23
  61. package/public/types/node/perf_hooks.d.ts +424 -112
  62. package/public/types/node/process.d.ts +1261 -193
  63. package/public/types/node/querystring.d.ts +107 -7
  64. package/public/types/node/readline.d.ts +443 -74
  65. package/public/types/node/stream/consumers.d.ts +15 -0
  66. package/public/types/node/stream/promises.d.ts +45 -0
  67. package/public/types/node/stream/web.d.ts +395 -0
  68. package/public/types/node/stream.d.ts +1081 -177
  69. package/public/types/node/string_decoder.d.ts +57 -0
  70. package/public/types/node/test.d.ts +193 -0
  71. package/public/types/node/timers/promises.d.ts +96 -0
  72. package/public/types/node/timers.d.ts +87 -12
  73. package/public/types/node/tls.d.ts +457 -222
  74. package/public/types/node/trace_events.d.ts +107 -10
  75. package/public/types/node/tty.d.ts +158 -23
  76. package/public/types/node/url.d.ts +734 -28
  77. package/public/types/node/util.d.ts +1542 -164
  78. package/public/types/node/v8.d.ts +261 -73
  79. package/public/types/node/vm.d.ts +384 -32
  80. package/public/types/node/wasi.d.ts +92 -23
  81. package/public/types/node/worker_threads.d.ts +531 -123
  82. package/public/types/node/zlib.d.ts +216 -63
  83. package/public/types/node-red/func.d.ts +3 -0
  84. package/public/vendor/jquery/css/base/images/ui-icons_444444_256x240.png +0 -0
  85. package/public/vendor/jquery/css/base/images/ui-icons_555555_256x240.png +0 -0
  86. package/public/vendor/jquery/css/base/images/ui-icons_777620_256x240.png +0 -0
  87. package/public/vendor/jquery/css/base/images/ui-icons_777777_256x240.png +0 -0
  88. package/public/vendor/jquery/css/base/images/ui-icons_cc0000_256x240.png +0 -0
  89. package/public/vendor/jquery/css/base/images/ui-icons_ffffff_256x240.png +0 -0
  90. package/public/vendor/jquery/css/base/jquery-ui.min.css +4 -4
  91. package/public/vendor/mermaid/mermaid.min.js +1284 -0
  92. package/public/vendor/monaco/dist/{ade705761eb7e702770d.ttf → 7064e66c3890a12c47b4.ttf} +0 -0
  93. package/public/vendor/monaco/dist/css.worker.js +1 -1
  94. package/public/vendor/monaco/dist/css.worker.js.LICENSE.txt +1 -1
  95. package/public/vendor/monaco/dist/editor.js +1 -1
  96. package/public/vendor/monaco/dist/editor.js.LICENSE.txt +5 -1
  97. package/public/vendor/monaco/dist/editor.worker.js +1 -1
  98. package/public/vendor/monaco/dist/html.worker.js +1 -1
  99. package/public/vendor/monaco/dist/html.worker.js.LICENSE.txt +1 -1
  100. package/public/vendor/monaco/dist/json.worker.js +1 -1
  101. package/public/vendor/monaco/dist/json.worker.js.LICENSE.txt +1 -1
  102. package/public/vendor/monaco/dist/locale/cs.js +319 -71
  103. package/public/vendor/monaco/dist/locale/de.js +323 -75
  104. package/public/vendor/monaco/dist/locale/es.js +318 -70
  105. package/public/vendor/monaco/dist/locale/fr.js +327 -79
  106. package/public/vendor/monaco/dist/locale/it.js +325 -77
  107. package/public/vendor/monaco/dist/locale/ja.js +337 -89
  108. package/public/vendor/monaco/dist/locale/ko.js +324 -76
  109. package/public/vendor/monaco/dist/locale/pl.js +322 -74
  110. package/public/vendor/monaco/dist/locale/pt-br.js +321 -73
  111. package/public/vendor/monaco/dist/locale/qps-ploc.js +1580 -1332
  112. package/public/vendor/monaco/dist/locale/ru.js +324 -76
  113. package/public/vendor/monaco/dist/locale/tr.js +326 -78
  114. package/public/vendor/monaco/dist/locale/zh-hans.js +328 -80
  115. package/public/vendor/monaco/dist/locale/zh-hant.js +321 -73
  116. package/public/vendor/monaco/dist/theme/forge.json +236 -0
  117. package/public/vendor/monaco/dist/theme/github-dark.json +348 -0
  118. package/public/vendor/monaco/dist/theme/github-light.json +348 -0
  119. package/public/vendor/monaco/dist/theme/nord.json +93 -0
  120. package/public/vendor/monaco/dist/ts.worker.js +1 -1
  121. package/public/vendor/monaco/dist/ts.worker.js.LICENSE.txt +14 -6
  122. package/public/vendor/vendor.js +9 -15
  123. /package/public/red/tours/{images → 3.0/images}/continuous-search.png +0 -0
  124. /package/public/red/tours/{images → 3.0/images}/debug-path-tooltip.png +0 -0
  125. /package/public/red/tours/{images → 3.0/images}/junction-quick-add.png +0 -0
  126. /package/public/red/tours/{images → 3.0/images}/junction-slice.gif +0 -0
  127. /package/public/red/tours/{images → 3.0/images}/split-wire-with-links.gif +0 -0
@@ -0,0 +1,236 @@
1
+ {
2
+ "base": "vs",
3
+ "inherit": true,
4
+ "rules": [
5
+ {
6
+ "background": "FFFFFF",
7
+ "token": ""
8
+ },
9
+ {
10
+ "foreground": "8e908c",
11
+ "token": "comment"
12
+ },
13
+ {
14
+ "foreground": "31959A",
15
+ "token": "keyword.operator.class"
16
+ },
17
+ {
18
+ "foreground": "31959A",
19
+ "token": "constant.other"
20
+ },
21
+ {
22
+ "foreground": "c82829",
23
+ "token": "variable"
24
+ },
25
+ {
26
+ "foreground": "c82829",
27
+ "token": "support.other.variable"
28
+ },
29
+ {
30
+ "foreground": "c82829",
31
+ "token": "string.other.link"
32
+ },
33
+ {
34
+ "foreground": "c82829",
35
+ "token": "string.regexp"
36
+ },
37
+ {
38
+ "foreground": "c82829",
39
+ "token": "entity.name.tag"
40
+ },
41
+ {
42
+ "foreground": "c82829",
43
+ "token": "entity.other.attribute-name"
44
+ },
45
+ {
46
+ "foreground": "c82829",
47
+ "token": "meta.tag"
48
+ },
49
+ {
50
+ "foreground": "c82829",
51
+ "token": "declaration.tag"
52
+ },
53
+ {
54
+ "foreground": "c82829",
55
+ "token": "markup.deleted.git_gutter"
56
+ },
57
+ {
58
+ "foreground": "f5871f",
59
+ "token": "constant.numeric"
60
+ },
61
+ {
62
+ "foreground": "f5871f",
63
+ "token": "constant.language"
64
+ },
65
+ {
66
+ "foreground": "f5871f",
67
+ "token": "support.constant"
68
+ },
69
+ {
70
+ "foreground": "f5871f",
71
+ "token": "constant.character"
72
+ },
73
+ {
74
+ "foreground": "f5871f",
75
+ "token": "variable.parameter"
76
+ },
77
+ {
78
+ "foreground": "f5871f",
79
+ "token": "punctuation.section.embedded"
80
+ },
81
+ {
82
+ "foreground": "f5871f",
83
+ "token": "keyword.other.unit"
84
+ },
85
+ {
86
+ "foreground": "c99e00",
87
+ "token": "entity.name.class"
88
+ },
89
+ {
90
+ "foreground": "c99e00",
91
+ "token": "entity.name.type.class"
92
+ },
93
+ {
94
+ "foreground": "c99e00",
95
+ "token": "support.type"
96
+ },
97
+ {
98
+ "foreground": "c99e00",
99
+ "token": "support.class"
100
+ },
101
+ {
102
+ "foreground": "ED4E4E",
103
+ "token": "string"
104
+ },
105
+ {
106
+ "foreground": "ED4E4E",
107
+ "token": "constant.other.symbol"
108
+ },
109
+ {
110
+ "foreground": "ED4E4E",
111
+ "token": "entity.other.inherited-class"
112
+ },
113
+ {
114
+ "foreground": "ED4E4E",
115
+ "token": "markup.heading"
116
+ },
117
+ {
118
+ "foreground": "718c00",
119
+ "token": "markup.inserted.git_gutter"
120
+ },
121
+ {
122
+ "foreground": "31959A",
123
+ "token": "keyword.operator"
124
+ },
125
+ {
126
+ "foreground": "31959A",
127
+ "token": "constant.other.color"
128
+ },
129
+ {
130
+ "foreground": "4271ae",
131
+ "token": "entity.name.function"
132
+ },
133
+ {
134
+ "foreground": "4271ae",
135
+ "token": "meta.function-call"
136
+ },
137
+ {
138
+ "foreground": "4271ae",
139
+ "token": "support.function"
140
+ },
141
+ {
142
+ "foreground": "4271ae",
143
+ "token": "keyword.other.special-method"
144
+ },
145
+ {
146
+ "foreground": "4271ae",
147
+ "token": "meta.block-level"
148
+ },
149
+ {
150
+ "foreground": "4271ae",
151
+ "token": "markup.changed.git_gutter"
152
+ },
153
+ {
154
+ "foreground": "31959A",
155
+ "token": "keyword"
156
+ },
157
+ {
158
+ "foreground": "8959a8",
159
+ "token": "storage"
160
+ },
161
+ {
162
+ "foreground": "8959a8",
163
+ "token": "storage.type"
164
+ },
165
+ {
166
+ "foreground": "ffffff",
167
+ "background": "c82829",
168
+ "token": "invalid"
169
+ },
170
+ {
171
+ "foreground": "ffffff",
172
+ "background": "4271ae",
173
+ "token": "meta.separator"
174
+ },
175
+ {
176
+ "foreground": "ffffff",
177
+ "background": "8959a8",
178
+ "token": "invalid.deprecated"
179
+ },
180
+ {
181
+ "foreground": "ffffff",
182
+ "token": "markup.inserted.diff"
183
+ },
184
+ {
185
+ "foreground": "ffffff",
186
+ "token": "markup.deleted.diff"
187
+ },
188
+ {
189
+ "foreground": "ffffff",
190
+ "token": "meta.diff.header.to-file"
191
+ },
192
+ {
193
+ "foreground": "ffffff",
194
+ "token": "meta.diff.header.from-file"
195
+ },
196
+ {
197
+ "background": "718c00",
198
+ "token": "markup.inserted.diff"
199
+ },
200
+ {
201
+ "background": "718c00",
202
+ "token": "meta.diff.header.to-file"
203
+ },
204
+ {
205
+ "background": "c82829",
206
+ "token": "markup.deleted.diff"
207
+ },
208
+ {
209
+ "background": "c82829",
210
+ "token": "meta.diff.header.from-file"
211
+ },
212
+ {
213
+ "foreground": "ffffff",
214
+ "background": "4271ae",
215
+ "token": "meta.diff.header.from-file"
216
+ },
217
+ {
218
+ "foreground": "ffffff",
219
+ "background": "4271ae",
220
+ "token": "meta.diff.header.to-file"
221
+ },
222
+ {
223
+ "foreground": "31959A",
224
+ "fontStyle": "italic",
225
+ "token": "meta.diff.range"
226
+ }
227
+ ],
228
+ "colors": {
229
+ "editor.foreground": "#4D4D4C",
230
+ "editor.background": "#FFFFFF",
231
+ "editor.selectionBackground": "#D6D6D6",
232
+ "editor.lineHighlightBackground": "#EFEFEF",
233
+ "editorCursor.foreground": "#AEAFAD",
234
+ "editorWhitespace.foreground": "#D1D1D1"
235
+ }
236
+ }
@@ -0,0 +1,348 @@
1
+ {
2
+ "base": "vs-dark",
3
+ "inherit": true,
4
+ "rules": [
5
+ {
6
+ "background": "24292e",
7
+ "token": ""
8
+ },
9
+ {
10
+ "foreground": "959da5",
11
+ "token": "comment"
12
+ },
13
+ {
14
+ "foreground": "959da5",
15
+ "token": "punctuation.definition.comment"
16
+ },
17
+ {
18
+ "foreground": "959da5",
19
+ "token": "string.comment"
20
+ },
21
+ {
22
+ "foreground": "c8e1ff",
23
+ "token": "constant"
24
+ },
25
+ {
26
+ "foreground": "c8e1ff",
27
+ "token": "entity.name.constant"
28
+ },
29
+ {
30
+ "foreground": "c8e1ff",
31
+ "token": "variable.other.constant"
32
+ },
33
+ {
34
+ "foreground": "c8e1ff",
35
+ "token": "variable.language"
36
+ },
37
+ {
38
+ "foreground": "b392f0",
39
+ "token": "entity"
40
+ },
41
+ {
42
+ "foreground": "b392f0",
43
+ "token": "entity.name"
44
+ },
45
+ {
46
+ "foreground": "f6f8fa",
47
+ "token": "variable.parameter.function"
48
+ },
49
+ {
50
+ "foreground": "7bcc72",
51
+ "token": "entity.name.tag"
52
+ },
53
+ {
54
+ "foreground": "ea4a5a",
55
+ "token": "keyword"
56
+ },
57
+ {
58
+ "foreground": "ea4a5a",
59
+ "token": "storage"
60
+ },
61
+ {
62
+ "foreground": "ea4a5a",
63
+ "token": "storage.type"
64
+ },
65
+ {
66
+ "foreground": "f6f8fa",
67
+ "token": "storage.modifier.package"
68
+ },
69
+ {
70
+ "foreground": "f6f8fa",
71
+ "token": "storage.modifier.import"
72
+ },
73
+ {
74
+ "foreground": "f6f8fa",
75
+ "token": "storage.type.java"
76
+ },
77
+ {
78
+ "foreground": "79b8ff",
79
+ "token": "string"
80
+ },
81
+ {
82
+ "foreground": "79b8ff",
83
+ "token": "punctuation.definition.string"
84
+ },
85
+ {
86
+ "foreground": "79b8ff",
87
+ "token": "string punctuation.section.embedded source"
88
+ },
89
+ {
90
+ "foreground": "c8e1ff",
91
+ "token": "support"
92
+ },
93
+ {
94
+ "foreground": "c8e1ff",
95
+ "token": "meta.property-name"
96
+ },
97
+ {
98
+ "foreground": "fb8532",
99
+ "token": "variable"
100
+ },
101
+ {
102
+ "foreground": "f6f8fa",
103
+ "token": "variable.other"
104
+ },
105
+ {
106
+ "foreground": "d73a49",
107
+ "fontStyle": "bold italic underline",
108
+ "token": "invalid.broken"
109
+ },
110
+ {
111
+ "foreground": "d73a49",
112
+ "fontStyle": "bold italic underline",
113
+ "token": "invalid.deprecated"
114
+ },
115
+ {
116
+ "foreground": "fafbfc",
117
+ "background": "d73a49",
118
+ "fontStyle": "italic underline",
119
+ "token": "invalid.illegal"
120
+ },
121
+ {
122
+ "foreground": "fafbfc",
123
+ "background": "d73a49",
124
+ "fontStyle": "italic underline",
125
+ "token": "carriage-return"
126
+ },
127
+ {
128
+ "foreground": "d73a49",
129
+ "fontStyle": "bold italic underline",
130
+ "token": "invalid.unimplemented"
131
+ },
132
+ {
133
+ "foreground": "d73a49",
134
+ "token": "message.error"
135
+ },
136
+ {
137
+ "foreground": "f6f8fa",
138
+ "token": "string source"
139
+ },
140
+ {
141
+ "foreground": "c8e1ff",
142
+ "token": "string variable"
143
+ },
144
+ {
145
+ "foreground": "79b8ff",
146
+ "token": "source.regexp"
147
+ },
148
+ {
149
+ "foreground": "79b8ff",
150
+ "token": "string.regexp"
151
+ },
152
+ {
153
+ "foreground": "79b8ff",
154
+ "token": "string.regexp.character-class"
155
+ },
156
+ {
157
+ "foreground": "79b8ff",
158
+ "token": "string.regexp constant.character.escape"
159
+ },
160
+ {
161
+ "foreground": "79b8ff",
162
+ "token": "string.regexp source.ruby.embedded"
163
+ },
164
+ {
165
+ "foreground": "79b8ff",
166
+ "token": "string.regexp string.regexp.arbitrary-repitition"
167
+ },
168
+ {
169
+ "foreground": "7bcc72",
170
+ "fontStyle": "bold",
171
+ "token": "string.regexp constant.character.escape"
172
+ },
173
+ {
174
+ "foreground": "c8e1ff",
175
+ "token": "support.constant"
176
+ },
177
+ {
178
+ "foreground": "c8e1ff",
179
+ "token": "support.variable"
180
+ },
181
+ {
182
+ "foreground": "c8e1ff",
183
+ "token": "meta.module-reference"
184
+ },
185
+ {
186
+ "foreground": "fb8532",
187
+ "token": "markup.list"
188
+ },
189
+ {
190
+ "foreground": "0366d6",
191
+ "fontStyle": "bold",
192
+ "token": "markup.heading"
193
+ },
194
+ {
195
+ "foreground": "0366d6",
196
+ "fontStyle": "bold",
197
+ "token": "markup.heading entity.name"
198
+ },
199
+ {
200
+ "foreground": "c8e1ff",
201
+ "token": "markup.quote"
202
+ },
203
+ {
204
+ "foreground": "f6f8fa",
205
+ "fontStyle": "italic",
206
+ "token": "markup.italic"
207
+ },
208
+ {
209
+ "foreground": "f6f8fa",
210
+ "fontStyle": "bold",
211
+ "token": "markup.bold"
212
+ },
213
+ {
214
+ "foreground": "c8e1ff",
215
+ "token": "markup.raw"
216
+ },
217
+ {
218
+ "foreground": "b31d28",
219
+ "background": "ffeef0",
220
+ "token": "markup.deleted"
221
+ },
222
+ {
223
+ "foreground": "b31d28",
224
+ "background": "ffeef0",
225
+ "token": "meta.diff.header.from-file"
226
+ },
227
+ {
228
+ "foreground": "b31d28",
229
+ "background": "ffeef0",
230
+ "token": "punctuation.definition.deleted"
231
+ },
232
+ {
233
+ "foreground": "176f2c",
234
+ "background": "f0fff4",
235
+ "token": "markup.inserted"
236
+ },
237
+ {
238
+ "foreground": "176f2c",
239
+ "background": "f0fff4",
240
+ "token": "meta.diff.header.to-file"
241
+ },
242
+ {
243
+ "foreground": "176f2c",
244
+ "background": "f0fff4",
245
+ "token": "punctuation.definition.inserted"
246
+ },
247
+ {
248
+ "foreground": "b08800",
249
+ "background": "fffdef",
250
+ "token": "markup.changed"
251
+ },
252
+ {
253
+ "foreground": "b08800",
254
+ "background": "fffdef",
255
+ "token": "punctuation.definition.changed"
256
+ },
257
+ {
258
+ "foreground": "2f363d",
259
+ "background": "959da5",
260
+ "token": "markup.ignored"
261
+ },
262
+ {
263
+ "foreground": "2f363d",
264
+ "background": "959da5",
265
+ "token": "markup.untracked"
266
+ },
267
+ {
268
+ "foreground": "b392f0",
269
+ "fontStyle": "bold",
270
+ "token": "meta.diff.range"
271
+ },
272
+ {
273
+ "foreground": "c8e1ff",
274
+ "token": "meta.diff.header"
275
+ },
276
+ {
277
+ "foreground": "0366d6",
278
+ "fontStyle": "bold",
279
+ "token": "meta.separator"
280
+ },
281
+ {
282
+ "foreground": "0366d6",
283
+ "token": "meta.output"
284
+ },
285
+ {
286
+ "foreground": "ffeef0",
287
+ "token": "brackethighlighter.tag"
288
+ },
289
+ {
290
+ "foreground": "ffeef0",
291
+ "token": "brackethighlighter.curly"
292
+ },
293
+ {
294
+ "foreground": "ffeef0",
295
+ "token": "brackethighlighter.round"
296
+ },
297
+ {
298
+ "foreground": "ffeef0",
299
+ "token": "brackethighlighter.square"
300
+ },
301
+ {
302
+ "foreground": "ffeef0",
303
+ "token": "brackethighlighter.angle"
304
+ },
305
+ {
306
+ "foreground": "ffeef0",
307
+ "token": "brackethighlighter.quote"
308
+ },
309
+ {
310
+ "foreground": "d73a49",
311
+ "token": "brackethighlighter.unmatched"
312
+ },
313
+ {
314
+ "foreground": "d73a49",
315
+ "token": "sublimelinter.mark.error"
316
+ },
317
+ {
318
+ "foreground": "fb8532",
319
+ "token": "sublimelinter.mark.warning"
320
+ },
321
+ {
322
+ "foreground": "6a737d",
323
+ "token": "sublimelinter.gutter-mark"
324
+ },
325
+ {
326
+ "foreground": "79b8ff",
327
+ "fontStyle": "underline",
328
+ "token": "constant.other.reference.link"
329
+ },
330
+ {
331
+ "foreground": "79b8ff",
332
+ "fontStyle": "underline",
333
+ "token": "string.other.link"
334
+ }
335
+ ],
336
+ "colors": {
337
+ "editor.foreground": "#f6f8fa",
338
+ "editor.background": "#24292e",
339
+ "editor.selectionBackground": "#4c2889",
340
+ "editor.inactiveSelectionBackground": "#444d56",
341
+ "editor.lineHighlightBackground": "#444d56",
342
+ "editorCursor.foreground": "#ffffff",
343
+ "editorWhitespace.foreground": "#6a737d",
344
+ "editorIndentGuide.background": "#6a737d",
345
+ "editorIndentGuide.activeBackground": "#f6f8fa",
346
+ "editor.selectionHighlightBorder": "#444d56"
347
+ }
348
+ }