@checkly/playwright-core 1.48.24 → 1.48.25

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 (51) hide show
  1. package/lib/generated/bindingsControllerSource.js +7 -0
  2. package/lib/generated/storageScriptSource.js +7 -0
  3. package/lib/server/har/harRecorder.js +3 -1
  4. package/lib/server/trace/recorder/tracing.js +9 -20
  5. package/lib/utils/fileUtils.js +65 -2
  6. package/lib/vite/{traceViewer/assets/codeMirrorModule-DZoSgqUd.js → recorder/assets/codeMirrorModule-xqJWdfrS.js} +1 -1
  7. package/lib/vite/recorder/assets/{index-BcaUAUCW.js → index-DDT9w7gI.js} +2 -2
  8. package/lib/vite/recorder/index.html +1 -1
  9. package/lib/vite/traceViewer/assets/codeMirrorModule-DblsdhjA.js +16449 -0
  10. package/lib/vite/traceViewer/assets/inspectorTab-DOc4D3cX.js +17361 -0
  11. package/lib/vite/traceViewer/assets/testServerConnection-D-tXL3sj.js +224 -0
  12. package/lib/vite/traceViewer/assets/workbench-DNolpp3y.js +1473 -0
  13. package/lib/vite/traceViewer/assets/xtermModule-DZP0glxx.js +5982 -0
  14. package/lib/vite/traceViewer/codeMirrorModule.Cy8X9Wtw.css +344 -0
  15. package/lib/vite/traceViewer/embedded.DeCrOtlO.js +106 -0
  16. package/lib/vite/traceViewer/embedded.DjZq4InJ.css +68 -0
  17. package/lib/vite/traceViewer/embedded.html +3 -3
  18. package/lib/vite/traceViewer/index.CM_h9lHr.js +197 -0
  19. package/lib/vite/traceViewer/index.QanXxRUb.css +131 -0
  20. package/lib/vite/traceViewer/index.html +3 -3
  21. package/lib/vite/traceViewer/inspectorTab.DGJWXOSd.css +3145 -0
  22. package/lib/vite/traceViewer/recorder.DBDpiNOK.css +15 -0
  23. package/lib/vite/traceViewer/recorder.Fwf59ZKh.js +551 -0
  24. package/lib/vite/traceViewer/recorder.html +2 -2
  25. package/lib/vite/traceViewer/uiMode.CYBsUhm_.js +1724 -0
  26. package/lib/vite/traceViewer/uiMode.DRmgrHSk.css +1462 -0
  27. package/lib/vite/traceViewer/uiMode.html +3 -3
  28. package/lib/vite/traceViewer/workbench.BQNDbcQ0.css +550 -0
  29. package/lib/vite/traceViewer/xtermModule.4oRVGWQ-.css +209 -0
  30. package/package.json +1 -1
  31. package/lib/vite/recorder/assets/codeMirrorModule-CR6kB851.js +0 -24
  32. package/lib/vite/traceViewer/assets/codeMirrorModule-Bh1rfd2w.js +0 -24
  33. package/lib/vite/traceViewer/assets/codeMirrorModule-xvopPhZ4.js +0 -24
  34. package/lib/vite/traceViewer/assets/inspectorTab-7GHnKvSD.js +0 -64
  35. package/lib/vite/traceViewer/assets/inspectorTab-BHcfR9dD.js +0 -64
  36. package/lib/vite/traceViewer/assets/inspectorTab-wfvwpMHs.js +0 -64
  37. package/lib/vite/traceViewer/assets/workbench-C6nMfKVy.js +0 -9
  38. package/lib/vite/traceViewer/assets/workbench-DZqNXdoV.js +0 -9
  39. package/lib/vite/traceViewer/assets/workbench-LKskf2Iy.js +0 -9
  40. package/lib/vite/traceViewer/embedded.BXYl5zRv.js +0 -2
  41. package/lib/vite/traceViewer/embedded.CShPz96b.js +0 -2
  42. package/lib/vite/traceViewer/embedded.Dxe2heQk.js +0 -2
  43. package/lib/vite/traceViewer/index.BZ9CE8t3.js +0 -2
  44. package/lib/vite/traceViewer/index.CB297BuW.js +0 -2
  45. package/lib/vite/traceViewer/index.DZkJsFod.js +0 -2
  46. package/lib/vite/traceViewer/recorder.BVExlUUk.js +0 -2
  47. package/lib/vite/traceViewer/recorder.C4zxcvd2.js +0 -2
  48. package/lib/vite/traceViewer/recorder.C88JDknq.js +0 -2
  49. package/lib/vite/traceViewer/uiMode.2tr9k625.js +0 -5
  50. package/lib/vite/traceViewer/uiMode.DXa41vt9.js +0 -5
  51. package/lib/vite/traceViewer/uiMode.DjTS7tqC.js +0 -5
@@ -0,0 +1,3145 @@
1
+ /*
2
+ Copyright (c) Microsoft Corporation.
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
+ */
16
+
17
+ :root {
18
+ color-scheme: light dark;
19
+ }
20
+
21
+ body {
22
+ --transparent-blue: #2196F355;
23
+ --light-pink: #ff69b460;
24
+ --gray: #888888;
25
+ --sidebar-width: 250px;
26
+ --box-shadow: rgba(0, 0, 0, 0.133) 0px 1.6px 3.6px 0px, rgba(0, 0, 0, 0.11) 0px 0.3px 0.9px 0px;
27
+ }
28
+
29
+ html, body {
30
+ width: 100%;
31
+ height: 100%;
32
+ padding: 0;
33
+ margin: 0;
34
+ overflow: hidden;
35
+ display: flex;
36
+ overscroll-behavior-x: none;
37
+ }
38
+
39
+ #root {
40
+ width: 100%;
41
+ height: 100%;
42
+ display: flex;
43
+ }
44
+
45
+ body, dialog {
46
+ background-color: var(--vscode-panel-background);
47
+ color: var(--vscode-foreground);
48
+ font-family: var(--vscode-font-family);
49
+ font-weight: var(--vscode-font-weight);
50
+ font-size: var(--vscode-font-size);
51
+ -webkit-font-smoothing: antialiased;
52
+ }
53
+
54
+ a {
55
+ color: var(--vscode-textLink-foreground);
56
+ }
57
+
58
+ dialog {
59
+ border: none;
60
+ padding: 0;
61
+ box-shadow: var(--box-shadow);
62
+ line-height: 28px;
63
+ max-width: 400px;
64
+ }
65
+
66
+ dialog .title {
67
+ display: flex;
68
+ align-items: center;
69
+ margin: 0;
70
+ padding: 0 5px;
71
+ height: 32px;
72
+ background-color: var(--vscode-sideBar-background);
73
+ max-width: 400px;
74
+ }
75
+
76
+ dialog .title .codicon {
77
+ margin-right: 3px;
78
+ }
79
+
80
+ dialog .body {
81
+ padding: 10px;
82
+ text-align: center;
83
+ }
84
+
85
+ .button {
86
+ color: var(--vscode-button-foreground);
87
+ background: var(--vscode-button-background);
88
+ margin: 10px;
89
+ border: none;
90
+ height: 28px;
91
+ min-width: 40px;
92
+ cursor: pointer;
93
+ user-select: none;
94
+ }
95
+
96
+ .button:focus {
97
+ outline: 1px solid var(--vscode-focusBorder);
98
+ }
99
+
100
+ .button:hover {
101
+ background: var(--vscode-button-hoverBackground);
102
+ }
103
+
104
+ .button.secondary {
105
+ color: var(--vscode-button-secondaryForeground);
106
+ background: var(--vscode-button-secondaryBackground);
107
+ }
108
+
109
+ .button.secondary:hover {
110
+ background: var(--vscode-button-secondaryHoverBackground);
111
+ }
112
+
113
+ * {
114
+ box-sizing: border-box;
115
+ min-width: 0;
116
+ min-height: 0;
117
+ }
118
+
119
+ *[hidden],
120
+ .hidden {
121
+ display: none !important;
122
+ }
123
+
124
+ .invisible {
125
+ visibility: hidden !important;
126
+ }
127
+
128
+ svg {
129
+ fill: currentColor;
130
+ }
131
+
132
+ .vbox {
133
+ display: flex;
134
+ flex-direction: column;
135
+ flex: auto;
136
+ position: relative;
137
+ }
138
+
139
+ .fill {
140
+ position: absolute;
141
+ top: 0;
142
+ right: 0;
143
+ bottom: 0;
144
+ left: 0;
145
+ }
146
+
147
+ .hbox {
148
+ display: flex;
149
+ flex: auto;
150
+ position: relative;
151
+ }
152
+
153
+ .spacer {
154
+ flex: auto;
155
+ }
156
+
157
+ .codicon-check {
158
+ color: var(--vscode-charts-green);
159
+ }
160
+
161
+ .codicon-error {
162
+ color: var(--vscode-errorForeground);
163
+ }
164
+
165
+ .codicon-warning {
166
+ color: var(--vscode-list-warningForeground);
167
+ }
168
+
169
+ .codicon-circle-outline {
170
+ color: var(--vscode-disabledForeground);
171
+ }
172
+
173
+ input[type=text], input[type=search] {
174
+ color: var(--vscode-input-foreground);
175
+ background-color: var(--vscode-input-background);
176
+ border: none;
177
+ outline: none;
178
+ }
179
+
180
+ body.dark-mode ::-webkit-scrollbar {
181
+ width: 10px;
182
+ }
183
+
184
+ body.dark-mode ::-webkit-scrollbar-thumb {
185
+ background-color: #555;
186
+ }
187
+
188
+ body.dark-mode ::-webkit-scrollbar-track {
189
+ background-color: #333;
190
+ }
191
+
192
+ body.dark-mode ::-webkit-scrollbar-thumb:hover {
193
+ background-color: #777;
194
+ }
195
+
196
+ body.dark-mode ::-webkit-scrollbar-track:hover {
197
+ background-color: #444;
198
+ }
199
+
200
+ .codicon-loading {
201
+ animation: spin 1s infinite linear;
202
+ }
203
+
204
+ ::placeholder {
205
+ color: var(--vscode-input-placeholderForeground);
206
+ }
207
+
208
+ @keyframes spin {
209
+ 100% {
210
+ transform: rotate(360deg);
211
+ }
212
+ }
213
+ /*---------------------------------------------------------------------------------------------
214
+ * Copyright (c) Microsoft Corporation. All rights reserved.
215
+ * Licensed under the MIT License. See License.txt in the project root for license information.
216
+ *--------------------------------------------------------------------------------------------*/
217
+
218
+ @font-face {
219
+ font-family: "codicon";
220
+ src: url("./codicon.DCmgc-ay.ttf") format("truetype");
221
+ }
222
+
223
+ .codicon {
224
+ font: normal normal normal 16px/1 codicon;
225
+ flex: none;
226
+ display: inline-block;
227
+ text-decoration: none;
228
+ text-rendering: auto;
229
+ text-align: center;
230
+ -webkit-font-smoothing: antialiased;
231
+ -moz-osx-font-smoothing: grayscale;
232
+ -webkit-user-select: none;
233
+ -moz-user-select: none;
234
+ -ms-user-select: none;
235
+ user-select: none;
236
+ }
237
+
238
+ .codicon-add:before { content: '\ea60'; }
239
+ .codicon-plus:before { content: '\ea60'; }
240
+ .codicon-gist-new:before { content: '\ea60'; }
241
+ .codicon-repo-create:before { content: '\ea60'; }
242
+ .codicon-lightbulb:before { content: '\ea61'; }
243
+ .codicon-light-bulb:before { content: '\ea61'; }
244
+ .codicon-repo:before { content: '\ea62'; }
245
+ .codicon-repo-delete:before { content: '\ea62'; }
246
+ .codicon-gist-fork:before { content: '\ea63'; }
247
+ .codicon-repo-forked:before { content: '\ea63'; }
248
+ .codicon-git-pull-request:before { content: '\ea64'; }
249
+ .codicon-git-pull-request-abandoned:before { content: '\ea64'; }
250
+ .codicon-record-keys:before { content: '\ea65'; }
251
+ .codicon-keyboard:before { content: '\ea65'; }
252
+ .codicon-tag:before { content: '\ea66'; }
253
+ .codicon-git-pull-request-label:before { content: '\ea66'; }
254
+ .codicon-tag-add:before { content: '\ea66'; }
255
+ .codicon-tag-remove:before { content: '\ea66'; }
256
+ .codicon-person:before { content: '\ea67'; }
257
+ .codicon-person-follow:before { content: '\ea67'; }
258
+ .codicon-person-outline:before { content: '\ea67'; }
259
+ .codicon-person-filled:before { content: '\ea67'; }
260
+ .codicon-git-branch:before { content: '\ea68'; }
261
+ .codicon-git-branch-create:before { content: '\ea68'; }
262
+ .codicon-git-branch-delete:before { content: '\ea68'; }
263
+ .codicon-source-control:before { content: '\ea68'; }
264
+ .codicon-mirror:before { content: '\ea69'; }
265
+ .codicon-mirror-public:before { content: '\ea69'; }
266
+ .codicon-star:before { content: '\ea6a'; }
267
+ .codicon-star-add:before { content: '\ea6a'; }
268
+ .codicon-star-delete:before { content: '\ea6a'; }
269
+ .codicon-star-empty:before { content: '\ea6a'; }
270
+ .codicon-comment:before { content: '\ea6b'; }
271
+ .codicon-comment-add:before { content: '\ea6b'; }
272
+ .codicon-alert:before { content: '\ea6c'; }
273
+ .codicon-warning:before { content: '\ea6c'; }
274
+ .codicon-search:before { content: '\ea6d'; }
275
+ .codicon-search-save:before { content: '\ea6d'; }
276
+ .codicon-log-out:before { content: '\ea6e'; }
277
+ .codicon-sign-out:before { content: '\ea6e'; }
278
+ .codicon-log-in:before { content: '\ea6f'; }
279
+ .codicon-sign-in:before { content: '\ea6f'; }
280
+ .codicon-eye:before { content: '\ea70'; }
281
+ .codicon-eye-unwatch:before { content: '\ea70'; }
282
+ .codicon-eye-watch:before { content: '\ea70'; }
283
+ .codicon-circle-filled:before { content: '\ea71'; }
284
+ .codicon-primitive-dot:before { content: '\ea71'; }
285
+ .codicon-close-dirty:before { content: '\ea71'; }
286
+ .codicon-debug-breakpoint:before { content: '\ea71'; }
287
+ .codicon-debug-breakpoint-disabled:before { content: '\ea71'; }
288
+ .codicon-debug-hint:before { content: '\ea71'; }
289
+ .codicon-terminal-decoration-success:before { content: '\ea71'; }
290
+ .codicon-primitive-square:before { content: '\ea72'; }
291
+ .codicon-edit:before { content: '\ea73'; }
292
+ .codicon-pencil:before { content: '\ea73'; }
293
+ .codicon-info:before { content: '\ea74'; }
294
+ .codicon-issue-opened:before { content: '\ea74'; }
295
+ .codicon-gist-private:before { content: '\ea75'; }
296
+ .codicon-git-fork-private:before { content: '\ea75'; }
297
+ .codicon-lock:before { content: '\ea75'; }
298
+ .codicon-mirror-private:before { content: '\ea75'; }
299
+ .codicon-close:before { content: '\ea76'; }
300
+ .codicon-remove-close:before { content: '\ea76'; }
301
+ .codicon-x:before { content: '\ea76'; }
302
+ .codicon-repo-sync:before { content: '\ea77'; }
303
+ .codicon-sync:before { content: '\ea77'; }
304
+ .codicon-clone:before { content: '\ea78'; }
305
+ .codicon-desktop-download:before { content: '\ea78'; }
306
+ .codicon-beaker:before { content: '\ea79'; }
307
+ .codicon-microscope:before { content: '\ea79'; }
308
+ .codicon-vm:before { content: '\ea7a'; }
309
+ .codicon-device-desktop:before { content: '\ea7a'; }
310
+ .codicon-file:before { content: '\ea7b'; }
311
+ .codicon-file-text:before { content: '\ea7b'; }
312
+ .codicon-more:before { content: '\ea7c'; }
313
+ .codicon-ellipsis:before { content: '\ea7c'; }
314
+ .codicon-kebab-horizontal:before { content: '\ea7c'; }
315
+ .codicon-mail-reply:before { content: '\ea7d'; }
316
+ .codicon-reply:before { content: '\ea7d'; }
317
+ .codicon-organization:before { content: '\ea7e'; }
318
+ .codicon-organization-filled:before { content: '\ea7e'; }
319
+ .codicon-organization-outline:before { content: '\ea7e'; }
320
+ .codicon-new-file:before { content: '\ea7f'; }
321
+ .codicon-file-add:before { content: '\ea7f'; }
322
+ .codicon-new-folder:before { content: '\ea80'; }
323
+ .codicon-file-directory-create:before { content: '\ea80'; }
324
+ .codicon-trash:before { content: '\ea81'; }
325
+ .codicon-trashcan:before { content: '\ea81'; }
326
+ .codicon-history:before { content: '\ea82'; }
327
+ .codicon-clock:before { content: '\ea82'; }
328
+ .codicon-folder:before { content: '\ea83'; }
329
+ .codicon-file-directory:before { content: '\ea83'; }
330
+ .codicon-symbol-folder:before { content: '\ea83'; }
331
+ .codicon-logo-github:before { content: '\ea84'; }
332
+ .codicon-mark-github:before { content: '\ea84'; }
333
+ .codicon-github:before { content: '\ea84'; }
334
+ .codicon-terminal:before { content: '\ea85'; }
335
+ .codicon-console:before { content: '\ea85'; }
336
+ .codicon-repl:before { content: '\ea85'; }
337
+ .codicon-zap:before { content: '\ea86'; }
338
+ .codicon-symbol-event:before { content: '\ea86'; }
339
+ .codicon-error:before { content: '\ea87'; }
340
+ .codicon-stop:before { content: '\ea87'; }
341
+ .codicon-variable:before { content: '\ea88'; }
342
+ .codicon-symbol-variable:before { content: '\ea88'; }
343
+ .codicon-array:before { content: '\ea8a'; }
344
+ .codicon-symbol-array:before { content: '\ea8a'; }
345
+ .codicon-symbol-module:before { content: '\ea8b'; }
346
+ .codicon-symbol-package:before { content: '\ea8b'; }
347
+ .codicon-symbol-namespace:before { content: '\ea8b'; }
348
+ .codicon-symbol-object:before { content: '\ea8b'; }
349
+ .codicon-symbol-method:before { content: '\ea8c'; }
350
+ .codicon-symbol-function:before { content: '\ea8c'; }
351
+ .codicon-symbol-constructor:before { content: '\ea8c'; }
352
+ .codicon-symbol-boolean:before { content: '\ea8f'; }
353
+ .codicon-symbol-null:before { content: '\ea8f'; }
354
+ .codicon-symbol-numeric:before { content: '\ea90'; }
355
+ .codicon-symbol-number:before { content: '\ea90'; }
356
+ .codicon-symbol-structure:before { content: '\ea91'; }
357
+ .codicon-symbol-struct:before { content: '\ea91'; }
358
+ .codicon-symbol-parameter:before { content: '\ea92'; }
359
+ .codicon-symbol-type-parameter:before { content: '\ea92'; }
360
+ .codicon-symbol-key:before { content: '\ea93'; }
361
+ .codicon-symbol-text:before { content: '\ea93'; }
362
+ .codicon-symbol-reference:before { content: '\ea94'; }
363
+ .codicon-go-to-file:before { content: '\ea94'; }
364
+ .codicon-symbol-enum:before { content: '\ea95'; }
365
+ .codicon-symbol-value:before { content: '\ea95'; }
366
+ .codicon-symbol-ruler:before { content: '\ea96'; }
367
+ .codicon-symbol-unit:before { content: '\ea96'; }
368
+ .codicon-activate-breakpoints:before { content: '\ea97'; }
369
+ .codicon-archive:before { content: '\ea98'; }
370
+ .codicon-arrow-both:before { content: '\ea99'; }
371
+ .codicon-arrow-down:before { content: '\ea9a'; }
372
+ .codicon-arrow-left:before { content: '\ea9b'; }
373
+ .codicon-arrow-right:before { content: '\ea9c'; }
374
+ .codicon-arrow-small-down:before { content: '\ea9d'; }
375
+ .codicon-arrow-small-left:before { content: '\ea9e'; }
376
+ .codicon-arrow-small-right:before { content: '\ea9f'; }
377
+ .codicon-arrow-small-up:before { content: '\eaa0'; }
378
+ .codicon-arrow-up:before { content: '\eaa1'; }
379
+ .codicon-bell:before { content: '\eaa2'; }
380
+ .codicon-bold:before { content: '\eaa3'; }
381
+ .codicon-book:before { content: '\eaa4'; }
382
+ .codicon-bookmark:before { content: '\eaa5'; }
383
+ .codicon-debug-breakpoint-conditional-unverified:before { content: '\eaa6'; }
384
+ .codicon-debug-breakpoint-conditional:before { content: '\eaa7'; }
385
+ .codicon-debug-breakpoint-conditional-disabled:before { content: '\eaa7'; }
386
+ .codicon-debug-breakpoint-data-unverified:before { content: '\eaa8'; }
387
+ .codicon-debug-breakpoint-data:before { content: '\eaa9'; }
388
+ .codicon-debug-breakpoint-data-disabled:before { content: '\eaa9'; }
389
+ .codicon-debug-breakpoint-log-unverified:before { content: '\eaaa'; }
390
+ .codicon-debug-breakpoint-log:before { content: '\eaab'; }
391
+ .codicon-debug-breakpoint-log-disabled:before { content: '\eaab'; }
392
+ .codicon-briefcase:before { content: '\eaac'; }
393
+ .codicon-broadcast:before { content: '\eaad'; }
394
+ .codicon-browser:before { content: '\eaae'; }
395
+ .codicon-bug:before { content: '\eaaf'; }
396
+ .codicon-calendar:before { content: '\eab0'; }
397
+ .codicon-case-sensitive:before { content: '\eab1'; }
398
+ .codicon-check:before { content: '\eab2'; }
399
+ .codicon-checklist:before { content: '\eab3'; }
400
+ .codicon-chevron-down:before { content: '\eab4'; }
401
+ .codicon-chevron-left:before { content: '\eab5'; }
402
+ .codicon-chevron-right:before { content: '\eab6'; }
403
+ .codicon-chevron-up:before { content: '\eab7'; }
404
+ .codicon-chrome-close:before { content: '\eab8'; }
405
+ .codicon-chrome-maximize:before { content: '\eab9'; }
406
+ .codicon-chrome-minimize:before { content: '\eaba'; }
407
+ .codicon-chrome-restore:before { content: '\eabb'; }
408
+ .codicon-circle-outline:before { content: '\eabc'; }
409
+ .codicon-circle:before { content: '\eabc'; }
410
+ .codicon-debug-breakpoint-unverified:before { content: '\eabc'; }
411
+ .codicon-terminal-decoration-incomplete:before { content: '\eabc'; }
412
+ .codicon-circle-slash:before { content: '\eabd'; }
413
+ .codicon-circuit-board:before { content: '\eabe'; }
414
+ .codicon-clear-all:before { content: '\eabf'; }
415
+ .codicon-clippy:before { content: '\eac0'; }
416
+ .codicon-close-all:before { content: '\eac1'; }
417
+ .codicon-cloud-download:before { content: '\eac2'; }
418
+ .codicon-cloud-upload:before { content: '\eac3'; }
419
+ .codicon-code:before { content: '\eac4'; }
420
+ .codicon-collapse-all:before { content: '\eac5'; }
421
+ .codicon-color-mode:before { content: '\eac6'; }
422
+ .codicon-comment-discussion:before { content: '\eac7'; }
423
+ .codicon-credit-card:before { content: '\eac9'; }
424
+ .codicon-dash:before { content: '\eacc'; }
425
+ .codicon-dashboard:before { content: '\eacd'; }
426
+ .codicon-database:before { content: '\eace'; }
427
+ .codicon-debug-continue:before { content: '\eacf'; }
428
+ .codicon-debug-disconnect:before { content: '\ead0'; }
429
+ .codicon-debug-pause:before { content: '\ead1'; }
430
+ .codicon-debug-restart:before { content: '\ead2'; }
431
+ .codicon-debug-start:before { content: '\ead3'; }
432
+ .codicon-debug-step-into:before { content: '\ead4'; }
433
+ .codicon-debug-step-out:before { content: '\ead5'; }
434
+ .codicon-debug-step-over:before { content: '\ead6'; }
435
+ .codicon-debug-stop:before { content: '\ead7'; }
436
+ .codicon-debug:before { content: '\ead8'; }
437
+ .codicon-device-camera-video:before { content: '\ead9'; }
438
+ .codicon-device-camera:before { content: '\eada'; }
439
+ .codicon-device-mobile:before { content: '\eadb'; }
440
+ .codicon-diff-added:before { content: '\eadc'; }
441
+ .codicon-diff-ignored:before { content: '\eadd'; }
442
+ .codicon-diff-modified:before { content: '\eade'; }
443
+ .codicon-diff-removed:before { content: '\eadf'; }
444
+ .codicon-diff-renamed:before { content: '\eae0'; }
445
+ .codicon-diff:before { content: '\eae1'; }
446
+ .codicon-diff-sidebyside:before { content: '\eae1'; }
447
+ .codicon-discard:before { content: '\eae2'; }
448
+ .codicon-editor-layout:before { content: '\eae3'; }
449
+ .codicon-empty-window:before { content: '\eae4'; }
450
+ .codicon-exclude:before { content: '\eae5'; }
451
+ .codicon-extensions:before { content: '\eae6'; }
452
+ .codicon-eye-closed:before { content: '\eae7'; }
453
+ .codicon-file-binary:before { content: '\eae8'; }
454
+ .codicon-file-code:before { content: '\eae9'; }
455
+ .codicon-file-media:before { content: '\eaea'; }
456
+ .codicon-file-pdf:before { content: '\eaeb'; }
457
+ .codicon-file-submodule:before { content: '\eaec'; }
458
+ .codicon-file-symlink-directory:before { content: '\eaed'; }
459
+ .codicon-file-symlink-file:before { content: '\eaee'; }
460
+ .codicon-file-zip:before { content: '\eaef'; }
461
+ .codicon-files:before { content: '\eaf0'; }
462
+ .codicon-filter:before { content: '\eaf1'; }
463
+ .codicon-flame:before { content: '\eaf2'; }
464
+ .codicon-fold-down:before { content: '\eaf3'; }
465
+ .codicon-fold-up:before { content: '\eaf4'; }
466
+ .codicon-fold:before { content: '\eaf5'; }
467
+ .codicon-folder-active:before { content: '\eaf6'; }
468
+ .codicon-folder-opened:before { content: '\eaf7'; }
469
+ .codicon-gear:before { content: '\eaf8'; }
470
+ .codicon-gift:before { content: '\eaf9'; }
471
+ .codicon-gist-secret:before { content: '\eafa'; }
472
+ .codicon-gist:before { content: '\eafb'; }
473
+ .codicon-git-commit:before { content: '\eafc'; }
474
+ .codicon-git-compare:before { content: '\eafd'; }
475
+ .codicon-compare-changes:before { content: '\eafd'; }
476
+ .codicon-git-merge:before { content: '\eafe'; }
477
+ .codicon-github-action:before { content: '\eaff'; }
478
+ .codicon-github-alt:before { content: '\eb00'; }
479
+ .codicon-globe:before { content: '\eb01'; }
480
+ .codicon-grabber:before { content: '\eb02'; }
481
+ .codicon-graph:before { content: '\eb03'; }
482
+ .codicon-gripper:before { content: '\eb04'; }
483
+ .codicon-heart:before { content: '\eb05'; }
484
+ .codicon-home:before { content: '\eb06'; }
485
+ .codicon-horizontal-rule:before { content: '\eb07'; }
486
+ .codicon-hubot:before { content: '\eb08'; }
487
+ .codicon-inbox:before { content: '\eb09'; }
488
+ .codicon-issue-reopened:before { content: '\eb0b'; }
489
+ .codicon-issues:before { content: '\eb0c'; }
490
+ .codicon-italic:before { content: '\eb0d'; }
491
+ .codicon-jersey:before { content: '\eb0e'; }
492
+ .codicon-json:before { content: '\eb0f'; }
493
+ .codicon-kebab-vertical:before { content: '\eb10'; }
494
+ .codicon-key:before { content: '\eb11'; }
495
+ .codicon-law:before { content: '\eb12'; }
496
+ .codicon-lightbulb-autofix:before { content: '\eb13'; }
497
+ .codicon-link-external:before { content: '\eb14'; }
498
+ .codicon-link:before { content: '\eb15'; }
499
+ .codicon-list-ordered:before { content: '\eb16'; }
500
+ .codicon-list-unordered:before { content: '\eb17'; }
501
+ .codicon-live-share:before { content: '\eb18'; }
502
+ .codicon-loading:before { content: '\eb19'; }
503
+ .codicon-location:before { content: '\eb1a'; }
504
+ .codicon-mail-read:before { content: '\eb1b'; }
505
+ .codicon-mail:before { content: '\eb1c'; }
506
+ .codicon-markdown:before { content: '\eb1d'; }
507
+ .codicon-megaphone:before { content: '\eb1e'; }
508
+ .codicon-mention:before { content: '\eb1f'; }
509
+ .codicon-milestone:before { content: '\eb20'; }
510
+ .codicon-git-pull-request-milestone:before { content: '\eb20'; }
511
+ .codicon-mortar-board:before { content: '\eb21'; }
512
+ .codicon-move:before { content: '\eb22'; }
513
+ .codicon-multiple-windows:before { content: '\eb23'; }
514
+ .codicon-mute:before { content: '\eb24'; }
515
+ .codicon-no-newline:before { content: '\eb25'; }
516
+ .codicon-note:before { content: '\eb26'; }
517
+ .codicon-octoface:before { content: '\eb27'; }
518
+ .codicon-open-preview:before { content: '\eb28'; }
519
+ .codicon-package:before { content: '\eb29'; }
520
+ .codicon-paintcan:before { content: '\eb2a'; }
521
+ .codicon-pin:before { content: '\eb2b'; }
522
+ .codicon-play:before { content: '\eb2c'; }
523
+ .codicon-run:before { content: '\eb2c'; }
524
+ .codicon-plug:before { content: '\eb2d'; }
525
+ .codicon-preserve-case:before { content: '\eb2e'; }
526
+ .codicon-preview:before { content: '\eb2f'; }
527
+ .codicon-project:before { content: '\eb30'; }
528
+ .codicon-pulse:before { content: '\eb31'; }
529
+ .codicon-question:before { content: '\eb32'; }
530
+ .codicon-quote:before { content: '\eb33'; }
531
+ .codicon-radio-tower:before { content: '\eb34'; }
532
+ .codicon-reactions:before { content: '\eb35'; }
533
+ .codicon-references:before { content: '\eb36'; }
534
+ .codicon-refresh:before { content: '\eb37'; }
535
+ .codicon-regex:before { content: '\eb38'; }
536
+ .codicon-remote-explorer:before { content: '\eb39'; }
537
+ .codicon-remote:before { content: '\eb3a'; }
538
+ .codicon-remove:before { content: '\eb3b'; }
539
+ .codicon-replace-all:before { content: '\eb3c'; }
540
+ .codicon-replace:before { content: '\eb3d'; }
541
+ .codicon-repo-clone:before { content: '\eb3e'; }
542
+ .codicon-repo-force-push:before { content: '\eb3f'; }
543
+ .codicon-repo-pull:before { content: '\eb40'; }
544
+ .codicon-repo-push:before { content: '\eb41'; }
545
+ .codicon-report:before { content: '\eb42'; }
546
+ .codicon-request-changes:before { content: '\eb43'; }
547
+ .codicon-rocket:before { content: '\eb44'; }
548
+ .codicon-root-folder-opened:before { content: '\eb45'; }
549
+ .codicon-root-folder:before { content: '\eb46'; }
550
+ .codicon-rss:before { content: '\eb47'; }
551
+ .codicon-ruby:before { content: '\eb48'; }
552
+ .codicon-save-all:before { content: '\eb49'; }
553
+ .codicon-save-as:before { content: '\eb4a'; }
554
+ .codicon-save:before { content: '\eb4b'; }
555
+ .codicon-screen-full:before { content: '\eb4c'; }
556
+ .codicon-screen-normal:before { content: '\eb4d'; }
557
+ .codicon-search-stop:before { content: '\eb4e'; }
558
+ .codicon-server:before { content: '\eb50'; }
559
+ .codicon-settings-gear:before { content: '\eb51'; }
560
+ .codicon-settings:before { content: '\eb52'; }
561
+ .codicon-shield:before { content: '\eb53'; }
562
+ .codicon-smiley:before { content: '\eb54'; }
563
+ .codicon-sort-precedence:before { content: '\eb55'; }
564
+ .codicon-split-horizontal:before { content: '\eb56'; }
565
+ .codicon-split-vertical:before { content: '\eb57'; }
566
+ .codicon-squirrel:before { content: '\eb58'; }
567
+ .codicon-star-full:before { content: '\eb59'; }
568
+ .codicon-star-half:before { content: '\eb5a'; }
569
+ .codicon-symbol-class:before { content: '\eb5b'; }
570
+ .codicon-symbol-color:before { content: '\eb5c'; }
571
+ .codicon-symbol-constant:before { content: '\eb5d'; }
572
+ .codicon-symbol-enum-member:before { content: '\eb5e'; }
573
+ .codicon-symbol-field:before { content: '\eb5f'; }
574
+ .codicon-symbol-file:before { content: '\eb60'; }
575
+ .codicon-symbol-interface:before { content: '\eb61'; }
576
+ .codicon-symbol-keyword:before { content: '\eb62'; }
577
+ .codicon-symbol-misc:before { content: '\eb63'; }
578
+ .codicon-symbol-operator:before { content: '\eb64'; }
579
+ .codicon-symbol-property:before { content: '\eb65'; }
580
+ .codicon-wrench:before { content: '\eb65'; }
581
+ .codicon-wrench-subaction:before { content: '\eb65'; }
582
+ .codicon-symbol-snippet:before { content: '\eb66'; }
583
+ .codicon-tasklist:before { content: '\eb67'; }
584
+ .codicon-telescope:before { content: '\eb68'; }
585
+ .codicon-text-size:before { content: '\eb69'; }
586
+ .codicon-three-bars:before { content: '\eb6a'; }
587
+ .codicon-thumbsdown:before { content: '\eb6b'; }
588
+ .codicon-thumbsup:before { content: '\eb6c'; }
589
+ .codicon-tools:before { content: '\eb6d'; }
590
+ .codicon-triangle-down:before { content: '\eb6e'; }
591
+ .codicon-triangle-left:before { content: '\eb6f'; }
592
+ .codicon-triangle-right:before { content: '\eb70'; }
593
+ .codicon-triangle-up:before { content: '\eb71'; }
594
+ .codicon-twitter:before { content: '\eb72'; }
595
+ .codicon-unfold:before { content: '\eb73'; }
596
+ .codicon-unlock:before { content: '\eb74'; }
597
+ .codicon-unmute:before { content: '\eb75'; }
598
+ .codicon-unverified:before { content: '\eb76'; }
599
+ .codicon-verified:before { content: '\eb77'; }
600
+ .codicon-versions:before { content: '\eb78'; }
601
+ .codicon-vm-active:before { content: '\eb79'; }
602
+ .codicon-vm-outline:before { content: '\eb7a'; }
603
+ .codicon-vm-running:before { content: '\eb7b'; }
604
+ .codicon-watch:before { content: '\eb7c'; }
605
+ .codicon-whitespace:before { content: '\eb7d'; }
606
+ .codicon-whole-word:before { content: '\eb7e'; }
607
+ .codicon-window:before { content: '\eb7f'; }
608
+ .codicon-word-wrap:before { content: '\eb80'; }
609
+ .codicon-zoom-in:before { content: '\eb81'; }
610
+ .codicon-zoom-out:before { content: '\eb82'; }
611
+ .codicon-list-filter:before { content: '\eb83'; }
612
+ .codicon-list-flat:before { content: '\eb84'; }
613
+ .codicon-list-selection:before { content: '\eb85'; }
614
+ .codicon-selection:before { content: '\eb85'; }
615
+ .codicon-list-tree:before { content: '\eb86'; }
616
+ .codicon-debug-breakpoint-function-unverified:before { content: '\eb87'; }
617
+ .codicon-debug-breakpoint-function:before { content: '\eb88'; }
618
+ .codicon-debug-breakpoint-function-disabled:before { content: '\eb88'; }
619
+ .codicon-debug-stackframe-active:before { content: '\eb89'; }
620
+ .codicon-circle-small-filled:before { content: '\eb8a'; }
621
+ .codicon-debug-stackframe-dot:before { content: '\eb8a'; }
622
+ .codicon-terminal-decoration-mark:before { content: '\eb8a'; }
623
+ .codicon-debug-stackframe:before { content: '\eb8b'; }
624
+ .codicon-debug-stackframe-focused:before { content: '\eb8b'; }
625
+ .codicon-debug-breakpoint-unsupported:before { content: '\eb8c'; }
626
+ .codicon-symbol-string:before { content: '\eb8d'; }
627
+ .codicon-debug-reverse-continue:before { content: '\eb8e'; }
628
+ .codicon-debug-step-back:before { content: '\eb8f'; }
629
+ .codicon-debug-restart-frame:before { content: '\eb90'; }
630
+ .codicon-debug-alt:before { content: '\eb91'; }
631
+ .codicon-call-incoming:before { content: '\eb92'; }
632
+ .codicon-call-outgoing:before { content: '\eb93'; }
633
+ .codicon-menu:before { content: '\eb94'; }
634
+ .codicon-expand-all:before { content: '\eb95'; }
635
+ .codicon-feedback:before { content: '\eb96'; }
636
+ .codicon-git-pull-request-reviewer:before { content: '\eb96'; }
637
+ .codicon-group-by-ref-type:before { content: '\eb97'; }
638
+ .codicon-ungroup-by-ref-type:before { content: '\eb98'; }
639
+ .codicon-account:before { content: '\eb99'; }
640
+ .codicon-git-pull-request-assignee:before { content: '\eb99'; }
641
+ .codicon-bell-dot:before { content: '\eb9a'; }
642
+ .codicon-debug-console:before { content: '\eb9b'; }
643
+ .codicon-library:before { content: '\eb9c'; }
644
+ .codicon-output:before { content: '\eb9d'; }
645
+ .codicon-run-all:before { content: '\eb9e'; }
646
+ .codicon-sync-ignored:before { content: '\eb9f'; }
647
+ .codicon-pinned:before { content: '\eba0'; }
648
+ .codicon-github-inverted:before { content: '\eba1'; }
649
+ .codicon-server-process:before { content: '\eba2'; }
650
+ .codicon-server-environment:before { content: '\eba3'; }
651
+ .codicon-pass:before { content: '\eba4'; }
652
+ .codicon-issue-closed:before { content: '\eba4'; }
653
+ .codicon-stop-circle:before { content: '\eba5'; }
654
+ .codicon-play-circle:before { content: '\eba6'; }
655
+ .codicon-record:before { content: '\eba7'; }
656
+ .codicon-debug-alt-small:before { content: '\eba8'; }
657
+ .codicon-vm-connect:before { content: '\eba9'; }
658
+ .codicon-cloud:before { content: '\ebaa'; }
659
+ .codicon-merge:before { content: '\ebab'; }
660
+ .codicon-export:before { content: '\ebac'; }
661
+ .codicon-graph-left:before { content: '\ebad'; }
662
+ .codicon-magnet:before { content: '\ebae'; }
663
+ .codicon-notebook:before { content: '\ebaf'; }
664
+ .codicon-redo:before { content: '\ebb0'; }
665
+ .codicon-check-all:before { content: '\ebb1'; }
666
+ .codicon-pinned-dirty:before { content: '\ebb2'; }
667
+ .codicon-pass-filled:before { content: '\ebb3'; }
668
+ .codicon-circle-large-filled:before { content: '\ebb4'; }
669
+ .codicon-circle-large:before { content: '\ebb5'; }
670
+ .codicon-circle-large-outline:before { content: '\ebb5'; }
671
+ .codicon-combine:before { content: '\ebb6'; }
672
+ .codicon-gather:before { content: '\ebb6'; }
673
+ .codicon-table:before { content: '\ebb7'; }
674
+ .codicon-variable-group:before { content: '\ebb8'; }
675
+ .codicon-type-hierarchy:before { content: '\ebb9'; }
676
+ .codicon-type-hierarchy-sub:before { content: '\ebba'; }
677
+ .codicon-type-hierarchy-super:before { content: '\ebbb'; }
678
+ .codicon-git-pull-request-create:before { content: '\ebbc'; }
679
+ .codicon-run-above:before { content: '\ebbd'; }
680
+ .codicon-run-below:before { content: '\ebbe'; }
681
+ .codicon-notebook-template:before { content: '\ebbf'; }
682
+ .codicon-debug-rerun:before { content: '\ebc0'; }
683
+ .codicon-workspace-trusted:before { content: '\ebc1'; }
684
+ .codicon-workspace-untrusted:before { content: '\ebc2'; }
685
+ .codicon-workspace-unknown:before { content: '\ebc3'; }
686
+ .codicon-terminal-cmd:before { content: '\ebc4'; }
687
+ .codicon-terminal-debian:before { content: '\ebc5'; }
688
+ .codicon-terminal-linux:before { content: '\ebc6'; }
689
+ .codicon-terminal-powershell:before { content: '\ebc7'; }
690
+ .codicon-terminal-tmux:before { content: '\ebc8'; }
691
+ .codicon-terminal-ubuntu:before { content: '\ebc9'; }
692
+ .codicon-terminal-bash:before { content: '\ebca'; }
693
+ .codicon-arrow-swap:before { content: '\ebcb'; }
694
+ .codicon-copy:before { content: '\ebcc'; }
695
+ .codicon-person-add:before { content: '\ebcd'; }
696
+ .codicon-filter-filled:before { content: '\ebce'; }
697
+ .codicon-wand:before { content: '\ebcf'; }
698
+ .codicon-debug-line-by-line:before { content: '\ebd0'; }
699
+ .codicon-inspect:before { content: '\ebd1'; }
700
+ .codicon-layers:before { content: '\ebd2'; }
701
+ .codicon-layers-dot:before { content: '\ebd3'; }
702
+ .codicon-layers-active:before { content: '\ebd4'; }
703
+ .codicon-compass:before { content: '\ebd5'; }
704
+ .codicon-compass-dot:before { content: '\ebd6'; }
705
+ .codicon-compass-active:before { content: '\ebd7'; }
706
+ .codicon-azure:before { content: '\ebd8'; }
707
+ .codicon-issue-draft:before { content: '\ebd9'; }
708
+ .codicon-git-pull-request-closed:before { content: '\ebda'; }
709
+ .codicon-git-pull-request-draft:before { content: '\ebdb'; }
710
+ .codicon-debug-all:before { content: '\ebdc'; }
711
+ .codicon-debug-coverage:before { content: '\ebdd'; }
712
+ .codicon-run-errors:before { content: '\ebde'; }
713
+ .codicon-folder-library:before { content: '\ebdf'; }
714
+ .codicon-debug-continue-small:before { content: '\ebe0'; }
715
+ .codicon-beaker-stop:before { content: '\ebe1'; }
716
+ .codicon-graph-line:before { content: '\ebe2'; }
717
+ .codicon-graph-scatter:before { content: '\ebe3'; }
718
+ .codicon-pie-chart:before { content: '\ebe4'; }
719
+ .codicon-bracket:before { content: '\eb0f'; }
720
+ .codicon-bracket-dot:before { content: '\ebe5'; }
721
+ .codicon-bracket-error:before { content: '\ebe6'; }
722
+ .codicon-lock-small:before { content: '\ebe7'; }
723
+ .codicon-azure-devops:before { content: '\ebe8'; }
724
+ .codicon-verified-filled:before { content: '\ebe9'; }
725
+ .codicon-newline:before { content: '\ebea'; }
726
+ .codicon-layout:before { content: '\ebeb'; }
727
+ .codicon-layout-activitybar-left:before { content: '\ebec'; }
728
+ .codicon-layout-activitybar-right:before { content: '\ebed'; }
729
+ .codicon-layout-panel-left:before { content: '\ebee'; }
730
+ .codicon-layout-panel-center:before { content: '\ebef'; }
731
+ .codicon-layout-panel-justify:before { content: '\ebf0'; }
732
+ .codicon-layout-panel-right:before { content: '\ebf1'; }
733
+ .codicon-layout-panel:before { content: '\ebf2'; }
734
+ .codicon-layout-sidebar-left:before { content: '\ebf3'; }
735
+ .codicon-layout-sidebar-right:before { content: '\ebf4'; }
736
+ .codicon-layout-statusbar:before { content: '\ebf5'; }
737
+ .codicon-layout-menubar:before { content: '\ebf6'; }
738
+ .codicon-layout-centered:before { content: '\ebf7'; }
739
+ .codicon-target:before { content: '\ebf8'; }
740
+ .codicon-indent:before { content: '\ebf9'; }
741
+ .codicon-record-small:before { content: '\ebfa'; }
742
+ .codicon-error-small:before { content: '\ebfb'; }
743
+ .codicon-terminal-decoration-error:before { content: '\ebfb'; }
744
+ .codicon-arrow-circle-down:before { content: '\ebfc'; }
745
+ .codicon-arrow-circle-left:before { content: '\ebfd'; }
746
+ .codicon-arrow-circle-right:before { content: '\ebfe'; }
747
+ .codicon-arrow-circle-up:before { content: '\ebff'; }
748
+ .codicon-layout-sidebar-right-off:before { content: '\ec00'; }
749
+ .codicon-layout-panel-off:before { content: '\ec01'; }
750
+ .codicon-layout-sidebar-left-off:before { content: '\ec02'; }
751
+ .codicon-blank:before { content: '\ec03'; }
752
+ .codicon-heart-filled:before { content: '\ec04'; }
753
+ .codicon-map:before { content: '\ec05'; }
754
+ .codicon-map-horizontal:before { content: '\ec05'; }
755
+ .codicon-fold-horizontal:before { content: '\ec05'; }
756
+ .codicon-map-filled:before { content: '\ec06'; }
757
+ .codicon-map-horizontal-filled:before { content: '\ec06'; }
758
+ .codicon-fold-horizontal-filled:before { content: '\ec06'; }
759
+ .codicon-circle-small:before { content: '\ec07'; }
760
+ .codicon-bell-slash:before { content: '\ec08'; }
761
+ .codicon-bell-slash-dot:before { content: '\ec09'; }
762
+ .codicon-comment-unresolved:before { content: '\ec0a'; }
763
+ .codicon-git-pull-request-go-to-changes:before { content: '\ec0b'; }
764
+ .codicon-git-pull-request-new-changes:before { content: '\ec0c'; }
765
+ .codicon-search-fuzzy:before { content: '\ec0d'; }
766
+ .codicon-comment-draft:before { content: '\ec0e'; }
767
+ .codicon-send:before { content: '\ec0f'; }
768
+ .codicon-sparkle:before { content: '\ec10'; }
769
+ .codicon-insert:before { content: '\ec11'; }
770
+ .codicon-mic:before { content: '\ec12'; }
771
+ .codicon-thumbsdown-filled:before { content: '\ec13'; }
772
+ .codicon-thumbsup-filled:before { content: '\ec14'; }
773
+ .codicon-coffee:before { content: '\ec15'; }
774
+ .codicon-snake:before { content: '\ec16'; }
775
+ .codicon-game:before { content: '\ec17'; }
776
+ .codicon-vr:before { content: '\ec18'; }
777
+ .codicon-chip:before { content: '\ec19'; }
778
+ .codicon-piano:before { content: '\ec1a'; }
779
+ .codicon-music:before { content: '\ec1b'; }
780
+ .codicon-mic-filled:before { content: '\ec1c'; }
781
+ .codicon-repo-fetch:before { content: '\ec1d'; }
782
+ .codicon-copilot:before { content: '\ec1e'; }
783
+ .codicon-lightbulb-sparkle:before { content: '\ec1f'; }
784
+ .codicon-robot:before { content: '\ec20'; }
785
+ .codicon-sparkle-filled:before { content: '\ec21'; }
786
+ .codicon-diff-single:before { content: '\ec22'; }
787
+ .codicon-diff-multiple:before { content: '\ec23'; }
788
+ .codicon-surround-with:before { content: '\ec24'; }
789
+ .codicon-share:before { content: '\ec25'; }
790
+ .codicon-git-stash:before { content: '\ec26'; }
791
+ .codicon-git-stash-apply:before { content: '\ec27'; }
792
+ .codicon-git-stash-pop:before { content: '\ec28'; }
793
+ .codicon-vscode:before { content: '\ec29'; }
794
+ .codicon-vscode-insiders:before { content: '\ec2a'; }
795
+ .codicon-code-oss:before { content: '\ec2b'; }
796
+ .codicon-run-coverage:before { content: '\ec2c'; }
797
+ .codicon-run-all-coverage:before { content: '\ec2d'; }
798
+ .codicon-coverage:before { content: '\ec2e'; }
799
+ .codicon-github-project:before { content: '\ec2f'; }
800
+ .codicon-map-vertical:before { content: '\ec30'; }
801
+ .codicon-fold-vertical:before { content: '\ec30'; }
802
+ .codicon-map-vertical-filled:before { content: '\ec31'; }
803
+ .codicon-fold-vertical-filled:before { content: '\ec31'; }
804
+ .codicon-go-to-search:before { content: '\ec32'; }
805
+ .codicon-percentage:before { content: '\ec33'; }
806
+ .codicon-sort-percentage:before { content: '\ec33'; }
807
+ .codicon-attach:before { content: '\ec34'; }
808
+ .codicon-git-fetch:before { content: '\f101'; }
809
+ /*
810
+ Copyright (c) Microsoft Corporation.
811
+
812
+ Licensed under the Apache License, Version 2.0 (the "License");
813
+ you may not use this file except in compliance with the License.
814
+ You may obtain a copy of the License at
815
+
816
+ http://www.apache.org/licenses/LICENSE-2.0
817
+
818
+ Unless required by applicable law or agreed to in writing, software
819
+ distributed under the License is distributed on an "AS IS" BASIS,
820
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
821
+ See the License for the specific language governing permissions and
822
+ limitations under the License.
823
+ */
824
+
825
+ .toolbar-button {
826
+ flex: none;
827
+ border: none;
828
+ outline: none;
829
+ color: var(--vscode-sideBarTitle-foreground);
830
+ background: transparent;
831
+ padding: 4px;
832
+ cursor: pointer;
833
+ display: inline-flex;
834
+ align-items: center;
835
+ }
836
+
837
+ .toolbar-button:disabled {
838
+ color: var(--vscode-disabledForeground) !important;
839
+ cursor: default;
840
+ }
841
+
842
+ .toolbar-button:not(:disabled):hover {
843
+ background-color: var(--vscode-toolbar-hoverBackground);
844
+ }
845
+
846
+ .toolbar-button:not(:disabled):active {
847
+ background-color: var(--vscode-toolbar-activeBackground);
848
+ }
849
+
850
+ .toolbar-button.toggled {
851
+ color: var(--vscode-notificationLink-foreground);
852
+ }
853
+
854
+ .toolbar-separator {
855
+ flex: none;
856
+ background-color: var(--vscode-menu-separatorBackground);
857
+ width: 1px;
858
+ padding: 0;
859
+ margin: 5px 4px;
860
+ height: 16px;
861
+ }
862
+ /*
863
+ Copyright (c) Microsoft Corporation.
864
+
865
+ Licensed under the Apache License, Version 2.0 (the "License");
866
+ you may not use this file except in compliance with the License.
867
+ You may obtain a copy of the License at
868
+
869
+ http://www.apache.org/licenses/LICENSE-2.0
870
+
871
+ Unless required by applicable law or agreed to in writing, software
872
+ distributed under the License is distributed on an "AS IS" BASIS,
873
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
874
+ See the License for the specific language governing permissions and
875
+ limitations under the License.
876
+ */
877
+
878
+ .split-view {
879
+ display: flex;
880
+ flex: auto;
881
+ position: relative;
882
+ }
883
+
884
+ .split-view.vertical {
885
+ flex-direction: column;
886
+ }
887
+
888
+ .split-view.vertical.sidebar-first {
889
+ flex-direction: column-reverse;
890
+ }
891
+
892
+ .split-view.horizontal {
893
+ flex-direction: row;
894
+ }
895
+
896
+ .split-view.horizontal.sidebar-first {
897
+ flex-direction: row-reverse;
898
+ }
899
+
900
+ .split-view-main {
901
+ display: flex;
902
+ flex: auto;
903
+ }
904
+
905
+ .split-view-sidebar {
906
+ display: flex;
907
+ flex: none;
908
+ }
909
+
910
+ .split-view.vertical:not(.sidebar-first) > .split-view-sidebar {
911
+ border-top: 1px solid var(--vscode-panel-border);
912
+ }
913
+
914
+ .split-view.horizontal:not(.sidebar-first) > .split-view-sidebar {
915
+ border-left: 1px solid var(--vscode-panel-border);
916
+ }
917
+
918
+ .split-view.vertical.sidebar-first > .split-view-sidebar {
919
+ border-bottom: 1px solid var(--vscode-panel-border);
920
+ }
921
+
922
+ .split-view.horizontal.sidebar-first > .split-view-sidebar {
923
+ border-right: 1px solid var(--vscode-panel-border);
924
+ }
925
+
926
+ .split-view-resizer {
927
+ position: absolute;
928
+ z-index: 100;
929
+ }
930
+
931
+ .split-view.vertical > .split-view-resizer {
932
+ left: 0;
933
+ right: 0;
934
+ height: 12px;
935
+ cursor: ns-resize;
936
+ }
937
+
938
+ .split-view.horizontal > .split-view-resizer {
939
+ top: 0;
940
+ bottom: 0;
941
+ width: 12px;
942
+ cursor: ew-resize;
943
+ }
944
+ /*
945
+ Copyright (c) Microsoft Corporation.
946
+
947
+ Licensed under the Apache License, Version 2.0 (the "License");
948
+ you may not use this file except in compliance with the License.
949
+ You may obtain a copy of the License at
950
+
951
+ http://www.apache.org/licenses/LICENSE-2.0
952
+
953
+ Unless required by applicable law or agreed to in writing, software
954
+ distributed under the License is distributed on an "AS IS" BASIS,
955
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
956
+ See the License for the specific language governing permissions and
957
+ limitations under the License.
958
+ */
959
+
960
+ .action-title {
961
+ display: block;
962
+ overflow: hidden;
963
+ text-overflow: ellipsis;
964
+ }
965
+
966
+ .action-location {
967
+ display: flex;
968
+ flex: none;
969
+ margin: 0 4px;
970
+ color: var(--vscode-foreground);
971
+ }
972
+
973
+ .action-location > span {
974
+ margin: 0 4px;
975
+ cursor: pointer;
976
+ text-decoration: underline;
977
+ }
978
+
979
+ .action-duration {
980
+ display: flex;
981
+ flex: none;
982
+ align-items: center;
983
+ margin: 0 4px;
984
+ color: var(--vscode-editorCodeLens-foreground);
985
+ }
986
+
987
+ .action-icon {
988
+ flex: none;
989
+ display: flex;
990
+ align-items: center;
991
+ padding-right: 3px;
992
+ }
993
+
994
+ .action-icons {
995
+ flex: none;
996
+ display: flex;
997
+ flex-direction: row;
998
+ cursor: pointer;
999
+ height: 20px;
1000
+ position: relative;
1001
+ top: 1px;
1002
+ border-bottom: 1px solid transparent;
1003
+ }
1004
+
1005
+ .action-icons:hover {
1006
+ border-bottom: 1px solid var(--vscode-sideBarTitle-foreground);
1007
+ }
1008
+
1009
+ .action-error {
1010
+ color: var(--vscode-errorForeground);
1011
+ position: relative;
1012
+ margin-right: 2px;
1013
+ flex: none;
1014
+ }
1015
+
1016
+ .action-selector {
1017
+ display: inline;
1018
+ flex: none;
1019
+ padding-left: 5px;
1020
+ color: var(--vscode-charts-orange);
1021
+ }
1022
+
1023
+ .action-url {
1024
+ display: inline;
1025
+ flex: none;
1026
+ padding-left: 5px;
1027
+ color: var(--vscode-charts-blue);
1028
+ }
1029
+
1030
+ .action-list-show-all {
1031
+ display: flex;
1032
+ cursor: pointer;
1033
+ height: 28px;
1034
+ align-items: center;
1035
+ }
1036
+ /*
1037
+ Copyright (c) Microsoft Corporation.
1038
+
1039
+ Licensed under the Apache License, Version 2.0 (the "License");
1040
+ you may not use this file except in compliance with the License.
1041
+ You may obtain a copy of the License at
1042
+
1043
+ http://www.apache.org/licenses/LICENSE-2.0
1044
+
1045
+ Unless required by applicable law or agreed to in writing, software
1046
+ distributed under the License is distributed on an "AS IS" BASIS,
1047
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1048
+ See the License for the specific language governing permissions and
1049
+ limitations under the License.
1050
+ */
1051
+
1052
+ .list-view-content {
1053
+ display: flex;
1054
+ flex-direction: column;
1055
+ flex: auto;
1056
+ position: relative;
1057
+ user-select: none;
1058
+ overflow: hidden auto;
1059
+ outline: 1px solid transparent;
1060
+ }
1061
+
1062
+ .list-view-entry {
1063
+ display: flex;
1064
+ flex: none;
1065
+ cursor: pointer;
1066
+ align-items: center;
1067
+ white-space: nowrap;
1068
+ line-height: 28px;
1069
+ padding-left: 5px;
1070
+ }
1071
+
1072
+ .list-view-content.not-selectable > .list-view-entry {
1073
+ cursor: inherit;
1074
+ }
1075
+
1076
+ .list-view-entry.highlighted:not(.selected) {
1077
+ background-color: var(--vscode-list-inactiveSelectionBackground) !important;
1078
+ }
1079
+
1080
+ .list-view-entry.selected {
1081
+ z-index: 10;
1082
+ }
1083
+
1084
+ .list-view-indent {
1085
+ min-width: 16px;
1086
+ }
1087
+
1088
+ .list-view-content:focus .list-view-entry.selected {
1089
+ background-color: var(--vscode-list-activeSelectionBackground);
1090
+ color: var(--vscode-list-activeSelectionForeground);
1091
+ outline: 1px solid var(--vscode-focusBorder);
1092
+ }
1093
+
1094
+ .list-view-content .list-view-entry.selected {
1095
+ background-color: var(--vscode-list-inactiveSelectionBackground);
1096
+ }
1097
+
1098
+ .list-view-content:focus .list-view-entry.selected * {
1099
+ color: var(--vscode-list-activeSelectionForeground) !important;
1100
+ background-color: transparent !important;
1101
+ }
1102
+
1103
+ .list-view-content:focus .list-view-entry.selected .codicon {
1104
+ color: var(--vscode-list-activeSelectionForeground) !important;
1105
+ }
1106
+
1107
+ .list-view-empty {
1108
+ flex: auto;
1109
+ display: flex;
1110
+ align-items: center;
1111
+ justify-content: center;
1112
+ }
1113
+
1114
+ .list-view-entry.error {
1115
+ color: var(--vscode-list-errorForeground);
1116
+ background-color: var(--vscode-inputValidation-errorBackground);
1117
+ }
1118
+
1119
+ .list-view-entry.warning {
1120
+ color: var(--vscode-list-warningForeground);
1121
+ background-color: var(--vscode-inputValidation-warningBackground);
1122
+ }
1123
+
1124
+ .list-view-entry.info {
1125
+ background-color: var(--vscode-inputValidation-infoBackground);
1126
+ }
1127
+ /*
1128
+ Copyright (c) Microsoft Corporation.
1129
+
1130
+ Licensed under the Apache License, Version 2.0 (the "License");
1131
+ you may not use this file except in compliance with the License.
1132
+ You may obtain a copy of the License at
1133
+
1134
+ http://www.apache.org/licenses/LICENSE-2.0
1135
+
1136
+ Unless required by applicable law or agreed to in writing, software
1137
+ distributed under the License is distributed on an "AS IS" BASIS,
1138
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1139
+ See the License for the specific language governing permissions and
1140
+ limitations under the License.
1141
+ */
1142
+
1143
+ .copy-to-clipboard-text-button {
1144
+ background-color: var(--vscode-editor-inactiveSelectionBackground);
1145
+ border: none;
1146
+ padding: 4px 12px;
1147
+ cursor: pointer;
1148
+ }/*
1149
+ Copyright (c) Microsoft Corporation.
1150
+
1151
+ Licensed under the Apache License, Version 2.0 (the "License");
1152
+ you may not use this file except in compliance with the License.
1153
+ You may obtain a copy of the License at
1154
+
1155
+ http://www.apache.org/licenses/LICENSE-2.0
1156
+
1157
+ Unless required by applicable law or agreed to in writing, software
1158
+ distributed under the License is distributed on an "AS IS" BASIS,
1159
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1160
+ See the License for the specific language governing permissions and
1161
+ limitations under the License.
1162
+ */
1163
+
1164
+
1165
+ .console-tab {
1166
+ display: flex;
1167
+ flex: auto;
1168
+ white-space: pre;
1169
+ }
1170
+
1171
+ .console-line {
1172
+ width: 100%;
1173
+ user-select: text;
1174
+ }
1175
+
1176
+ .console-line .codicon {
1177
+ padding: 0 2px 0 3px;
1178
+ position: relative;
1179
+ flex: none;
1180
+ top: 3px;
1181
+ }
1182
+
1183
+ .console-line.warning .codicon {
1184
+ color: darkorange;
1185
+ }
1186
+
1187
+ .console-line-message {
1188
+ word-break: break-word;
1189
+ white-space: pre-wrap;
1190
+ position: relative;
1191
+ }
1192
+
1193
+ .console-location {
1194
+ padding-right: 3px;
1195
+ float: right;
1196
+ color: var(--vscode-editorCodeLens-foreground);
1197
+ user-select: none;
1198
+ }
1199
+
1200
+ .console-time {
1201
+ float: left;
1202
+ min-width: 50px;
1203
+ color: var(--vscode-editorCodeLens-foreground);
1204
+ user-select: none;
1205
+ }
1206
+
1207
+ .console-stack {
1208
+ white-space: pre-wrap;
1209
+ margin-left: 50px;
1210
+ }
1211
+
1212
+ .console-line .codicon.status-none::after,
1213
+ .console-line .codicon.status-error::after,
1214
+ .console-line .codicon.status-warning::after {
1215
+ display: inline-block;
1216
+ content: 'a';
1217
+ color: transparent;
1218
+ border-radius: 4px;
1219
+ width: 8px;
1220
+ height: 8px;
1221
+ position: relative;
1222
+ top: 8px;
1223
+ left: -7px;
1224
+ }
1225
+
1226
+ .console-line .codicon.status-error::after {
1227
+ background-color: var(--vscode-errorForeground);
1228
+ }
1229
+
1230
+ .console-line .codicon.status-warning::after {
1231
+ background-color: var(--vscode-list-warningForeground);
1232
+ }
1233
+ /*
1234
+ Copyright (c) Microsoft Corporation.
1235
+
1236
+ Licensed under the Apache License, Version 2.0 (the "License");
1237
+ you may not use this file except in compliance with the License.
1238
+ You may obtain a copy of the License at
1239
+
1240
+ http://www.apache.org/licenses/LICENSE-2.0
1241
+
1242
+ Unless required by applicable law or agreed to in writing, software
1243
+ distributed under the License is distributed on an "AS IS" BASIS,
1244
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1245
+ See the License for the specific language governing permissions and
1246
+ limitations under the License.
1247
+ */
1248
+
1249
+ .network-request-status-route {
1250
+ color: var(--vscode-statusBar-foreground);
1251
+ background-color: var(--vscode-statusBar-background);
1252
+ }
1253
+
1254
+ .network-request-status-route.api {
1255
+ color: var(--vscode-statusBar-foreground);
1256
+ background-color: var(--vscode-statusBarItem-remoteBackground);
1257
+ }
1258
+
1259
+ .network-grid-view .grid-view-column-method,
1260
+ .network-grid-view .grid-view-column-status {
1261
+ text-align: center;
1262
+ }
1263
+
1264
+ .network-grid-view .grid-view-column-duration,
1265
+ .network-grid-view .grid-view-column-size,
1266
+ .network-grid-view .grid-view-column-start {
1267
+ text-align: end;
1268
+ }
1269
+ /*
1270
+ Copyright (c) Microsoft Corporation.
1271
+
1272
+ Licensed under the Apache License, Version 2.0 (the "License");
1273
+ you may not use this file except in compliance with the License.
1274
+ You may obtain a copy of the License at
1275
+
1276
+ http://www.apache.org/licenses/LICENSE-2.0
1277
+
1278
+ Unless required by applicable law or agreed to in writing, software
1279
+ distributed under the License is distributed on an "AS IS" BASIS,
1280
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1281
+ See the License for the specific language governing permissions and
1282
+ limitations under the License.
1283
+ */
1284
+
1285
+ .network-request-details-tab {
1286
+ width: 100%;
1287
+ height: 100%;
1288
+ user-select: text;
1289
+ line-height: 24px;
1290
+ margin-left: 10px;
1291
+ overflow: auto;
1292
+ }
1293
+
1294
+ .network-request-details-url {
1295
+ white-space: normal;
1296
+ word-wrap: break-word;
1297
+ margin-left: 10px;
1298
+ }
1299
+
1300
+ .network-request-details-headers {
1301
+ white-space: pre;
1302
+ overflow: hidden;
1303
+ margin-left: 10px;
1304
+ }
1305
+
1306
+ .network-request-details-header {
1307
+ margin: 3px 0;
1308
+ font-weight: bold;
1309
+ }
1310
+
1311
+ .network-request-details-general {
1312
+ white-space: pre;
1313
+ margin-left: 10px;
1314
+ }
1315
+
1316
+ .network-request-details-tab .cm-wrapper {
1317
+ overflow: hidden;
1318
+ }
1319
+
1320
+ .network-request-details-copy {
1321
+ display: flex;
1322
+ margin: 8px 10px;
1323
+ gap: 8px;
1324
+ }
1325
+
1326
+ .network-font-preview {
1327
+ font-family: font-preview;
1328
+ font-size: 30px;
1329
+ line-height: 40px;
1330
+ padding: 16px;
1331
+ padding-left: 6px;
1332
+ overflow: hidden;
1333
+ text-overflow: ellipsis;
1334
+ text-align: center;
1335
+ }
1336
+
1337
+ .network-font-preview-error {
1338
+ margin-top: 8px;
1339
+ text-align: center;
1340
+ }
1341
+
1342
+ .tab-network .toolbar {
1343
+ min-height: 30px !important;
1344
+ background-color: initial !important;
1345
+ border-bottom: 1px solid var(--vscode-panel-border);
1346
+ }
1347
+
1348
+ .tab-network .toolbar::after {
1349
+ box-shadow: none !important;
1350
+ }
1351
+
1352
+ .tab-network .tabbed-pane-tab.selected {
1353
+ font-weight: bold;
1354
+ }
1355
+
1356
+ .green-circle::before,
1357
+ .red-circle::before,
1358
+ .yellow-circle::before {
1359
+ content: "";
1360
+ display: inline-block;
1361
+ width: 12px;
1362
+ height: 12px;
1363
+ border-radius: 6px;
1364
+ margin-right: 2px;
1365
+ align-self: center;
1366
+ }
1367
+
1368
+ .green-circle::before {
1369
+ background-color: var(--vscode-charts-green);
1370
+ }
1371
+
1372
+ .red-circle::before {
1373
+ background-color: var(--vscode-charts-red);
1374
+ }
1375
+
1376
+ .yellow-circle::before {
1377
+ background-color: var(--vscode-charts-yellow);
1378
+ }
1379
+ /*
1380
+ Copyright (c) Microsoft Corporation.
1381
+
1382
+ Licensed under the Apache License, Version 2.0 (the "License");
1383
+ you may not use this file except in compliance with the License.
1384
+ You may obtain a copy of the License at
1385
+
1386
+ http://www.apache.org/licenses/LICENSE-2.0
1387
+
1388
+ Unless required by applicable law or agreed to in writing, software
1389
+ distributed under the License is distributed on an "AS IS" BASIS,
1390
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1391
+ See the License for the specific language governing permissions and
1392
+ limitations under the License.
1393
+ */
1394
+
1395
+ .tabbed-pane {
1396
+ display: flex;
1397
+ flex: auto;
1398
+ overflow: hidden;
1399
+ }
1400
+
1401
+ .tabbed-pane .toolbar {
1402
+ background-color: var(--vscode-sideBar-background);
1403
+ }
1404
+
1405
+ .tabbed-pane .tab-content {
1406
+ display: flex;
1407
+ flex: auto;
1408
+ overflow: hidden;
1409
+ position: relative;
1410
+ flex-direction: column;
1411
+ }
1412
+
1413
+ .tabbed-pane-tab {
1414
+ padding: 2px 6px 0 6px;
1415
+ cursor: pointer;
1416
+ display: flex;
1417
+ align-items: center;
1418
+ justify-content: center;
1419
+ user-select: none;
1420
+ border-bottom: 2px solid transparent;
1421
+ outline: none;
1422
+ height: 100%;
1423
+ }
1424
+
1425
+ .tabbed-pane-tab-label {
1426
+ max-width: 250px;
1427
+ white-space: pre;
1428
+ overflow: hidden;
1429
+ text-overflow: ellipsis;
1430
+ display: inline-block;
1431
+ }
1432
+
1433
+ .tabbed-pane-tab.selected {
1434
+ background-color: var(--vscode-tab-activeBackground);
1435
+ }
1436
+
1437
+ .tabbed-pane-tab-counter {
1438
+ padding: 0 4px;
1439
+ background: var(--vscode-menu-separatorBackground);
1440
+ border-radius: 8px;
1441
+ height: 16px;
1442
+ margin-left: 4px;
1443
+ line-height: 16px;
1444
+ min-width: 18px;
1445
+ display: flex;
1446
+ align-items: center;
1447
+ justify-content: center;
1448
+ }
1449
+
1450
+ .tabbed-pane-tab-counter.error {
1451
+ background: var(--vscode-list-errorForeground);
1452
+ color: var(--vscode-button-foreground);
1453
+ }
1454
+ /*
1455
+ Copyright (c) Microsoft Corporation.
1456
+
1457
+ Licensed under the Apache License, Version 2.0 (the "License");
1458
+ you may not use this file except in compliance with the License.
1459
+ You may obtain a copy of the License at
1460
+
1461
+ http://www.apache.org/licenses/LICENSE-2.0
1462
+
1463
+ Unless required by applicable law or agreed to in writing, software
1464
+ distributed under the License is distributed on an "AS IS" BASIS,
1465
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1466
+ See the License for the specific language governing permissions and
1467
+ limitations under the License.
1468
+ */
1469
+
1470
+ .toolbar {
1471
+ position: relative;
1472
+ display: flex;
1473
+ color: var(--vscode-sideBarTitle-foreground);
1474
+ min-height: 35px;
1475
+ align-items: center;
1476
+ flex: none;
1477
+ padding-right: 4px;
1478
+ }
1479
+
1480
+ .toolbar.toolbar-sidebar-background {
1481
+ background-color: var(--vscode-sideBar-background);
1482
+ }
1483
+
1484
+ .toolbar:after {
1485
+ content: '';
1486
+ display: block;
1487
+ position: absolute;
1488
+ pointer-events: none;
1489
+ top: 0;
1490
+ bottom: 0;
1491
+ left: -2px;
1492
+ right: -2px;
1493
+ box-shadow: var(--vscode-scrollbar-shadow) 0 6px 6px -6px;
1494
+ z-index: 100;
1495
+ }
1496
+
1497
+ .toolbar.no-shadow:after {
1498
+ box-shadow: none;
1499
+ }
1500
+
1501
+ .toolbar.no-min-height {
1502
+ min-height: 0;
1503
+ }
1504
+
1505
+ .toolbar input {
1506
+ padding: 0 5px;
1507
+ line-height: 24px;
1508
+ outline: none;
1509
+ margin: 0 4px;
1510
+ }
1511
+
1512
+ .toolbar select {
1513
+ background: none;
1514
+ outline: none;
1515
+ padding: 3px;
1516
+ margin: 2px;
1517
+ }
1518
+
1519
+ .toolbar input, .toolbar select {
1520
+ border: none;
1521
+ color: var(--vscode-input-foreground);
1522
+ background-color: var(--vscode-input-background);
1523
+ }
1524
+ /*
1525
+ Copyright (c) Microsoft Corporation.
1526
+
1527
+ Licensed under the Apache License, Version 2.0 (the "License");
1528
+ you may not use this file except in compliance with the License.
1529
+ You may obtain a copy of the License at
1530
+
1531
+ http://www.apache.org/licenses/LICENSE-2.0
1532
+
1533
+ Unless required by applicable law or agreed to in writing, software
1534
+ distributed under the License is distributed on an "AS IS" BASIS,
1535
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1536
+ See the License for the specific language governing permissions and
1537
+ limitations under the License.
1538
+ */
1539
+
1540
+ /*---------------------------------------------------------------------------------------------
1541
+ * Copyright (c) Microsoft Corporation. All rights reserved.
1542
+ * Licensed under the MIT License. See License.txt in the project root for license information.
1543
+ *--------------------------------------------------------------------------------------------*/
1544
+
1545
+ body {
1546
+ --vscode-font-family: system-ui, "Ubuntu", "Droid Sans", sans-serif;
1547
+ --vscode-font-weight: normal;
1548
+ --vscode-font-size: 13px;
1549
+ --vscode-editor-font-family: "Droid Sans Mono", "monospace", monospace;
1550
+ --vscode-editor-font-weight: normal;
1551
+ --vscode-editor-font-size: 14px;
1552
+ --vscode-foreground: #616161;
1553
+ --vscode-disabledForeground: rgba(97, 97, 97, 0.5);
1554
+ --vscode-errorForeground: #a1260d;
1555
+ --vscode-descriptionForeground: #717171;
1556
+ --vscode-icon-foreground: #424242;
1557
+ --vscode-focusBorder: #0090f1;
1558
+ --vscode-textSeparator-foreground: rgba(0, 0, 0, 0.18);
1559
+ --vscode-textLink-foreground: #006ab1;
1560
+ --vscode-textLink-activeForeground: #006ab1;
1561
+ --vscode-textPreformat-foreground: #a31515;
1562
+ --vscode-textBlockQuote-background: rgba(127, 127, 127, 0.1);
1563
+ --vscode-textBlockQuote-border: rgba(0, 122, 204, 0.5);
1564
+ --vscode-textCodeBlock-background: rgba(220, 220, 220, 0.4);
1565
+ --vscode-widget-shadow: rgba(0, 0, 0, 0.16);
1566
+ --vscode-input-background: #ffffff;
1567
+ --vscode-input-foreground: #616161;
1568
+ --vscode-inputOption-activeBorder: #007acc;
1569
+ --vscode-inputOption-hoverBackground: rgba(184, 184, 184, 0.31);
1570
+ --vscode-inputOption-activeBackground: rgba(0, 144, 241, 0.2);
1571
+ --vscode-inputOption-activeForeground: #000000;
1572
+ --vscode-input-placeholderForeground: #767676;
1573
+ --vscode-inputValidation-infoBackground: #d6ecf2;
1574
+ --vscode-inputValidation-infoBorder: #007acc;
1575
+ --vscode-inputValidation-warningBackground: #f6f5d2;
1576
+ --vscode-inputValidation-warningBorder: #b89500;
1577
+ --vscode-inputValidation-errorBackground: #f2dede;
1578
+ --vscode-inputValidation-errorBorder: #be1100;
1579
+ --vscode-dropdown-background: #ffffff;
1580
+ --vscode-dropdown-border: #cecece;
1581
+ --vscode-checkbox-background: #ffffff;
1582
+ --vscode-checkbox-border: #cecece;
1583
+ --vscode-button-foreground: #ffffff;
1584
+ --vscode-button-separator: rgba(255, 255, 255, 0.4);
1585
+ --vscode-button-background: #007acc;
1586
+ --vscode-button-hoverBackground: #0062a3;
1587
+ --vscode-button-secondaryForeground: #ffffff;
1588
+ --vscode-button-secondaryBackground: #5f6a79;
1589
+ --vscode-button-secondaryHoverBackground: #4c5561;
1590
+ --vscode-badge-background: #c4c4c4;
1591
+ --vscode-badge-foreground: #333333;
1592
+ --vscode-scrollbar-shadow: #dddddd;
1593
+ --vscode-scrollbarSlider-background: rgba(100, 100, 100, 0.4);
1594
+ --vscode-scrollbarSlider-hoverBackground: rgba(100, 100, 100, 0.7);
1595
+ --vscode-scrollbarSlider-activeBackground: rgba(0, 0, 0, 0.6);
1596
+ --vscode-progressBar-background: #0e70c0;
1597
+ --vscode-editorError-foreground: #e51400;
1598
+ --vscode-editorWarning-foreground: #bf8803;
1599
+ --vscode-editorInfo-foreground: #1a85ff;
1600
+ --vscode-editorHint-foreground: #6c6c6c;
1601
+ --vscode-sash-hoverBorder: #0090f1;
1602
+ --vscode-editor-background: #ffffff;
1603
+ --vscode-editor-foreground: #000000;
1604
+ --vscode-editorStickyScroll-background: #ffffff;
1605
+ --vscode-editorStickyScrollHover-background: #f0f0f0;
1606
+ --vscode-editorWidget-background: #f3f3f3;
1607
+ --vscode-editorWidget-foreground: #616161;
1608
+ --vscode-editorWidget-border: #c8c8c8;
1609
+ --vscode-quickInput-background: #f3f3f3;
1610
+ --vscode-quickInput-foreground: #616161;
1611
+ --vscode-quickInputTitle-background: rgba(0, 0, 0, 0.06);
1612
+ --vscode-pickerGroup-foreground: #0066bf;
1613
+ --vscode-pickerGroup-border: #cccedb;
1614
+ --vscode-keybindingLabel-background: rgba(221, 221, 221, 0.4);
1615
+ --vscode-keybindingLabel-foreground: #555555;
1616
+ --vscode-keybindingLabel-border: rgba(204, 204, 204, 0.4);
1617
+ --vscode-keybindingLabel-bottomBorder: rgba(187, 187, 187, 0.4);
1618
+ --vscode-editor-selectionBackground: #add6ff;
1619
+ --vscode-editor-inactiveSelectionBackground: #e5ebf1;
1620
+ --vscode-editor-selectionHighlightBackground: rgba(173, 214, 255, 0.5);
1621
+ --vscode-editor-findMatchBackground: #a8ac94;
1622
+ --vscode-editor-findMatchHighlightBackground: rgba(234, 92, 0, 0.33);
1623
+ --vscode-editor-findRangeHighlightBackground: rgba(180, 180, 180, 0.3);
1624
+ --vscode-searchEditor-findMatchBackground: rgba(234, 92, 0, 0.22);
1625
+ --vscode-editor-hoverHighlightBackground: rgba(173, 214, 255, 0.15);
1626
+ --vscode-editorHoverWidget-background: #f3f3f3;
1627
+ --vscode-editorHoverWidget-foreground: #616161;
1628
+ --vscode-editorHoverWidget-border: #c8c8c8;
1629
+ --vscode-editorHoverWidget-statusBarBackground: #e7e7e7;
1630
+ --vscode-editorLink-activeForeground: #0000ff;
1631
+ --vscode-editorInlayHint-foreground: rgba(51, 51, 51, 0.8);
1632
+ --vscode-editorInlayHint-background: rgba(196, 196, 196, 0.3);
1633
+ --vscode-editorInlayHint-typeForeground: rgba(51, 51, 51, 0.8);
1634
+ --vscode-editorInlayHint-typeBackground: rgba(196, 196, 196, 0.3);
1635
+ --vscode-editorInlayHint-parameterForeground: rgba(51, 51, 51, 0.8);
1636
+ --vscode-editorInlayHint-parameterBackground: rgba(196, 196, 196, 0.3);
1637
+ --vscode-editorLightBulb-foreground: #ddb100;
1638
+ --vscode-editorLightBulbAutoFix-foreground: #007acc;
1639
+ --vscode-diffEditor-insertedTextBackground: rgba(156, 204, 44, 0.4);
1640
+ --vscode-diffEditor-removedTextBackground: rgba(255, 0, 0, 0.3);
1641
+ --vscode-diffEditor-insertedLineBackground: rgba(155, 185, 85, 0.2);
1642
+ --vscode-diffEditor-removedLineBackground: rgba(255, 0, 0, 0.2);
1643
+ --vscode-diffEditor-diagonalFill: rgba(34, 34, 34, 0.2);
1644
+ --vscode-list-focusOutline: #0090f1;
1645
+ --vscode-list-focusAndSelectionOutline: #90c2f9;
1646
+ --vscode-list-activeSelectionBackground: #0060c0;
1647
+ --vscode-list-activeSelectionForeground: #ffffff;
1648
+ --vscode-list-activeSelectionIconForeground: #ffffff;
1649
+ --vscode-list-inactiveSelectionBackground: #e4e6f1;
1650
+ --vscode-list-hoverBackground: #e8e8e8;
1651
+ --vscode-list-dropBackground: #d6ebff;
1652
+ --vscode-list-highlightForeground: #0066bf;
1653
+ --vscode-list-focusHighlightForeground: #bbe7ff;
1654
+ --vscode-list-invalidItemForeground: #b89500;
1655
+ --vscode-list-errorForeground: #b01011;
1656
+ --vscode-list-warningForeground: #855f00;
1657
+ --vscode-listFilterWidget-background: #f3f3f3;
1658
+ --vscode-listFilterWidget-outline: rgba(0, 0, 0, 0);
1659
+ --vscode-listFilterWidget-noMatchesOutline: #be1100;
1660
+ --vscode-listFilterWidget-shadow: rgba(0, 0, 0, 0.16);
1661
+ --vscode-list-filterMatchBackground: rgba(234, 92, 0, 0.33);
1662
+ --vscode-tree-indentGuidesStroke: #a9a9a9;
1663
+ --vscode-tree-tableColumnsBorder: rgba(97, 97, 97, 0.13);
1664
+ --vscode-tree-tableOddRowsBackground: rgba(97, 97, 97, 0.04);
1665
+ --vscode-list-deemphasizedForeground: #8e8e90;
1666
+ --vscode-quickInputList-focusForeground: #ffffff;
1667
+ --vscode-quickInputList-focusIconForeground: #ffffff;
1668
+ --vscode-quickInputList-focusBackground: #0060c0;
1669
+ --vscode-menu-foreground: #616161;
1670
+ --vscode-menu-background: #ffffff;
1671
+ --vscode-menu-selectionForeground: #ffffff;
1672
+ --vscode-menu-selectionBackground: #0060c0;
1673
+ --vscode-menu-separatorBackground: #d4d4d4;
1674
+ --vscode-toolbar-hoverBackground: rgba(184, 184, 184, 0.31);
1675
+ --vscode-toolbar-activeBackground: rgba(166, 166, 166, 0.31);
1676
+ --vscode-editor-snippetTabstopHighlightBackground: rgba(10, 50, 100, 0.2);
1677
+ --vscode-editor-snippetFinalTabstopHighlightBorder: rgba(10, 50, 100, 0.5);
1678
+ --vscode-breadcrumb-foreground: rgba(97, 97, 97, 0.8);
1679
+ --vscode-breadcrumb-background: #ffffff;
1680
+ --vscode-breadcrumb-focusForeground: #4e4e4e;
1681
+ --vscode-breadcrumb-activeSelectionForeground: #4e4e4e;
1682
+ --vscode-breadcrumbPicker-background: #f3f3f3;
1683
+ --vscode-merge-currentHeaderBackground: rgba(64, 200, 174, 0.5);
1684
+ --vscode-merge-currentContentBackground: rgba(64, 200, 174, 0.2);
1685
+ --vscode-merge-incomingHeaderBackground: rgba(64, 166, 255, 0.5);
1686
+ --vscode-merge-incomingContentBackground: rgba(64, 166, 255, 0.2);
1687
+ --vscode-merge-commonHeaderBackground: rgba(96, 96, 96, 0.4);
1688
+ --vscode-merge-commonContentBackground: rgba(96, 96, 96, 0.16);
1689
+ --vscode-editorOverviewRuler-currentContentForeground: rgba(64, 200, 174, 0.5);
1690
+ --vscode-editorOverviewRuler-incomingContentForeground: rgba(64, 166, 255, 0.5);
1691
+ --vscode-editorOverviewRuler-commonContentForeground: rgba(96, 96, 96, 0.4);
1692
+ --vscode-editorOverviewRuler-findMatchForeground: rgba(209, 134, 22, 0.49);
1693
+ --vscode-editorOverviewRuler-selectionHighlightForeground: rgba(160, 160, 160, 0.8);
1694
+ --vscode-minimap-findMatchHighlight: #d18616;
1695
+ --vscode-minimap-selectionOccurrenceHighlight: #c9c9c9;
1696
+ --vscode-minimap-selectionHighlight: #add6ff;
1697
+ --vscode-minimap-errorHighlight: rgba(255, 18, 18, 0.7);
1698
+ --vscode-minimap-warningHighlight: #bf8803;
1699
+ --vscode-minimap-foregroundOpacity: #000000;
1700
+ --vscode-minimapSlider-background: rgba(100, 100, 100, 0.2);
1701
+ --vscode-minimapSlider-hoverBackground: rgba(100, 100, 100, 0.35);
1702
+ --vscode-minimapSlider-activeBackground: rgba(0, 0, 0, 0.3);
1703
+ --vscode-problemsErrorIcon-foreground: #e51400;
1704
+ --vscode-problemsWarningIcon-foreground: #bf8803;
1705
+ --vscode-problemsInfoIcon-foreground: #1a85ff;
1706
+ --vscode-charts-foreground: #616161;
1707
+ --vscode-charts-lines: rgba(97, 97, 97, 0.5);
1708
+ --vscode-charts-red: #e51400;
1709
+ --vscode-charts-blue: #1a85ff;
1710
+ --vscode-charts-yellow: #bf8803;
1711
+ --vscode-charts-orange: #d18616;
1712
+ --vscode-charts-green: #388a34;
1713
+ --vscode-charts-purple: #652d90;
1714
+ --vscode-editor-lineHighlightBorder: #eeeeee;
1715
+ --vscode-editor-rangeHighlightBackground: rgba(253, 255, 0, 0.2);
1716
+ --vscode-editor-symbolHighlightBackground: rgba(234, 92, 0, 0.33);
1717
+ --vscode-editorCursor-foreground: #000000;
1718
+ --vscode-editorWhitespace-foreground: rgba(51, 51, 51, 0.2);
1719
+ --vscode-editorIndentGuide-background: #d3d3d3;
1720
+ --vscode-editorIndentGuide-activeBackground: #939393;
1721
+ --vscode-editorLineNumber-foreground: #237893;
1722
+ --vscode-editorActiveLineNumber-foreground: #0b216f;
1723
+ --vscode-editorLineNumber-activeForeground: #0b216f;
1724
+ --vscode-editorRuler-foreground: #d3d3d3;
1725
+ --vscode-editorCodeLens-foreground: #919191;
1726
+ --vscode-editorBracketMatch-background: rgba(0, 100, 0, 0.1);
1727
+ --vscode-editorBracketMatch-border: #b9b9b9;
1728
+ --vscode-editorOverviewRuler-border: rgba(127, 127, 127, 0.3);
1729
+ --vscode-editorGutter-background: #ffffff;
1730
+ --vscode-editorUnnecessaryCode-opacity: rgba(0, 0, 0, 0.47);
1731
+ --vscode-editorGhostText-foreground: rgba(0, 0, 0, 0.47);
1732
+ --vscode-editorOverviewRuler-rangeHighlightForeground: rgba(0, 122, 204, 0.6);
1733
+ --vscode-editorOverviewRuler-errorForeground: rgba(255, 18, 18, 0.7);
1734
+ --vscode-editorOverviewRuler-warningForeground: #bf8803;
1735
+ --vscode-editorOverviewRuler-infoForeground: #1a85ff;
1736
+ --vscode-editorBracketHighlight-foreground1: #0431fa;
1737
+ --vscode-editorBracketHighlight-foreground2: #319331;
1738
+ --vscode-editorBracketHighlight-foreground3: #7b3814;
1739
+ --vscode-editorBracketHighlight-foreground4: rgba(0, 0, 0, 0);
1740
+ --vscode-editorBracketHighlight-foreground5: rgba(0, 0, 0, 0);
1741
+ --vscode-editorBracketHighlight-foreground6: rgba(0, 0, 0, 0);
1742
+ --vscode-editorBracketHighlight-unexpectedBracket\.foreground: rgba(255, 18, 18, 0.8);
1743
+ --vscode-editorBracketPairGuide-background1: rgba(0, 0, 0, 0);
1744
+ --vscode-editorBracketPairGuide-background2: rgba(0, 0, 0, 0);
1745
+ --vscode-editorBracketPairGuide-background3: rgba(0, 0, 0, 0);
1746
+ --vscode-editorBracketPairGuide-background4: rgba(0, 0, 0, 0);
1747
+ --vscode-editorBracketPairGuide-background5: rgba(0, 0, 0, 0);
1748
+ --vscode-editorBracketPairGuide-background6: rgba(0, 0, 0, 0);
1749
+ --vscode-editorBracketPairGuide-activeBackground1: rgba(0, 0, 0, 0);
1750
+ --vscode-editorBracketPairGuide-activeBackground2: rgba(0, 0, 0, 0);
1751
+ --vscode-editorBracketPairGuide-activeBackground3: rgba(0, 0, 0, 0);
1752
+ --vscode-editorBracketPairGuide-activeBackground4: rgba(0, 0, 0, 0);
1753
+ --vscode-editorBracketPairGuide-activeBackground5: rgba(0, 0, 0, 0);
1754
+ --vscode-editorBracketPairGuide-activeBackground6: rgba(0, 0, 0, 0);
1755
+ --vscode-editorUnicodeHighlight-border: #cea33d;
1756
+ --vscode-editorUnicodeHighlight-background: rgba(206, 163, 61, 0.08);
1757
+ --vscode-symbolIcon-arrayForeground: #616161;
1758
+ --vscode-symbolIcon-booleanForeground: #616161;
1759
+ --vscode-symbolIcon-classForeground: #d67e00;
1760
+ --vscode-symbolIcon-colorForeground: #616161;
1761
+ --vscode-symbolIcon-constantForeground: #616161;
1762
+ --vscode-symbolIcon-constructorForeground: #652d90;
1763
+ --vscode-symbolIcon-enumeratorForeground: #d67e00;
1764
+ --vscode-symbolIcon-enumeratorMemberForeground: #007acc;
1765
+ --vscode-symbolIcon-eventForeground: #d67e00;
1766
+ --vscode-symbolIcon-fieldForeground: #007acc;
1767
+ --vscode-symbolIcon-fileForeground: #616161;
1768
+ --vscode-symbolIcon-folderForeground: #616161;
1769
+ --vscode-symbolIcon-functionForeground: #652d90;
1770
+ --vscode-symbolIcon-interfaceForeground: #007acc;
1771
+ --vscode-symbolIcon-keyForeground: #616161;
1772
+ --vscode-symbolIcon-keywordForeground: #616161;
1773
+ --vscode-symbolIcon-methodForeground: #652d90;
1774
+ --vscode-symbolIcon-moduleForeground: #616161;
1775
+ --vscode-symbolIcon-namespaceForeground: #616161;
1776
+ --vscode-symbolIcon-nullForeground: #616161;
1777
+ --vscode-symbolIcon-numberForeground: #616161;
1778
+ --vscode-symbolIcon-objectForeground: #616161;
1779
+ --vscode-symbolIcon-operatorForeground: #616161;
1780
+ --vscode-symbolIcon-packageForeground: #616161;
1781
+ --vscode-symbolIcon-propertyForeground: #616161;
1782
+ --vscode-symbolIcon-referenceForeground: #616161;
1783
+ --vscode-symbolIcon-snippetForeground: #616161;
1784
+ --vscode-symbolIcon-stringForeground: #616161;
1785
+ --vscode-symbolIcon-structForeground: #616161;
1786
+ --vscode-symbolIcon-textForeground: #616161;
1787
+ --vscode-symbolIcon-typeParameterForeground: #616161;
1788
+ --vscode-symbolIcon-unitForeground: #616161;
1789
+ --vscode-symbolIcon-variableForeground: #007acc;
1790
+ --vscode-editorHoverWidget-highlightForeground: #0066bf;
1791
+ --vscode-editorOverviewRuler-bracketMatchForeground: #a0a0a0;
1792
+ --vscode-editor-foldBackground: rgba(173, 214, 255, 0.3);
1793
+ --vscode-editorGutter-foldingControlForeground: #424242;
1794
+ --vscode-editor-linkedEditingBackground: rgba(255, 0, 0, 0.3);
1795
+ --vscode-editor-wordHighlightBackground: rgba(87, 87, 87, 0.25);
1796
+ --vscode-editor-wordHighlightStrongBackground: rgba(14, 99, 156, 0.25);
1797
+ --vscode-editorOverviewRuler-wordHighlightForeground: rgba(160, 160, 160, 0.8);
1798
+ --vscode-editorOverviewRuler-wordHighlightStrongForeground: rgba(192, 160, 192, 0.8);
1799
+ --vscode-peekViewTitle-background: rgba(26, 133, 255, 0.1);
1800
+ --vscode-peekViewTitleLabel-foreground: #000000;
1801
+ --vscode-peekViewTitleDescription-foreground: #616161;
1802
+ --vscode-peekView-border: #1a85ff;
1803
+ --vscode-peekViewResult-background: #f3f3f3;
1804
+ --vscode-peekViewResult-lineForeground: #646465;
1805
+ --vscode-peekViewResult-fileForeground: #1e1e1e;
1806
+ --vscode-peekViewResult-selectionBackground: rgba(51, 153, 255, 0.2);
1807
+ --vscode-peekViewResult-selectionForeground: #6c6c6c;
1808
+ --vscode-peekViewEditor-background: #f2f8fc;
1809
+ --vscode-peekViewEditorGutter-background: #f2f8fc;
1810
+ --vscode-peekViewResult-matchHighlightBackground: rgba(234, 92, 0, 0.3);
1811
+ --vscode-peekViewEditor-matchHighlightBackground: rgba(245, 216, 2, 0.87);
1812
+ --vscode-editorMarkerNavigationError-background: #e51400;
1813
+ --vscode-editorMarkerNavigationError-headerBackground: rgba(229, 20, 0, 0.1);
1814
+ --vscode-editorMarkerNavigationWarning-background: #bf8803;
1815
+ --vscode-editorMarkerNavigationWarning-headerBackground: rgba(191, 136, 3, 0.1);
1816
+ --vscode-editorMarkerNavigationInfo-background: #1a85ff;
1817
+ --vscode-editorMarkerNavigationInfo-headerBackground: rgba(26, 133, 255, 0.1);
1818
+ --vscode-editorMarkerNavigation-background: #ffffff;
1819
+ --vscode-editorSuggestWidget-background: #f3f3f3;
1820
+ --vscode-editorSuggestWidget-border: #c8c8c8;
1821
+ --vscode-editorSuggestWidget-foreground: #000000;
1822
+ --vscode-editorSuggestWidget-selectedForeground: #ffffff;
1823
+ --vscode-editorSuggestWidget-selectedIconForeground: #ffffff;
1824
+ --vscode-editorSuggestWidget-selectedBackground: #0060c0;
1825
+ --vscode-editorSuggestWidget-highlightForeground: #0066bf;
1826
+ --vscode-editorSuggestWidget-focusHighlightForeground: #bbe7ff;
1827
+ --vscode-editorSuggestWidgetStatus-foreground: rgba(0, 0, 0, 0.5);
1828
+ --vscode-tab-activeBackground: #ffffff;
1829
+ --vscode-tab-unfocusedActiveBackground: #ffffff;
1830
+ --vscode-tab-inactiveBackground: #ececec;
1831
+ --vscode-tab-unfocusedInactiveBackground: #ececec;
1832
+ --vscode-tab-activeForeground: #333333;
1833
+ --vscode-tab-inactiveForeground: rgba(51, 51, 51, 0.7);
1834
+ --vscode-tab-unfocusedActiveForeground: rgba(51, 51, 51, 0.7);
1835
+ --vscode-tab-unfocusedInactiveForeground: rgba(51, 51, 51, 0.35);
1836
+ --vscode-tab-border: #f3f3f3;
1837
+ --vscode-tab-lastPinnedBorder: rgba(97, 97, 97, 0.19);
1838
+ --vscode-tab-activeModifiedBorder: #33aaee;
1839
+ --vscode-tab-inactiveModifiedBorder: rgba(51, 170, 238, 0.5);
1840
+ --vscode-tab-unfocusedActiveModifiedBorder: rgba(51, 170, 238, 0.7);
1841
+ --vscode-tab-unfocusedInactiveModifiedBorder: rgba(51, 170, 238, 0.25);
1842
+ --vscode-editorPane-background: #ffffff;
1843
+ --vscode-editorGroupHeader-tabsBackground: #f3f3f3;
1844
+ --vscode-editorGroupHeader-noTabsBackground: #ffffff;
1845
+ --vscode-editorGroup-border: #e7e7e7;
1846
+ --vscode-editorGroup-dropBackground: rgba(38, 119, 203, 0.18);
1847
+ --vscode-editorGroup-dropIntoPromptForeground: #616161;
1848
+ --vscode-editorGroup-dropIntoPromptBackground: #f3f3f3;
1849
+ --vscode-sideBySideEditor-horizontalBorder: #e7e7e7;
1850
+ --vscode-sideBySideEditor-verticalBorder: #e7e7e7;
1851
+ --vscode-panel-background: #ffffff;
1852
+ --vscode-panel-border: rgba(128, 128, 128, 0.35);
1853
+ --vscode-panelTitle-activeForeground: #424242;
1854
+ --vscode-panelTitle-inactiveForeground: rgba(66, 66, 66, 0.75);
1855
+ --vscode-panelTitle-activeBorder: #424242;
1856
+ --vscode-panelInput-border: #dddddd;
1857
+ --vscode-panel-dropBorder: #424242;
1858
+ --vscode-panelSection-dropBackground: rgba(38, 119, 203, 0.18);
1859
+ --vscode-panelSectionHeader-background: rgba(128, 128, 128, 0.2);
1860
+ --vscode-panelSection-border: rgba(128, 128, 128, 0.35);
1861
+ --vscode-banner-background: #004386;
1862
+ --vscode-banner-foreground: #ffffff;
1863
+ --vscode-banner-iconForeground: #1a85ff;
1864
+ --vscode-statusBar-foreground: #ffffff;
1865
+ --vscode-statusBar-noFolderForeground: #ffffff;
1866
+ --vscode-statusBar-background: #007acc;
1867
+ --vscode-statusBar-noFolderBackground: #68217a;
1868
+ --vscode-statusBar-focusBorder: #ffffff;
1869
+ --vscode-statusBarItem-activeBackground: rgba(255, 255, 255, 0.18);
1870
+ --vscode-statusBarItem-focusBorder: #ffffff;
1871
+ --vscode-statusBarItem-hoverBackground: rgba(255, 255, 255, 0.12);
1872
+ --vscode-statusBarItem-compactHoverBackground: rgba(255, 255, 255, 0.2);
1873
+ --vscode-statusBarItem-prominentForeground: #ffffff;
1874
+ --vscode-statusBarItem-prominentBackground: rgba(0, 0, 0, 0.5);
1875
+ --vscode-statusBarItem-prominentHoverBackground: rgba(0, 0, 0, 0.3);
1876
+ --vscode-statusBarItem-errorBackground: #c72e0f;
1877
+ --vscode-statusBarItem-errorForeground: #ffffff;
1878
+ --vscode-statusBarItem-warningBackground: #725102;
1879
+ --vscode-statusBarItem-warningForeground: #ffffff;
1880
+ --vscode-activityBar-background: #2c2c2c;
1881
+ --vscode-activityBar-foreground: #ffffff;
1882
+ --vscode-activityBar-inactiveForeground: rgba(255, 255, 255, 0.4);
1883
+ --vscode-activityBar-activeBorder: #ffffff;
1884
+ --vscode-activityBar-dropBorder: #ffffff;
1885
+ --vscode-activityBarBadge-background: #007acc;
1886
+ --vscode-activityBarBadge-foreground: #ffffff;
1887
+ --vscode-statusBarItem-remoteBackground: #16825d;
1888
+ --vscode-statusBarItem-remoteForeground: #ffffff;
1889
+ --vscode-extensionBadge-remoteBackground: #007acc;
1890
+ --vscode-extensionBadge-remoteForeground: #ffffff;
1891
+ --vscode-sideBar-background: #f3f3f3;
1892
+ --vscode-sideBarTitle-foreground: #6f6f6f;
1893
+ --vscode-sideBar-dropBackground: rgba(38, 119, 203, 0.18);
1894
+ --vscode-sideBarSectionHeader-background: rgba(0, 0, 0, 0);
1895
+ --vscode-sideBarSectionHeader-border: rgba(97, 97, 97, 0.19);
1896
+ --vscode-titleBar-activeForeground: #333333;
1897
+ --vscode-titleBar-inactiveForeground: rgba(51, 51, 51, 0.6);
1898
+ --vscode-titleBar-activeBackground: #dddddd;
1899
+ --vscode-titleBar-inactiveBackground: rgba(221, 221, 221, 0.6);
1900
+ --vscode-menubar-selectionForeground: #333333;
1901
+ --vscode-menubar-selectionBackground: rgba(184, 184, 184, 0.31);
1902
+ --vscode-notifications-foreground: #616161;
1903
+ --vscode-notifications-background: #f3f3f3;
1904
+ --vscode-notificationLink-foreground: #006ab1;
1905
+ --vscode-notificationCenterHeader-background: #e7e7e7;
1906
+ --vscode-notifications-border: #e7e7e7;
1907
+ --vscode-notificationsErrorIcon-foreground: #e51400;
1908
+ --vscode-notificationsWarningIcon-foreground: #bf8803;
1909
+ --vscode-notificationsInfoIcon-foreground: #1a85ff;
1910
+ --vscode-commandCenter-foreground: #333333;
1911
+ --vscode-commandCenter-activeForeground: #333333;
1912
+ --vscode-commandCenter-activeBackground: rgba(184, 184, 184, 0.31);
1913
+ --vscode-commandCenter-border: rgba(128, 128, 128, 0.35);
1914
+ --vscode-editorCommentsWidget-resolvedBorder: rgba(97, 97, 97, 0.5);
1915
+ --vscode-editorCommentsWidget-unresolvedBorder: #1a85ff;
1916
+ --vscode-editorCommentsWidget-rangeBackground: rgba(26, 133, 255, 0.1);
1917
+ --vscode-editorCommentsWidget-rangeBorder: rgba(26, 133, 255, 0.4);
1918
+ --vscode-editorCommentsWidget-rangeActiveBackground: rgba(26, 133, 255, 0.1);
1919
+ --vscode-editorCommentsWidget-rangeActiveBorder: rgba(26, 133, 255, 0.4);
1920
+ --vscode-editorGutter-commentRangeForeground: #d5d8e9;
1921
+ --vscode-debugToolBar-background: #f3f3f3;
1922
+ --vscode-debugIcon-startForeground: #388a34;
1923
+ --vscode-editor-stackFrameHighlightBackground: rgba(255, 255, 102, 0.45);
1924
+ --vscode-editor-focusedStackFrameHighlightBackground: rgba(206, 231, 206, 0.45);
1925
+ --vscode-mergeEditor-change\.background: rgba(155, 185, 85, 0.2);
1926
+ --vscode-mergeEditor-change\.word\.background: rgba(156, 204, 44, 0.4);
1927
+ --vscode-mergeEditor-conflict\.unhandledUnfocused\.border: rgba(255, 166, 0, 0.48);
1928
+ --vscode-mergeEditor-conflict\.unhandledFocused\.border: #ffa600;
1929
+ --vscode-mergeEditor-conflict\.handledUnfocused\.border: rgba(134, 134, 134, 0.29);
1930
+ --vscode-mergeEditor-conflict\.handledFocused\.border: rgba(193, 193, 193, 0.8);
1931
+ --vscode-mergeEditor-conflict\.handled\.minimapOverViewRuler: rgba(173, 172, 168, 0.93);
1932
+ --vscode-mergeEditor-conflict\.unhandled\.minimapOverViewRuler: #fcba03;
1933
+ --vscode-mergeEditor-conflictingLines\.background: rgba(255, 234, 0, 0.28);
1934
+ --vscode-settings-headerForeground: #444444;
1935
+ --vscode-settings-modifiedItemIndicator: #66afe0;
1936
+ --vscode-settings-headerBorder: rgba(128, 128, 128, 0.35);
1937
+ --vscode-settings-sashBorder: rgba(128, 128, 128, 0.35);
1938
+ --vscode-settings-dropdownBackground: #ffffff;
1939
+ --vscode-settings-dropdownBorder: #cecece;
1940
+ --vscode-settings-dropdownListBorder: #c8c8c8;
1941
+ --vscode-settings-checkboxBackground: #ffffff;
1942
+ --vscode-settings-checkboxBorder: #cecece;
1943
+ --vscode-settings-textInputBackground: #ffffff;
1944
+ --vscode-settings-textInputForeground: #616161;
1945
+ --vscode-settings-textInputBorder: #cecece;
1946
+ --vscode-settings-numberInputBackground: #ffffff;
1947
+ --vscode-settings-numberInputForeground: #616161;
1948
+ --vscode-settings-numberInputBorder: #cecece;
1949
+ --vscode-settings-focusedRowBackground: rgba(232, 232, 232, 0.6);
1950
+ --vscode-settings-rowHoverBackground: rgba(232, 232, 232, 0.3);
1951
+ --vscode-settings-focusedRowBorder: rgba(0, 0, 0, 0.12);
1952
+ --vscode-terminal-foreground: #333333;
1953
+ --vscode-terminal-selectionBackground: #add6ff;
1954
+ --vscode-terminal-inactiveSelectionBackground: #e5ebf1;
1955
+ --vscode-terminalCommandDecoration-defaultBackground: rgba(0, 0, 0, 0.25);
1956
+ --vscode-terminalCommandDecoration-successBackground: #2090d3;
1957
+ --vscode-terminalCommandDecoration-errorBackground: #e51400;
1958
+ --vscode-terminalOverviewRuler-cursorForeground: rgba(160, 160, 160, 0.8);
1959
+ --vscode-terminal-border: rgba(128, 128, 128, 0.35);
1960
+ --vscode-terminal-findMatchBackground: #a8ac94;
1961
+ --vscode-terminal-findMatchHighlightBackground: rgba(234, 92, 0, 0.33);
1962
+ --vscode-terminalOverviewRuler-findMatchForeground: rgba(209, 134, 22, 0.49);
1963
+ --vscode-terminal-dropBackground: rgba(38, 119, 203, 0.18);
1964
+ --vscode-testing-iconFailed: #f14c4c;
1965
+ --vscode-testing-iconErrored: #f14c4c;
1966
+ --vscode-testing-iconPassed: #73c991;
1967
+ --vscode-testing-runAction: #73c991;
1968
+ --vscode-testing-iconQueued: #cca700;
1969
+ --vscode-testing-iconUnset: #848484;
1970
+ --vscode-testing-iconSkipped: #848484;
1971
+ --vscode-testing-peekBorder: #e51400;
1972
+ --vscode-testing-peekHeaderBackground: rgba(229, 20, 0, 0.1);
1973
+ --vscode-testing-message\.error\.decorationForeground: #e51400;
1974
+ --vscode-testing-message\.error\.lineBackground: rgba(255, 0, 0, 0.2);
1975
+ --vscode-testing-message\.info\.decorationForeground: rgba(0, 0, 0, 0.5);
1976
+ --vscode-welcomePage-tileBackground: #f3f3f3;
1977
+ --vscode-welcomePage-tileHoverBackground: #dbdbdb;
1978
+ --vscode-welcomePage-tileShadow: rgba(0, 0, 0, 0.16);
1979
+ --vscode-welcomePage-progress\.background: #ffffff;
1980
+ --vscode-welcomePage-progress\.foreground: #006ab1;
1981
+ --vscode-debugExceptionWidget-border: #a31515;
1982
+ --vscode-debugExceptionWidget-background: #f1dfde;
1983
+ --vscode-ports-iconRunningProcessForeground: #369432;
1984
+ --vscode-statusBar-debuggingBackground: #cc6633;
1985
+ --vscode-statusBar-debuggingForeground: #ffffff;
1986
+ --vscode-editor-inlineValuesForeground: rgba(0, 0, 0, 0.5);
1987
+ --vscode-editor-inlineValuesBackground: rgba(255, 200, 0, 0.2);
1988
+ --vscode-editorGutter-modifiedBackground: #2090d3;
1989
+ --vscode-editorGutter-addedBackground: #48985d;
1990
+ --vscode-editorGutter-deletedBackground: #e51400;
1991
+ --vscode-minimapGutter-modifiedBackground: #2090d3;
1992
+ --vscode-minimapGutter-addedBackground: #48985d;
1993
+ --vscode-minimapGutter-deletedBackground: #e51400;
1994
+ --vscode-editorOverviewRuler-modifiedForeground: rgba(32, 144, 211, 0.6);
1995
+ --vscode-editorOverviewRuler-addedForeground: rgba(72, 152, 93, 0.6);
1996
+ --vscode-editorOverviewRuler-deletedForeground: rgba(229, 20, 0, 0.6);
1997
+ --vscode-debugIcon-breakpointForeground: #e51400;
1998
+ --vscode-debugIcon-breakpointDisabledForeground: #848484;
1999
+ --vscode-debugIcon-breakpointUnverifiedForeground: #848484;
2000
+ --vscode-debugIcon-breakpointCurrentStackframeForeground: #be8700;
2001
+ --vscode-debugIcon-breakpointStackframeForeground: #89d185;
2002
+ --vscode-notebook-cellBorderColor: #e8e8e8;
2003
+ --vscode-notebook-focusedEditorBorder: #0090f1;
2004
+ --vscode-notebookStatusSuccessIcon-foreground: #388a34;
2005
+ --vscode-notebookStatusErrorIcon-foreground: #a1260d;
2006
+ --vscode-notebookStatusRunningIcon-foreground: #616161;
2007
+ --vscode-notebook-cellToolbarSeparator: rgba(128, 128, 128, 0.35);
2008
+ --vscode-notebook-selectedCellBackground: rgba(200, 221, 241, 0.31);
2009
+ --vscode-notebook-selectedCellBorder: #e8e8e8;
2010
+ --vscode-notebook-focusedCellBorder: #0090f1;
2011
+ --vscode-notebook-inactiveFocusedCellBorder: #e8e8e8;
2012
+ --vscode-notebook-cellStatusBarItemHoverBackground: rgba(0, 0, 0, 0.08);
2013
+ --vscode-notebook-cellInsertionIndicator: #0090f1;
2014
+ --vscode-notebookScrollbarSlider-background: rgba(100, 100, 100, 0.4);
2015
+ --vscode-notebookScrollbarSlider-hoverBackground: rgba(100, 100, 100, 0.7);
2016
+ --vscode-notebookScrollbarSlider-activeBackground: rgba(0, 0, 0, 0.6);
2017
+ --vscode-notebook-symbolHighlightBackground: rgba(253, 255, 0, 0.2);
2018
+ --vscode-notebook-cellEditorBackground: #f3f3f3;
2019
+ --vscode-notebook-editorBackground: #ffffff;
2020
+ --vscode-keybindingTable-headerBackground: rgba(97, 97, 97, 0.04);
2021
+ --vscode-keybindingTable-rowsBackground: rgba(97, 97, 97, 0.04);
2022
+ --vscode-scm-providerBorder: #c8c8c8;
2023
+ --vscode-searchEditor-textInputBorder: #cecece;
2024
+ --vscode-debugTokenExpression-name: #9b46b0;
2025
+ --vscode-debugTokenExpression-value: rgba(108, 108, 108, 0.8);
2026
+ --vscode-debugTokenExpression-string: #a31515;
2027
+ --vscode-debugTokenExpression-boolean: #0000ff;
2028
+ --vscode-debugTokenExpression-number: #098658;
2029
+ --vscode-debugTokenExpression-error: #e51400;
2030
+ --vscode-debugView-exceptionLabelForeground: #ffffff;
2031
+ --vscode-debugView-exceptionLabelBackground: #a31515;
2032
+ --vscode-debugView-stateLabelForeground: #616161;
2033
+ --vscode-debugView-stateLabelBackground: rgba(136, 136, 136, 0.27);
2034
+ --vscode-debugView-valueChangedHighlight: #569cd6;
2035
+ --vscode-debugConsole-infoForeground: #1a85ff;
2036
+ --vscode-debugConsole-warningForeground: #bf8803;
2037
+ --vscode-debugConsole-errorForeground: #a1260d;
2038
+ --vscode-debugConsole-sourceForeground: #616161;
2039
+ --vscode-debugConsoleInputIcon-foreground: #616161;
2040
+ --vscode-debugIcon-pauseForeground: #007acc;
2041
+ --vscode-debugIcon-stopForeground: #a1260d;
2042
+ --vscode-debugIcon-disconnectForeground: #a1260d;
2043
+ --vscode-debugIcon-restartForeground: #388a34;
2044
+ --vscode-debugIcon-stepOverForeground: #007acc;
2045
+ --vscode-debugIcon-stepIntoForeground: #007acc;
2046
+ --vscode-debugIcon-stepOutForeground: #007acc;
2047
+ --vscode-debugIcon-continueForeground: #007acc;
2048
+ --vscode-debugIcon-stepBackForeground: #007acc;
2049
+ --vscode-extensionButton-prominentBackground: #007acc;
2050
+ --vscode-extensionButton-prominentForeground: #ffffff;
2051
+ --vscode-extensionButton-prominentHoverBackground: #0062a3;
2052
+ --vscode-extensionIcon-starForeground: #df6100;
2053
+ --vscode-extensionIcon-verifiedForeground: #006ab1;
2054
+ --vscode-extensionIcon-preReleaseForeground: #1d9271;
2055
+ --vscode-extensionIcon-sponsorForeground: #b51e78;
2056
+ --vscode-terminal-ansiBlack: #000000;
2057
+ --vscode-terminal-ansiRed: #cd3131;
2058
+ --vscode-terminal-ansiGreen: #00bc00;
2059
+ --vscode-terminal-ansiYellow: #949800;
2060
+ --vscode-terminal-ansiBlue: #0451a5;
2061
+ --vscode-terminal-ansiMagenta: #bc05bc;
2062
+ --vscode-terminal-ansiCyan: #0598bc;
2063
+ --vscode-terminal-ansiWhite: #555555;
2064
+ --vscode-terminal-ansiBrightBlack: #666666;
2065
+ --vscode-terminal-ansiBrightRed: #cd3131;
2066
+ --vscode-terminal-ansiBrightGreen: #14ce14;
2067
+ --vscode-terminal-ansiBrightYellow: #b5ba00;
2068
+ --vscode-terminal-ansiBrightBlue: #0451a5;
2069
+ --vscode-terminal-ansiBrightMagenta: #bc05bc;
2070
+ --vscode-terminal-ansiBrightCyan: #0598bc;
2071
+ --vscode-terminal-ansiBrightWhite: #a5a5a5;
2072
+ --vscode-interactive-activeCodeBorder: #1a85ff;
2073
+ --vscode-interactive-inactiveCodeBorder: #e4e6f1;
2074
+ --vscode-gitDecoration-addedResourceForeground: #587c0c;
2075
+ --vscode-gitDecoration-modifiedResourceForeground: #895503;
2076
+ --vscode-gitDecoration-deletedResourceForeground: #ad0707;
2077
+ --vscode-gitDecoration-renamedResourceForeground: #007100;
2078
+ --vscode-gitDecoration-untrackedResourceForeground: #007100;
2079
+ --vscode-gitDecoration-ignoredResourceForeground: #8e8e90;
2080
+ --vscode-gitDecoration-stageModifiedResourceForeground: #895503;
2081
+ --vscode-gitDecoration-stageDeletedResourceForeground: #ad0707;
2082
+ --vscode-gitDecoration-conflictingResourceForeground: #ad0707;
2083
+ --vscode-gitDecoration-submoduleResourceForeground: #1258a7;
2084
+ }
2085
+
2086
+ body.dark-mode {
2087
+ --vscode-font-family: system-ui, "Ubuntu", "Droid Sans", sans-serif;
2088
+ --vscode-font-weight: normal;
2089
+ --vscode-font-size: 13px;
2090
+ --vscode-editor-font-family: "Droid Sans Mono", "monospace", monospace;
2091
+ --vscode-editor-font-weight: normal;
2092
+ --vscode-editor-font-size: 14px;
2093
+ --vscode-foreground: #cccccc;
2094
+ --vscode-disabledForeground: rgba(204, 204, 204, 0.5);
2095
+ --vscode-errorForeground: #f48771;
2096
+ --vscode-descriptionForeground: rgba(204, 204, 204, 0.7);
2097
+ --vscode-icon-foreground: #c5c5c5;
2098
+ --vscode-focusBorder: #007fd4;
2099
+ --vscode-textSeparator-foreground: rgba(255, 255, 255, 0.18);
2100
+ --vscode-textLink-foreground: #3794ff;
2101
+ --vscode-textLink-activeForeground: #3794ff;
2102
+ --vscode-textPreformat-foreground: #d7ba7d;
2103
+ --vscode-textBlockQuote-background: rgba(127, 127, 127, 0.1);
2104
+ --vscode-textBlockQuote-border: rgba(0, 122, 204, 0.5);
2105
+ --vscode-textCodeBlock-background: rgba(10, 10, 10, 0.4);
2106
+ --vscode-widget-shadow: rgba(0, 0, 0, 0.36);
2107
+ --vscode-input-background: #3c3c3c;
2108
+ --vscode-input-foreground: #cccccc;
2109
+ --vscode-inputOption-activeBorder: #007acc;
2110
+ --vscode-inputOption-hoverBackground: rgba(90, 93, 94, 0.5);
2111
+ --vscode-inputOption-activeBackground: rgba(0, 127, 212, 0.4);
2112
+ --vscode-inputOption-activeForeground: #ffffff;
2113
+ --vscode-input-placeholderForeground: #a6a6a6;
2114
+ --vscode-inputValidation-infoBackground: #063b49;
2115
+ --vscode-inputValidation-infoBorder: #007acc;
2116
+ --vscode-inputValidation-warningBackground: #352a05;
2117
+ --vscode-inputValidation-warningBorder: #b89500;
2118
+ --vscode-inputValidation-errorBackground: #5a1d1d;
2119
+ --vscode-inputValidation-errorBorder: #be1100;
2120
+ --vscode-dropdown-background: #3c3c3c;
2121
+ --vscode-dropdown-foreground: #f0f0f0;
2122
+ --vscode-dropdown-border: #3c3c3c;
2123
+ --vscode-checkbox-background: #3c3c3c;
2124
+ --vscode-checkbox-foreground: #f0f0f0;
2125
+ --vscode-checkbox-border: #3c3c3c;
2126
+ --vscode-button-foreground: #ffffff;
2127
+ --vscode-button-separator: rgba(255, 255, 255, 0.4);
2128
+ --vscode-button-background: #0e639c;
2129
+ --vscode-button-hoverBackground: #1177bb;
2130
+ --vscode-button-secondaryForeground: #ffffff;
2131
+ --vscode-button-secondaryBackground: #3a3d41;
2132
+ --vscode-button-secondaryHoverBackground: #45494e;
2133
+ --vscode-badge-background: #4d4d4d;
2134
+ --vscode-badge-foreground: #ffffff;
2135
+ --vscode-scrollbar-shadow: #000000;
2136
+ --vscode-scrollbarSlider-background: rgba(121, 121, 121, 0.4);
2137
+ --vscode-scrollbarSlider-hoverBackground: rgba(100, 100, 100, 0.7);
2138
+ --vscode-scrollbarSlider-activeBackground: rgba(191, 191, 191, 0.4);
2139
+ --vscode-progressBar-background: #0e70c0;
2140
+ --vscode-editorError-foreground: #f14c4c;
2141
+ --vscode-editorWarning-foreground: #cca700;
2142
+ --vscode-editorInfo-foreground: #3794ff;
2143
+ --vscode-editorHint-foreground: rgba(238, 238, 238, 0.7);
2144
+ --vscode-sash-hoverBorder: #007fd4;
2145
+ --vscode-editor-background: #1e1e1e;
2146
+ --vscode-editor-foreground: #d4d4d4;
2147
+ --vscode-editorStickyScroll-background: #1e1e1e;
2148
+ --vscode-editorStickyScrollHover-background: #2a2d2e;
2149
+ --vscode-editorWidget-background: #252526;
2150
+ --vscode-editorWidget-foreground: #cccccc;
2151
+ --vscode-editorWidget-border: #454545;
2152
+ --vscode-quickInput-background: #252526;
2153
+ --vscode-quickInput-foreground: #cccccc;
2154
+ --vscode-quickInputTitle-background: rgba(255, 255, 255, 0.1);
2155
+ --vscode-pickerGroup-foreground: #3794ff;
2156
+ --vscode-pickerGroup-border: #3f3f46;
2157
+ --vscode-keybindingLabel-background: rgba(128, 128, 128, 0.17);
2158
+ --vscode-keybindingLabel-foreground: #cccccc;
2159
+ --vscode-keybindingLabel-border: rgba(51, 51, 51, 0.6);
2160
+ --vscode-keybindingLabel-bottomBorder: rgba(68, 68, 68, 0.6);
2161
+ --vscode-editor-selectionBackground: #264f78;
2162
+ --vscode-editor-inactiveSelectionBackground: #3a3d41;
2163
+ --vscode-editor-selectionHighlightBackground: rgba(173, 214, 255, 0.15);
2164
+ --vscode-editor-findMatchBackground: #515c6a;
2165
+ --vscode-editor-findMatchHighlightBackground: rgba(234, 92, 0, 0.33);
2166
+ --vscode-editor-findRangeHighlightBackground: rgba(58, 61, 65, 0.4);
2167
+ --vscode-searchEditor-findMatchBackground: rgba(234, 92, 0, 0.22);
2168
+ --vscode-editor-hoverHighlightBackground: rgba(38, 79, 120, 0.25);
2169
+ --vscode-editorHoverWidget-background: #252526;
2170
+ --vscode-editorHoverWidget-foreground: #cccccc;
2171
+ --vscode-editorHoverWidget-border: #454545;
2172
+ --vscode-editorHoverWidget-statusBarBackground: #2c2c2d;
2173
+ --vscode-editorLink-activeForeground: #4e94ce;
2174
+ --vscode-editorInlayHint-foreground: rgba(255, 255, 255, 0.8);
2175
+ --vscode-editorInlayHint-background: rgba(77, 77, 77, 0.6);
2176
+ --vscode-editorInlayHint-typeForeground: rgba(255, 255, 255, 0.8);
2177
+ --vscode-editorInlayHint-typeBackground: rgba(77, 77, 77, 0.6);
2178
+ --vscode-editorInlayHint-parameterForeground: rgba(255, 255, 255, 0.8);
2179
+ --vscode-editorInlayHint-parameterBackground: rgba(77, 77, 77, 0.6);
2180
+ --vscode-editorLightBulb-foreground: #ffcc00;
2181
+ --vscode-editorLightBulbAutoFix-foreground: #75beff;
2182
+ --vscode-diffEditor-insertedTextBackground: rgba(156, 204, 44, 0.2);
2183
+ --vscode-diffEditor-removedTextBackground: rgba(255, 0, 0, 0.4);
2184
+ --vscode-diffEditor-insertedLineBackground: rgba(155, 185, 85, 0.2);
2185
+ --vscode-diffEditor-removedLineBackground: rgba(255, 0, 0, 0.2);
2186
+ --vscode-diffEditor-diagonalFill: rgba(204, 204, 204, 0.2);
2187
+ --vscode-list-focusOutline: #007fd4;
2188
+ --vscode-list-activeSelectionBackground: #04395e;
2189
+ --vscode-list-activeSelectionForeground: #ffffff;
2190
+ --vscode-list-activeSelectionIconForeground: #ffffff;
2191
+ --vscode-list-inactiveSelectionBackground: #37373d;
2192
+ --vscode-list-hoverBackground: #2a2d2e;
2193
+ --vscode-list-dropBackground: #383b3d;
2194
+ --vscode-list-highlightForeground: #2aaaff;
2195
+ --vscode-list-focusHighlightForeground: #2aaaff;
2196
+ --vscode-list-invalidItemForeground: #b89500;
2197
+ --vscode-list-errorForeground: #f88070;
2198
+ --vscode-list-warningForeground: #cca700;
2199
+ --vscode-listFilterWidget-background: #252526;
2200
+ --vscode-listFilterWidget-outline: rgba(0, 0, 0, 0);
2201
+ --vscode-listFilterWidget-noMatchesOutline: #be1100;
2202
+ --vscode-listFilterWidget-shadow: rgba(0, 0, 0, 0.36);
2203
+ --vscode-list-filterMatchBackground: rgba(234, 92, 0, 0.33);
2204
+ --vscode-tree-indentGuidesStroke: #585858;
2205
+ --vscode-tree-tableColumnsBorder: rgba(204, 204, 204, 0.13);
2206
+ --vscode-tree-tableOddRowsBackground: rgba(204, 204, 204, 0.04);
2207
+ --vscode-list-deemphasizedForeground: #8c8c8c;
2208
+ --vscode-quickInputList-focusForeground: #ffffff;
2209
+ --vscode-quickInputList-focusIconForeground: #ffffff;
2210
+ --vscode-quickInputList-focusBackground: #04395e;
2211
+ --vscode-menu-foreground: #cccccc;
2212
+ --vscode-menu-background: #303031;
2213
+ --vscode-menu-selectionForeground: #ffffff;
2214
+ --vscode-menu-selectionBackground: #04395e;
2215
+ --vscode-menu-separatorBackground: #606060;
2216
+ --vscode-toolbar-hoverBackground: rgba(90, 93, 94, 0.31);
2217
+ --vscode-toolbar-activeBackground: rgba(99, 102, 103, 0.31);
2218
+ --vscode-editor-snippetTabstopHighlightBackground: rgba(124, 124, 124, 0.3);
2219
+ --vscode-editor-snippetFinalTabstopHighlightBorder: #525252;
2220
+ --vscode-breadcrumb-foreground: rgba(204, 204, 204, 0.8);
2221
+ --vscode-breadcrumb-background: #1e1e1e;
2222
+ --vscode-breadcrumb-focusForeground: #e0e0e0;
2223
+ --vscode-breadcrumb-activeSelectionForeground: #e0e0e0;
2224
+ --vscode-breadcrumbPicker-background: #252526;
2225
+ --vscode-merge-currentHeaderBackground: rgba(64, 200, 174, 0.5);
2226
+ --vscode-merge-currentContentBackground: rgba(64, 200, 174, 0.2);
2227
+ --vscode-merge-incomingHeaderBackground: rgba(64, 166, 255, 0.5);
2228
+ --vscode-merge-incomingContentBackground: rgba(64, 166, 255, 0.2);
2229
+ --vscode-merge-commonHeaderBackground: rgba(96, 96, 96, 0.4);
2230
+ --vscode-merge-commonContentBackground: rgba(96, 96, 96, 0.16);
2231
+ --vscode-editorOverviewRuler-currentContentForeground: rgba(64, 200, 174, 0.5);
2232
+ --vscode-editorOverviewRuler-incomingContentForeground: rgba(64, 166, 255, 0.5);
2233
+ --vscode-editorOverviewRuler-commonContentForeground: rgba(96, 96, 96, 0.4);
2234
+ --vscode-editorOverviewRuler-findMatchForeground: rgba(209, 134, 22, 0.49);
2235
+ --vscode-editorOverviewRuler-selectionHighlightForeground: rgba(160, 160, 160, 0.8);
2236
+ --vscode-minimap-findMatchHighlight: #d18616;
2237
+ --vscode-minimap-selectionOccurrenceHighlight: #676767;
2238
+ --vscode-minimap-selectionHighlight: #264f78;
2239
+ --vscode-minimap-errorHighlight: rgba(255, 18, 18, 0.7);
2240
+ --vscode-minimap-warningHighlight: #cca700;
2241
+ --vscode-minimap-foregroundOpacity: #000000;
2242
+ --vscode-minimapSlider-background: rgba(121, 121, 121, 0.2);
2243
+ --vscode-minimapSlider-hoverBackground: rgba(100, 100, 100, 0.35);
2244
+ --vscode-minimapSlider-activeBackground: rgba(191, 191, 191, 0.2);
2245
+ --vscode-problemsErrorIcon-foreground: #f14c4c;
2246
+ --vscode-problemsWarningIcon-foreground: #cca700;
2247
+ --vscode-problemsInfoIcon-foreground: #3794ff;
2248
+ --vscode-charts-foreground: #cccccc;
2249
+ --vscode-charts-lines: rgba(204, 204, 204, 0.5);
2250
+ --vscode-charts-red: #f14c4c;
2251
+ --vscode-charts-blue: #3794ff;
2252
+ --vscode-charts-yellow: #cca700;
2253
+ --vscode-charts-orange: #d18616;
2254
+ --vscode-charts-green: #89d185;
2255
+ --vscode-charts-purple: #b180d7;
2256
+ --vscode-editor-lineHighlightBorder: #282828;
2257
+ --vscode-editor-rangeHighlightBackground: rgba(255, 255, 255, 0.04);
2258
+ --vscode-editor-symbolHighlightBackground: rgba(234, 92, 0, 0.33);
2259
+ --vscode-editorCursor-foreground: #aeafad;
2260
+ --vscode-editorWhitespace-foreground: rgba(227, 228, 226, 0.16);
2261
+ --vscode-editorIndentGuide-background: #404040;
2262
+ --vscode-editorIndentGuide-activeBackground: #707070;
2263
+ --vscode-editorLineNumber-foreground: #858585;
2264
+ --vscode-editorActiveLineNumber-foreground: #c6c6c6;
2265
+ --vscode-editorLineNumber-activeForeground: #c6c6c6;
2266
+ --vscode-editorRuler-foreground: #5a5a5a;
2267
+ --vscode-editorCodeLens-foreground: #999999;
2268
+ --vscode-editorBracketMatch-background: rgba(0, 100, 0, 0.1);
2269
+ --vscode-editorBracketMatch-border: #888888;
2270
+ --vscode-editorOverviewRuler-border: rgba(127, 127, 127, 0.3);
2271
+ --vscode-editorGutter-background: #1e1e1e;
2272
+ --vscode-editorUnnecessaryCode-opacity: rgba(0, 0, 0, 0.67);
2273
+ --vscode-editorGhostText-foreground: rgba(255, 255, 255, 0.34);
2274
+ --vscode-editorOverviewRuler-rangeHighlightForeground: rgba(0, 122, 204, 0.6);
2275
+ --vscode-editorOverviewRuler-errorForeground: rgba(255, 18, 18, 0.7);
2276
+ --vscode-editorOverviewRuler-warningForeground: #cca700;
2277
+ --vscode-editorOverviewRuler-infoForeground: #3794ff;
2278
+ --vscode-editorBracketHighlight-foreground1: #ffd700;
2279
+ --vscode-editorBracketHighlight-foreground2: #da70d6;
2280
+ --vscode-editorBracketHighlight-foreground3: #179fff;
2281
+ --vscode-editorBracketHighlight-foreground4: rgba(0, 0, 0, 0);
2282
+ --vscode-editorBracketHighlight-foreground5: rgba(0, 0, 0, 0);
2283
+ --vscode-editorBracketHighlight-foreground6: rgba(0, 0, 0, 0);
2284
+ --vscode-editorBracketHighlight-unexpectedBracket\.foreground: rgba(255, 18, 18, 0.8);
2285
+ --vscode-editorBracketPairGuide-background1: rgba(0, 0, 0, 0);
2286
+ --vscode-editorBracketPairGuide-background2: rgba(0, 0, 0, 0);
2287
+ --vscode-editorBracketPairGuide-background3: rgba(0, 0, 0, 0);
2288
+ --vscode-editorBracketPairGuide-background4: rgba(0, 0, 0, 0);
2289
+ --vscode-editorBracketPairGuide-background5: rgba(0, 0, 0, 0);
2290
+ --vscode-editorBracketPairGuide-background6: rgba(0, 0, 0, 0);
2291
+ --vscode-editorBracketPairGuide-activeBackground1: rgba(0, 0, 0, 0);
2292
+ --vscode-editorBracketPairGuide-activeBackground2: rgba(0, 0, 0, 0);
2293
+ --vscode-editorBracketPairGuide-activeBackground3: rgba(0, 0, 0, 0);
2294
+ --vscode-editorBracketPairGuide-activeBackground4: rgba(0, 0, 0, 0);
2295
+ --vscode-editorBracketPairGuide-activeBackground5: rgba(0, 0, 0, 0);
2296
+ --vscode-editorBracketPairGuide-activeBackground6: rgba(0, 0, 0, 0);
2297
+ --vscode-editorUnicodeHighlight-border: #bd9b03;
2298
+ --vscode-editorUnicodeHighlight-background: rgba(189, 155, 3, 0.15);
2299
+ --vscode-symbolIcon-arrayForeground: #cccccc;
2300
+ --vscode-symbolIcon-booleanForeground: #cccccc;
2301
+ --vscode-symbolIcon-classForeground: #ee9d28;
2302
+ --vscode-symbolIcon-colorForeground: #cccccc;
2303
+ --vscode-symbolIcon-constantForeground: #cccccc;
2304
+ --vscode-symbolIcon-constructorForeground: #b180d7;
2305
+ --vscode-symbolIcon-enumeratorForeground: #ee9d28;
2306
+ --vscode-symbolIcon-enumeratorMemberForeground: #75beff;
2307
+ --vscode-symbolIcon-eventForeground: #ee9d28;
2308
+ --vscode-symbolIcon-fieldForeground: #75beff;
2309
+ --vscode-symbolIcon-fileForeground: #cccccc;
2310
+ --vscode-symbolIcon-folderForeground: #cccccc;
2311
+ --vscode-symbolIcon-functionForeground: #b180d7;
2312
+ --vscode-symbolIcon-interfaceForeground: #75beff;
2313
+ --vscode-symbolIcon-keyForeground: #cccccc;
2314
+ --vscode-symbolIcon-keywordForeground: #cccccc;
2315
+ --vscode-symbolIcon-methodForeground: #b180d7;
2316
+ --vscode-symbolIcon-moduleForeground: #cccccc;
2317
+ --vscode-symbolIcon-namespaceForeground: #cccccc;
2318
+ --vscode-symbolIcon-nullForeground: #cccccc;
2319
+ --vscode-symbolIcon-numberForeground: #cccccc;
2320
+ --vscode-symbolIcon-objectForeground: #cccccc;
2321
+ --vscode-symbolIcon-operatorForeground: #cccccc;
2322
+ --vscode-symbolIcon-packageForeground: #cccccc;
2323
+ --vscode-symbolIcon-propertyForeground: #cccccc;
2324
+ --vscode-symbolIcon-referenceForeground: #cccccc;
2325
+ --vscode-symbolIcon-snippetForeground: #cccccc;
2326
+ --vscode-symbolIcon-stringForeground: #cccccc;
2327
+ --vscode-symbolIcon-structForeground: #cccccc;
2328
+ --vscode-symbolIcon-textForeground: #cccccc;
2329
+ --vscode-symbolIcon-typeParameterForeground: #cccccc;
2330
+ --vscode-symbolIcon-unitForeground: #cccccc;
2331
+ --vscode-symbolIcon-variableForeground: #75beff;
2332
+ --vscode-editorHoverWidget-highlightForeground: #2aaaff;
2333
+ --vscode-editorOverviewRuler-bracketMatchForeground: #a0a0a0;
2334
+ --vscode-editor-foldBackground: rgba(38, 79, 120, 0.3);
2335
+ --vscode-editorGutter-foldingControlForeground: #c5c5c5;
2336
+ --vscode-editor-linkedEditingBackground: rgba(255, 0, 0, 0.3);
2337
+ --vscode-editor-wordHighlightBackground: rgba(87, 87, 87, 0.72);
2338
+ --vscode-editor-wordHighlightStrongBackground: rgba(0, 73, 114, 0.72);
2339
+ --vscode-editorOverviewRuler-wordHighlightForeground: rgba(160, 160, 160, 0.8);
2340
+ --vscode-editorOverviewRuler-wordHighlightStrongForeground: rgba(192, 160, 192, 0.8);
2341
+ --vscode-peekViewTitle-background: rgba(55, 148, 255, 0.1);
2342
+ --vscode-peekViewTitleLabel-foreground: #ffffff;
2343
+ --vscode-peekViewTitleDescription-foreground: rgba(204, 204, 204, 0.7);
2344
+ --vscode-peekView-border: #3794ff;
2345
+ --vscode-peekViewResult-background: #252526;
2346
+ --vscode-peekViewResult-lineForeground: #bbbbbb;
2347
+ --vscode-peekViewResult-fileForeground: #ffffff;
2348
+ --vscode-peekViewResult-selectionBackground: rgba(51, 153, 255, 0.2);
2349
+ --vscode-peekViewResult-selectionForeground: #ffffff;
2350
+ --vscode-peekViewEditor-background: #001f33;
2351
+ --vscode-peekViewEditorGutter-background: #001f33;
2352
+ --vscode-peekViewResult-matchHighlightBackground: rgba(234, 92, 0, 0.3);
2353
+ --vscode-peekViewEditor-matchHighlightBackground: rgba(255, 143, 0, 0.6);
2354
+ --vscode-editorMarkerNavigationError-background: #f14c4c;
2355
+ --vscode-editorMarkerNavigationError-headerBackground: rgba(241, 76, 76, 0.1);
2356
+ --vscode-editorMarkerNavigationWarning-background: #cca700;
2357
+ --vscode-editorMarkerNavigationWarning-headerBackground: rgba(204, 167, 0, 0.1);
2358
+ --vscode-editorMarkerNavigationInfo-background: #3794ff;
2359
+ --vscode-editorMarkerNavigationInfo-headerBackground: rgba(55, 148, 255, 0.1);
2360
+ --vscode-editorMarkerNavigation-background: #1e1e1e;
2361
+ --vscode-editorSuggestWidget-background: #252526;
2362
+ --vscode-editorSuggestWidget-border: #454545;
2363
+ --vscode-editorSuggestWidget-foreground: #d4d4d4;
2364
+ --vscode-editorSuggestWidget-selectedForeground: #ffffff;
2365
+ --vscode-editorSuggestWidget-selectedIconForeground: #ffffff;
2366
+ --vscode-editorSuggestWidget-selectedBackground: #04395e;
2367
+ --vscode-editorSuggestWidget-highlightForeground: #2aaaff;
2368
+ --vscode-editorSuggestWidget-focusHighlightForeground: #2aaaff;
2369
+ --vscode-editorSuggestWidgetStatus-foreground: rgba(212, 212, 212, 0.5);
2370
+ --vscode-tab-activeBackground: #1e1e1e;
2371
+ --vscode-tab-unfocusedActiveBackground: #1e1e1e;
2372
+ --vscode-tab-inactiveBackground: #2d2d2d;
2373
+ --vscode-tab-unfocusedInactiveBackground: #2d2d2d;
2374
+ --vscode-tab-activeForeground: #ffffff;
2375
+ --vscode-tab-inactiveForeground: rgba(255, 255, 255, 0.5);
2376
+ --vscode-tab-unfocusedActiveForeground: rgba(255, 255, 255, 0.5);
2377
+ --vscode-tab-unfocusedInactiveForeground: rgba(255, 255, 255, 0.25);
2378
+ --vscode-tab-border: #252526;
2379
+ --vscode-tab-lastPinnedBorder: rgba(204, 204, 204, 0.2);
2380
+ --vscode-tab-activeModifiedBorder: #3399cc;
2381
+ --vscode-tab-inactiveModifiedBorder: rgba(51, 153, 204, 0.5);
2382
+ --vscode-tab-unfocusedActiveModifiedBorder: rgba(51, 153, 204, 0.5);
2383
+ --vscode-tab-unfocusedInactiveModifiedBorder: rgba(51, 153, 204, 0.25);
2384
+ --vscode-editorPane-background: #1e1e1e;
2385
+ --vscode-editorGroupHeader-tabsBackground: #252526;
2386
+ --vscode-editorGroupHeader-noTabsBackground: #1e1e1e;
2387
+ --vscode-editorGroup-border: #444444;
2388
+ --vscode-editorGroup-dropBackground: rgba(83, 89, 93, 0.5);
2389
+ --vscode-editorGroup-dropIntoPromptForeground: #cccccc;
2390
+ --vscode-editorGroup-dropIntoPromptBackground: #252526;
2391
+ --vscode-sideBySideEditor-horizontalBorder: #444444;
2392
+ --vscode-sideBySideEditor-verticalBorder: #444444;
2393
+ --vscode-panel-background: #1e1e1e;
2394
+ --vscode-panel-border: rgba(128, 128, 128, 0.35);
2395
+ --vscode-panelTitle-activeForeground: #e7e7e7;
2396
+ --vscode-panelTitle-inactiveForeground: rgba(231, 231, 231, 0.6);
2397
+ --vscode-panelTitle-activeBorder: #e7e7e7;
2398
+ --vscode-panel-dropBorder: #e7e7e7;
2399
+ --vscode-panelSection-dropBackground: rgba(83, 89, 93, 0.5);
2400
+ --vscode-panelSectionHeader-background: rgba(128, 128, 128, 0.2);
2401
+ --vscode-panelSection-border: rgba(128, 128, 128, 0.35);
2402
+ --vscode-banner-background: #04395e;
2403
+ --vscode-banner-foreground: #ffffff;
2404
+ --vscode-banner-iconForeground: #3794ff;
2405
+ --vscode-statusBar-foreground: #ffffff;
2406
+ --vscode-statusBar-noFolderForeground: #ffffff;
2407
+ --vscode-statusBar-background: #007acc;
2408
+ --vscode-statusBar-noFolderBackground: #68217a;
2409
+ --vscode-statusBar-focusBorder: #ffffff;
2410
+ --vscode-statusBarItem-activeBackground: rgba(255, 255, 255, 0.18);
2411
+ --vscode-statusBarItem-focusBorder: #ffffff;
2412
+ --vscode-statusBarItem-hoverBackground: rgba(255, 255, 255, 0.12);
2413
+ --vscode-statusBarItem-compactHoverBackground: rgba(255, 255, 255, 0.2);
2414
+ --vscode-statusBarItem-prominentForeground: #ffffff;
2415
+ --vscode-statusBarItem-prominentBackground: rgba(0, 0, 0, 0.5);
2416
+ --vscode-statusBarItem-prominentHoverBackground: rgba(0, 0, 0, 0.3);
2417
+ --vscode-statusBarItem-errorBackground: #c72e0f;
2418
+ --vscode-statusBarItem-errorForeground: #ffffff;
2419
+ --vscode-statusBarItem-warningBackground: #7a6400;
2420
+ --vscode-statusBarItem-warningForeground: #ffffff;
2421
+ --vscode-activityBar-background: #333333;
2422
+ --vscode-activityBar-foreground: #ffffff;
2423
+ --vscode-activityBar-inactiveForeground: rgba(255, 255, 255, 0.4);
2424
+ --vscode-activityBar-activeBorder: #ffffff;
2425
+ --vscode-activityBar-dropBorder: #ffffff;
2426
+ --vscode-activityBarBadge-background: #007acc;
2427
+ --vscode-activityBarBadge-foreground: #ffffff;
2428
+ --vscode-statusBarItem-remoteBackground: #16825d;
2429
+ --vscode-statusBarItem-remoteForeground: #ffffff;
2430
+ --vscode-extensionBadge-remoteBackground: #007acc;
2431
+ --vscode-extensionBadge-remoteForeground: #ffffff;
2432
+ --vscode-sideBar-background: #252526;
2433
+ --vscode-sideBarTitle-foreground: #bbbbbb;
2434
+ --vscode-sideBar-dropBackground: rgba(83, 89, 93, 0.5);
2435
+ --vscode-sideBarSectionHeader-background: rgba(0, 0, 0, 0);
2436
+ --vscode-sideBarSectionHeader-border: rgba(204, 204, 204, 0.2);
2437
+ --vscode-titleBar-activeForeground: #cccccc;
2438
+ --vscode-titleBar-inactiveForeground: rgba(204, 204, 204, 0.6);
2439
+ --vscode-titleBar-activeBackground: #3c3c3c;
2440
+ --vscode-titleBar-inactiveBackground: rgba(60, 60, 60, 0.6);
2441
+ --vscode-menubar-selectionForeground: #cccccc;
2442
+ --vscode-menubar-selectionBackground: rgba(90, 93, 94, 0.31);
2443
+ --vscode-notifications-foreground: #cccccc;
2444
+ --vscode-notifications-background: #252526;
2445
+ --vscode-notificationLink-foreground: #3794ff;
2446
+ --vscode-notificationCenterHeader-background: #303031;
2447
+ --vscode-notifications-border: #303031;
2448
+ --vscode-notificationsErrorIcon-foreground: #f14c4c;
2449
+ --vscode-notificationsWarningIcon-foreground: #cca700;
2450
+ --vscode-notificationsInfoIcon-foreground: #3794ff;
2451
+ --vscode-commandCenter-foreground: #cccccc;
2452
+ --vscode-commandCenter-activeForeground: #cccccc;
2453
+ --vscode-commandCenter-activeBackground: rgba(90, 93, 94, 0.31);
2454
+ --vscode-commandCenter-border: rgba(128, 128, 128, 0.35);
2455
+ --vscode-editorCommentsWidget-resolvedBorder: rgba(204, 204, 204, 0.5);
2456
+ --vscode-editorCommentsWidget-unresolvedBorder: #3794ff;
2457
+ --vscode-editorCommentsWidget-rangeBackground: rgba(55, 148, 255, 0.1);
2458
+ --vscode-editorCommentsWidget-rangeBorder: rgba(55, 148, 255, 0.4);
2459
+ --vscode-editorCommentsWidget-rangeActiveBackground: rgba(55, 148, 255, 0.1);
2460
+ --vscode-editorCommentsWidget-rangeActiveBorder: rgba(55, 148, 255, 0.4);
2461
+ --vscode-editorGutter-commentRangeForeground: #37373d;
2462
+ --vscode-debugToolBar-background: #333333;
2463
+ --vscode-debugIcon-startForeground: #89d185;
2464
+ --vscode-editor-stackFrameHighlightBackground: rgba(255, 255, 0, 0.2);
2465
+ --vscode-editor-focusedStackFrameHighlightBackground: rgba(122, 189, 122, 0.3);
2466
+ --vscode-mergeEditor-change\.background: rgba(155, 185, 85, 0.2);
2467
+ --vscode-mergeEditor-change\.word\.background: rgba(156, 204, 44, 0.2);
2468
+ --vscode-mergeEditor-conflict\.unhandledUnfocused\.border: rgba(255, 166, 0, 0.48);
2469
+ --vscode-mergeEditor-conflict\.unhandledFocused\.border: #ffa600;
2470
+ --vscode-mergeEditor-conflict\.handledUnfocused\.border: rgba(134, 134, 134, 0.29);
2471
+ --vscode-mergeEditor-conflict\.handledFocused\.border: rgba(193, 193, 193, 0.8);
2472
+ --vscode-mergeEditor-conflict\.handled\.minimapOverViewRuler: rgba(173, 172, 168, 0.93);
2473
+ --vscode-mergeEditor-conflict\.unhandled\.minimapOverViewRuler: #fcba03;
2474
+ --vscode-mergeEditor-conflictingLines\.background: rgba(255, 234, 0, 0.28);
2475
+ --vscode-settings-headerForeground: #e7e7e7;
2476
+ --vscode-settings-modifiedItemIndicator: #0c7d9d;
2477
+ --vscode-settings-headerBorder: rgba(128, 128, 128, 0.35);
2478
+ --vscode-settings-sashBorder: rgba(128, 128, 128, 0.35);
2479
+ --vscode-settings-dropdownBackground: #3c3c3c;
2480
+ --vscode-settings-dropdownForeground: #f0f0f0;
2481
+ --vscode-settings-dropdownBorder: #3c3c3c;
2482
+ --vscode-settings-dropdownListBorder: #454545;
2483
+ --vscode-settings-checkboxBackground: #3c3c3c;
2484
+ --vscode-settings-checkboxForeground: #f0f0f0;
2485
+ --vscode-settings-checkboxBorder: #3c3c3c;
2486
+ --vscode-settings-textInputBackground: #3c3c3c;
2487
+ --vscode-settings-textInputForeground: #cccccc;
2488
+ --vscode-settings-numberInputBackground: #3c3c3c;
2489
+ --vscode-settings-numberInputForeground: #cccccc;
2490
+ --vscode-settings-focusedRowBackground: rgba(42, 45, 46, 0.6);
2491
+ --vscode-settings-rowHoverBackground: rgba(42, 45, 46, 0.3);
2492
+ --vscode-settings-focusedRowBorder: rgba(255, 255, 255, 0.12);
2493
+ --vscode-terminal-foreground: #cccccc;
2494
+ --vscode-terminal-selectionBackground: #264f78;
2495
+ --vscode-terminal-inactiveSelectionBackground: #3a3d41;
2496
+ --vscode-terminalCommandDecoration-defaultBackground: rgba(255, 255, 255, 0.25);
2497
+ --vscode-terminalCommandDecoration-successBackground: #1b81a8;
2498
+ --vscode-terminalCommandDecoration-errorBackground: #f14c4c;
2499
+ --vscode-terminalOverviewRuler-cursorForeground: rgba(160, 160, 160, 0.8);
2500
+ --vscode-terminal-border: rgba(128, 128, 128, 0.35);
2501
+ --vscode-terminal-findMatchBackground: #515c6a;
2502
+ --vscode-terminal-findMatchHighlightBackground: rgba(234, 92, 0, 0.33);
2503
+ --vscode-terminalOverviewRuler-findMatchForeground: rgba(209, 134, 22, 0.49);
2504
+ --vscode-terminal-dropBackground: rgba(83, 89, 93, 0.5);
2505
+ --vscode-testing-iconFailed: #f14c4c;
2506
+ --vscode-testing-iconErrored: #f14c4c;
2507
+ --vscode-testing-iconPassed: #73c991;
2508
+ --vscode-testing-runAction: #73c991;
2509
+ --vscode-testing-iconQueued: #cca700;
2510
+ --vscode-testing-iconUnset: #848484;
2511
+ --vscode-testing-iconSkipped: #848484;
2512
+ --vscode-testing-peekBorder: #f14c4c;
2513
+ --vscode-testing-peekHeaderBackground: rgba(241, 76, 76, 0.1);
2514
+ --vscode-testing-message\.error\.decorationForeground: #f14c4c;
2515
+ --vscode-testing-message\.error\.lineBackground: rgba(255, 0, 0, 0.2);
2516
+ --vscode-testing-message\.info\.decorationForeground: rgba(212, 212, 212, 0.5);
2517
+ --vscode-welcomePage-tileBackground: #252526;
2518
+ --vscode-welcomePage-tileHoverBackground: #2c2c2d;
2519
+ --vscode-welcomePage-tileShadow: rgba(0, 0, 0, 0.36);
2520
+ --vscode-welcomePage-progress\.background: #3c3c3c;
2521
+ --vscode-welcomePage-progress\.foreground: #3794ff;
2522
+ --vscode-debugExceptionWidget-border: #a31515;
2523
+ --vscode-debugExceptionWidget-background: #420b0d;
2524
+ --vscode-ports-iconRunningProcessForeground: #369432;
2525
+ --vscode-statusBar-debuggingBackground: #cc6633;
2526
+ --vscode-statusBar-debuggingForeground: #ffffff;
2527
+ --vscode-editor-inlineValuesForeground: rgba(255, 255, 255, 0.5);
2528
+ --vscode-editor-inlineValuesBackground: rgba(255, 200, 0, 0.2);
2529
+ --vscode-editorGutter-modifiedBackground: #1b81a8;
2530
+ --vscode-editorGutter-addedBackground: #487e02;
2531
+ --vscode-editorGutter-deletedBackground: #f14c4c;
2532
+ --vscode-minimapGutter-modifiedBackground: #1b81a8;
2533
+ --vscode-minimapGutter-addedBackground: #487e02;
2534
+ --vscode-minimapGutter-deletedBackground: #f14c4c;
2535
+ --vscode-editorOverviewRuler-modifiedForeground: rgba(27, 129, 168, 0.6);
2536
+ --vscode-editorOverviewRuler-addedForeground: rgba(72, 126, 2, 0.6);
2537
+ --vscode-editorOverviewRuler-deletedForeground: rgba(241, 76, 76, 0.6);
2538
+ --vscode-debugIcon-breakpointForeground: #e51400;
2539
+ --vscode-debugIcon-breakpointDisabledForeground: #848484;
2540
+ --vscode-debugIcon-breakpointUnverifiedForeground: #848484;
2541
+ --vscode-debugIcon-breakpointCurrentStackframeForeground: #ffcc00;
2542
+ --vscode-debugIcon-breakpointStackframeForeground: #89d185;
2543
+ --vscode-notebook-cellBorderColor: #37373d;
2544
+ --vscode-notebook-focusedEditorBorder: #007fd4;
2545
+ --vscode-notebookStatusSuccessIcon-foreground: #89d185;
2546
+ --vscode-notebookStatusErrorIcon-foreground: #f48771;
2547
+ --vscode-notebookStatusRunningIcon-foreground: #cccccc;
2548
+ --vscode-notebook-cellToolbarSeparator: rgba(128, 128, 128, 0.35);
2549
+ --vscode-notebook-selectedCellBackground: #37373d;
2550
+ --vscode-notebook-selectedCellBorder: #37373d;
2551
+ --vscode-notebook-focusedCellBorder: #007fd4;
2552
+ --vscode-notebook-inactiveFocusedCellBorder: #37373d;
2553
+ --vscode-notebook-cellStatusBarItemHoverBackground: rgba(255, 255, 255, 0.15);
2554
+ --vscode-notebook-cellInsertionIndicator: #007fd4;
2555
+ --vscode-notebookScrollbarSlider-background: rgba(121, 121, 121, 0.4);
2556
+ --vscode-notebookScrollbarSlider-hoverBackground: rgba(100, 100, 100, 0.7);
2557
+ --vscode-notebookScrollbarSlider-activeBackground: rgba(191, 191, 191, 0.4);
2558
+ --vscode-notebook-symbolHighlightBackground: rgba(255, 255, 255, 0.04);
2559
+ --vscode-notebook-cellEditorBackground: #252526;
2560
+ --vscode-notebook-editorBackground: #1e1e1e;
2561
+ --vscode-keybindingTable-headerBackground: rgba(204, 204, 204, 0.04);
2562
+ --vscode-keybindingTable-rowsBackground: rgba(204, 204, 204, 0.04);
2563
+ --vscode-scm-providerBorder: #454545;
2564
+ --vscode-debugTokenExpression-name: #c586c0;
2565
+ --vscode-debugTokenExpression-value: rgba(204, 204, 204, 0.6);
2566
+ --vscode-debugTokenExpression-string: #ce9178;
2567
+ --vscode-debugTokenExpression-boolean: #4e94ce;
2568
+ --vscode-debugTokenExpression-number: #b5cea8;
2569
+ --vscode-debugTokenExpression-error: #f48771;
2570
+ --vscode-debugView-exceptionLabelForeground: #cccccc;
2571
+ --vscode-debugView-exceptionLabelBackground: #6c2022;
2572
+ --vscode-debugView-stateLabelForeground: #cccccc;
2573
+ --vscode-debugView-stateLabelBackground: rgba(136, 136, 136, 0.27);
2574
+ --vscode-debugView-valueChangedHighlight: #569cd6;
2575
+ --vscode-debugConsole-infoForeground: #3794ff;
2576
+ --vscode-debugConsole-warningForeground: #cca700;
2577
+ --vscode-debugConsole-errorForeground: #f48771;
2578
+ --vscode-debugConsole-sourceForeground: #cccccc;
2579
+ --vscode-debugConsoleInputIcon-foreground: #cccccc;
2580
+ --vscode-debugIcon-pauseForeground: #75beff;
2581
+ --vscode-debugIcon-stopForeground: #f48771;
2582
+ --vscode-debugIcon-disconnectForeground: #f48771;
2583
+ --vscode-debugIcon-restartForeground: #89d185;
2584
+ --vscode-debugIcon-stepOverForeground: #75beff;
2585
+ --vscode-debugIcon-stepIntoForeground: #75beff;
2586
+ --vscode-debugIcon-stepOutForeground: #75beff;
2587
+ --vscode-debugIcon-continueForeground: #75beff;
2588
+ --vscode-debugIcon-stepBackForeground: #75beff;
2589
+ --vscode-extensionButton-prominentBackground: #0e639c;
2590
+ --vscode-extensionButton-prominentForeground: #ffffff;
2591
+ --vscode-extensionButton-prominentHoverBackground: #1177bb;
2592
+ --vscode-extensionIcon-starForeground: #ff8e00;
2593
+ --vscode-extensionIcon-verifiedForeground: #3794ff;
2594
+ --vscode-extensionIcon-preReleaseForeground: #1d9271;
2595
+ --vscode-extensionIcon-sponsorForeground: #d758b3;
2596
+ --vscode-terminal-ansiBlack: #000000;
2597
+ --vscode-terminal-ansiRed: #cd3131;
2598
+ --vscode-terminal-ansiGreen: #0dbc79;
2599
+ --vscode-terminal-ansiYellow: #e5e510;
2600
+ --vscode-terminal-ansiBlue: #2472c8;
2601
+ --vscode-terminal-ansiMagenta: #bc3fbc;
2602
+ --vscode-terminal-ansiCyan: #11a8cd;
2603
+ --vscode-terminal-ansiWhite: #e5e5e5;
2604
+ --vscode-terminal-ansiBrightBlack: #666666;
2605
+ --vscode-terminal-ansiBrightRed: #f14c4c;
2606
+ --vscode-terminal-ansiBrightGreen: #23d18b;
2607
+ --vscode-terminal-ansiBrightYellow: #f5f543;
2608
+ --vscode-terminal-ansiBrightBlue: #3b8eea;
2609
+ --vscode-terminal-ansiBrightMagenta: #d670d6;
2610
+ --vscode-terminal-ansiBrightCyan: #29b8db;
2611
+ --vscode-terminal-ansiBrightWhite: #e5e5e5;
2612
+ --vscode-interactive-activeCodeBorder: #3794ff;
2613
+ --vscode-interactive-inactiveCodeBorder: #37373d;
2614
+ --vscode-gitDecoration-addedResourceForeground: #81b88b;
2615
+ --vscode-gitDecoration-modifiedResourceForeground: #e2c08d;
2616
+ --vscode-gitDecoration-deletedResourceForeground: #c74e39;
2617
+ --vscode-gitDecoration-renamedResourceForeground: #73c991;
2618
+ --vscode-gitDecoration-untrackedResourceForeground: #73c991;
2619
+ --vscode-gitDecoration-ignoredResourceForeground: #8c8c8c;
2620
+ --vscode-gitDecoration-stageModifiedResourceForeground: #e2c08d;
2621
+ --vscode-gitDecoration-stageDeletedResourceForeground: #c74e39;
2622
+ --vscode-gitDecoration-conflictingResourceForeground: #e4676b;
2623
+ --vscode-gitDecoration-submoduleResourceForeground: #8db9e2;
2624
+ }
2625
+
2626
+ .cm-wrapper {
2627
+ line-height: 18px;
2628
+ }
2629
+
2630
+ .cm-wrapper, .cm-wrapper > div {
2631
+ width: 100%;
2632
+ height: 100%;
2633
+ }
2634
+
2635
+ .CodeMirror span.cm-meta {
2636
+ color: var(--vscode-editor-foreground);
2637
+ }
2638
+
2639
+ .CodeMirror span.cm-number {
2640
+ color: var(--vscode-debugTokenExpression-number);
2641
+ }
2642
+
2643
+ .CodeMirror span.cm-keyword {
2644
+ color: var(--vscode-debugTokenExpression-name);
2645
+ }
2646
+
2647
+ .CodeMirror span.cm-operator {
2648
+ color: var(--vscode-editor-foreground);
2649
+ }
2650
+
2651
+ .CodeMirror span.cm-string {
2652
+ color: var(--vscode-debugTokenExpression-string);
2653
+ }
2654
+
2655
+ .CodeMirror span.cm-string-2 {
2656
+ color: var(--vscode-debugTokenExpression-string);
2657
+ }
2658
+
2659
+ .CodeMirror span.cm-error {
2660
+ color: var(--vscode-errorForeground);
2661
+ }
2662
+
2663
+ .CodeMirror span.cm-def, .CodeMirror span.cm-tag {
2664
+ color: #0070c1;
2665
+ }
2666
+
2667
+ .CodeMirror span.cm-comment, .CodeMirror span.cm-link {
2668
+ color: #008000;
2669
+ }
2670
+
2671
+ .CodeMirror span.cm-variable, .CodeMirror span.cm-variable-2, .CodeMirror span.cm-atom {
2672
+ color: #0070c1;
2673
+ }
2674
+
2675
+ .CodeMirror span.cm-property {
2676
+ color: #795e26;
2677
+ }
2678
+
2679
+ .CodeMirror span.cm-qualifier, .CodeMirror span.cm-attribute {
2680
+ color: #001080;
2681
+ }
2682
+
2683
+ .CodeMirror span.cm-variable-3,
2684
+ .CodeMirror span.cm-type {
2685
+ color: #267f99;
2686
+ }
2687
+
2688
+ body.dark-mode .CodeMirror span.cm-def,
2689
+ body.dark-mode .CodeMirror span.cm-tag {
2690
+ color: var(--vscode-debugView-valueChangedHighlight);
2691
+ }
2692
+
2693
+ body.dark-mode .CodeMirror span.cm-comment,
2694
+ body.dark-mode .CodeMirror span.cm-link {
2695
+ color: #6a9955;
2696
+ }
2697
+
2698
+ body.dark-mode .CodeMirror span.cm-variable,
2699
+ body.dark-mode .CodeMirror span.cm-variable-2,
2700
+ body.dark-mode .CodeMirror span.cm-atom {
2701
+ color: #4fc1ff;
2702
+ }
2703
+
2704
+ body.dark-mode .CodeMirror span.cm-property {
2705
+ color: #dcdcaa;
2706
+ }
2707
+
2708
+ body.dark-mode .CodeMirror span.cm-qualifier,
2709
+ body.dark-mode .CodeMirror span.cm-attribute {
2710
+ color: #9cdcfe;
2711
+ }
2712
+
2713
+ body.dark-mode .CodeMirror span.cm-variable-3,
2714
+ body.dark-mode .CodeMirror span.cm-type {
2715
+ color: #4ec9b0;
2716
+ }
2717
+
2718
+ .CodeMirror span.cm-bracket {
2719
+ color: var(--vscode-editorBracketHighlight-foreground3);
2720
+ }
2721
+
2722
+ .CodeMirror-cursor {
2723
+ border-left: 1px solid var(--vscode-editor-foreground) !important;
2724
+ }
2725
+
2726
+ .CodeMirror div.CodeMirror-selected {
2727
+ background: var(--vscode-terminal-inactiveSelectionBackground);
2728
+ }
2729
+
2730
+ .CodeMirror .CodeMirror-gutters {
2731
+ z-index: 0;
2732
+ background: 1px solid var(--vscode-editorGroup-border);
2733
+ border-right: none;
2734
+ }
2735
+
2736
+ .CodeMirror .CodeMirror-gutter-elt {
2737
+ background-color: var(--vscode-editorGutter-background);
2738
+ }
2739
+
2740
+ .CodeMirror .CodeMirror-gutterwrapper {
2741
+ border-right: 1px solid var(--vscode-editorGroup-border);
2742
+ color: var(--vscode-editorLineNumber-foreground);
2743
+ }
2744
+
2745
+ .CodeMirror .CodeMirror-matchingbracket {
2746
+ background-color: var(--vscode-editorBracketPairGuide-background1);
2747
+ color: var(--vscode-editorBracketHighlight-foreground1) !important;
2748
+ }
2749
+
2750
+ .CodeMirror {
2751
+ font-family: var(--vscode-editor-font-family) !important;
2752
+ color: var(--vscode-editor-foreground) !important;
2753
+ background-color: var(--vscode-editor-background) !important;
2754
+ font-weight: var(--vscode-editor-font-weight) !important;
2755
+ font-size: var(--vscode-editor-font-size) !important;
2756
+ }
2757
+
2758
+ .CodeMirror .source-line-running {
2759
+ background-color: var(--vscode-editor-selectionBackground);
2760
+ z-index: 2;
2761
+ }
2762
+
2763
+ .CodeMirror .source-line-paused {
2764
+ background-color: var(--vscode-editor-selectionHighlightBackground);
2765
+ z-index: 2;
2766
+ }
2767
+
2768
+ .CodeMirror .source-line-error {
2769
+ /* Intentionally empty. */
2770
+ }
2771
+
2772
+ .CodeMirror .source-line-error-underline {
2773
+ text-decoration: underline wavy var(--vscode-errorForeground);
2774
+ position: relative;
2775
+ top: -12px;
2776
+ }
2777
+
2778
+ .CodeMirror .source-line-error-widget {
2779
+ background-color: var(--vscode-inputValidation-errorBackground);
2780
+ white-space: pre-wrap;
2781
+ margin: 3px 10px;
2782
+ padding: 5px;
2783
+ }
2784
+
2785
+ .CodeMirror span.cm-link, span.cm-linkified {
2786
+ color: var(--vscode-textLink-foreground);
2787
+ text-decoration: underline;
2788
+ cursor: pointer;
2789
+ }
2790
+ /*
2791
+ Copyright (c) Microsoft Corporation.
2792
+
2793
+ Licensed under the Apache License, Version 2.0 (the "License");
2794
+ you may not use this file except in compliance with the License.
2795
+ You may obtain a copy of the License at
2796
+
2797
+ http://www.apache.org/licenses/LICENSE-2.0
2798
+
2799
+ Unless required by applicable law or agreed to in writing, software
2800
+ distributed under the License is distributed on an "AS IS" BASIS,
2801
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2802
+ See the License for the specific language governing permissions and
2803
+ limitations under the License.
2804
+ */
2805
+
2806
+ .grid-view {
2807
+ display: flex;
2808
+ position: relative;
2809
+ flex: auto;
2810
+ }
2811
+
2812
+ .grid-view .list-view-entry {
2813
+ padding-left: 0;
2814
+ }
2815
+
2816
+ .grid-view-cell {
2817
+ overflow: hidden;
2818
+ text-overflow: ellipsis;
2819
+ padding: 0 5px;
2820
+ flex: none;
2821
+ }
2822
+
2823
+ .grid-view-header {
2824
+ user-select: none;
2825
+ display: flex;
2826
+ flex: 0 0 30px;
2827
+ align-items: center;
2828
+ flex-direction: row;
2829
+ border-bottom: 1px solid var(--vscode-panel-border);
2830
+ }
2831
+
2832
+ .grid-view-header .codicon-triangle-up {
2833
+ display: none;
2834
+ }
2835
+ .grid-view-header .codicon-triangle-down {
2836
+ display: none;
2837
+ }
2838
+
2839
+ .grid-view-header > .filter-positive .codicon-triangle-down {
2840
+ display: initial !important;
2841
+ }
2842
+
2843
+ .grid-view-header > .filter-negative .codicon-triangle-up {
2844
+ display: initial !important;
2845
+ }
2846
+
2847
+ .grid-view-header-cell {
2848
+ flex: none;
2849
+ align-items: center;
2850
+ overflow: hidden;
2851
+ text-overflow: ellipsis;
2852
+ padding-left: 10px;
2853
+ cursor: pointer;
2854
+ display: flex;
2855
+ white-space: nowrap;
2856
+ }
2857
+
2858
+ .grid-view-header-cell-title {
2859
+ overflow: hidden;
2860
+ text-overflow: ellipsis;
2861
+ flex: auto;
2862
+ }
2863
+ /*
2864
+ Copyright (c) Microsoft Corporation.
2865
+
2866
+ Licensed under the Apache License, Version 2.0 (the "License");
2867
+ you may not use this file except in compliance with the License.
2868
+ You may obtain a copy of the License at
2869
+
2870
+ http://www.apache.org/licenses/LICENSE-2.0
2871
+
2872
+ Unless required by applicable law or agreed to in writing, software
2873
+ distributed under the License is distributed on an "AS IS" BASIS,
2874
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2875
+ See the License for the specific language governing permissions and
2876
+ limitations under the License.
2877
+ */
2878
+
2879
+ .network-filters {
2880
+ display: flex;
2881
+ gap: 16px;
2882
+ background-color: var(--vscode-sideBar-background);
2883
+ padding: 4px 8px;
2884
+ min-height: 32px;
2885
+ }
2886
+
2887
+ .network-filters input[type="search"] {
2888
+ padding: 0 5px;
2889
+ }
2890
+
2891
+ .network-filters-resource-types {
2892
+ display: flex;
2893
+ gap: 8px;
2894
+ align-items: center;
2895
+ }
2896
+
2897
+ .network-filters-resource-type {
2898
+ cursor: pointer;
2899
+ border-radius: 2px;
2900
+ padding: 3px 8px;
2901
+ text-align: center;
2902
+ overflow: hidden;
2903
+ text-overflow: ellipsis;
2904
+ }
2905
+
2906
+ .network-filters-resource-type.selected {
2907
+ background-color: var(--vscode-list-inactiveSelectionBackground);
2908
+ }
2909
+ /*
2910
+ Copyright (c) Microsoft Corporation.
2911
+
2912
+ Licensed under the Apache License, Version 2.0 (the "License");
2913
+ you may not use this file except in compliance with the License.
2914
+ You may obtain a copy of the License at
2915
+
2916
+ http://www.apache.org/licenses/LICENSE-2.0
2917
+
2918
+ Unless required by applicable law or agreed to in writing, software
2919
+ distributed under the License is distributed on an "AS IS" BASIS,
2920
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2921
+ See the License for the specific language governing permissions and
2922
+ limitations under the License.
2923
+ */
2924
+
2925
+ .snapshot-tab {
2926
+ align-items: stretch;
2927
+ outline: none;
2928
+ overflow: hidden;
2929
+ }
2930
+
2931
+ .snapshot-tab .toolbar {
2932
+ background-color: var(--vscode-sideBar-background);
2933
+ }
2934
+
2935
+ .snapshot-tab .toolbar .pick-locator {
2936
+ margin: 0 4px;
2937
+ }
2938
+
2939
+ .snapshot-controls {
2940
+ flex: none;
2941
+ background-color: var(--vscode-sideBar-background);
2942
+ color: var(--vscode-sideBarTitle-foreground);
2943
+ display: flex;
2944
+ box-shadow: var(--box-shadow);
2945
+ height: 32px;
2946
+ align-items: center;
2947
+ justify-content: center;
2948
+ }
2949
+
2950
+ .snapshot-toggle {
2951
+ margin-top: 4px;
2952
+ padding: 4px 8px;
2953
+ cursor: pointer;
2954
+ border-radius: 20px;
2955
+ margin-left: 4px;
2956
+ width: 60px;
2957
+ display: flex;
2958
+ align-items: center;
2959
+ justify-content: center;
2960
+ }
2961
+
2962
+ .snapshot-toggle:hover {
2963
+ background-color: #ededed;
2964
+ }
2965
+
2966
+ .snapshot-toggle.toggled {
2967
+ background: var(--gray);
2968
+ color: white;
2969
+ }
2970
+
2971
+ .snapshot-tab:focus .snapshot-toggle.toggled {
2972
+ background: var(--vscode-charts-blue);
2973
+ }
2974
+
2975
+ .snapshot-wrapper {
2976
+ flex: auto;
2977
+ margin: 1px;
2978
+ padding: 10px;
2979
+ position: relative;
2980
+ --browser-frame-header-height: 40px;
2981
+ }
2982
+
2983
+ .snapshot-container {
2984
+ display: block;
2985
+ box-shadow: 0 12px 28px 0 rgba(0,0,0,.2),0 2px 4px 0 rgba(0,0,0,.1);
2986
+ }
2987
+
2988
+ .snapshot-switcher {
2989
+ width: 100%;
2990
+ height: calc(100% - var(--browser-frame-header-height));
2991
+ position: relative;
2992
+ }
2993
+
2994
+ iframe[name=snapshot] {
2995
+ position: absolute;
2996
+ top: 0;
2997
+ left: 0;
2998
+ width: 100%;
2999
+ height: 100%;
3000
+ border: none;
3001
+ background: white;
3002
+ visibility: hidden;
3003
+ }
3004
+
3005
+ iframe.snapshot-visible[name=snapshot] {
3006
+ visibility: visible;
3007
+ }
3008
+
3009
+ .no-snapshot {
3010
+ text-align: center;
3011
+ padding: 50px;
3012
+ }
3013
+
3014
+ .snapshot-tab .cm-wrapper {
3015
+ line-height: 23px;
3016
+ margin-right: 4px;
3017
+ }
3018
+ /*
3019
+ Copyright (c) Microsoft Corporation.
3020
+
3021
+ Licensed under the Apache License, Version 2.0 (the "License");
3022
+ you may not use this file except in compliance with the License.
3023
+ You may obtain a copy of the License at
3024
+
3025
+ http://www.apache.org/licenses/LICENSE-2.0
3026
+
3027
+ Unless required by applicable law or agreed to in writing, software
3028
+ distributed under the License is distributed on an "AS IS" BASIS,
3029
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3030
+ See the License for the specific language governing permissions and
3031
+ limitations under the License.
3032
+ */
3033
+
3034
+ .browser-frame-dot {
3035
+ border-radius: 50%;
3036
+ display: inline-block;
3037
+ height: 12px;
3038
+ margin-right: 6px;
3039
+ margin-top: 4px;
3040
+ width: 12px;
3041
+ }
3042
+
3043
+ .browser-frame-address-bar {
3044
+ background-color: var(--vscode-input-background);
3045
+ border-radius: 12.5px;
3046
+ color: var(--vscode-input-foreground);
3047
+ flex: 1 0;
3048
+ font: 400 16px Arial,sans-serif;
3049
+ margin: 0 16px 0 8px;
3050
+ padding: 5px 15px;
3051
+ overflow: hidden;
3052
+ text-overflow: ellipsis;
3053
+ white-space: nowrap;
3054
+ }
3055
+
3056
+ .browser-frame-menu-bar {
3057
+ background-color: #aaa;
3058
+ display: block;
3059
+ height: 3px;
3060
+ margin: 3px 0;
3061
+ width: 17px;
3062
+ }
3063
+
3064
+ .browser-frame-header {
3065
+ align-items: center;
3066
+ background: #ebedf0;
3067
+ display: flex;
3068
+ padding: 8px 16px;
3069
+ border-top-left-radius: 6px;
3070
+ border-top-right-radius: 6px;
3071
+ height: var(--browser-frame-header-height);
3072
+ }
3073
+
3074
+ body.dark-mode .browser-frame-header {
3075
+ background: #444950;
3076
+ }
3077
+ /*
3078
+ Copyright (c) Microsoft Corporation.
3079
+
3080
+ Licensed under the Apache License, Version 2.0 (the "License");
3081
+ you may not use this file except in compliance with the License.
3082
+ You may obtain a copy of the License at
3083
+
3084
+ http://www.apache.org/licenses/LICENSE-2.0
3085
+
3086
+ Unless required by applicable law or agreed to in writing, software
3087
+ distributed under the License is distributed on an "AS IS" BASIS,
3088
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3089
+ See the License for the specific language governing permissions and
3090
+ limitations under the License.
3091
+ */
3092
+
3093
+ .source-tab {
3094
+ flex: auto;
3095
+ position: relative;
3096
+ overflow: hidden;
3097
+ display: flex;
3098
+ flex-direction: row;
3099
+ }
3100
+
3101
+ .source-tab-file-name {
3102
+ padding-left: 8px;
3103
+ height: 100%;
3104
+ display: flex;
3105
+ align-items: center;
3106
+ flex: 1 1 auto;
3107
+ }
3108
+
3109
+ .source-tab-file-name div {
3110
+ overflow: hidden;
3111
+ text-overflow: ellipsis;
3112
+ white-space: nowrap;
3113
+ }
3114
+ /*
3115
+ Copyright (c) Microsoft Corporation.
3116
+
3117
+ Licensed under the Apache License, Version 2.0 (the "License");
3118
+ you may not use this file except in compliance with the License.
3119
+ You may obtain a copy of the License at
3120
+
3121
+ http://www.apache.org/licenses/LICENSE-2.0
3122
+
3123
+ Unless required by applicable law or agreed to in writing, software
3124
+ distributed under the License is distributed on an "AS IS" BASIS,
3125
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3126
+ See the License for the specific language governing permissions and
3127
+ limitations under the License.
3128
+ */
3129
+
3130
+ .stack-trace-frame-function {
3131
+ flex: 1 1 100px;
3132
+ overflow: hidden;
3133
+ text-overflow: ellipsis;
3134
+ }
3135
+
3136
+ .stack-trace-frame-location {
3137
+ flex: 1 1 100px;
3138
+ overflow: hidden;
3139
+ text-overflow: ellipsis;
3140
+ text-align: end;
3141
+ }
3142
+
3143
+ .stack-trace-frame-line {
3144
+ flex: none;
3145
+ }