@checkly/playwright-core 1.42.11 → 1.42.13

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 (36) hide show
  1. package/lib/checkly/sWatcher.js +150 -0
  2. package/lib/client/channelOwner.js +1 -1
  3. package/lib/client/fetch.js +9 -5
  4. package/lib/generated/consoleApiSource.js +2 -1
  5. package/lib/generated/injectedScriptSource.js +2 -1
  6. package/lib/generated/recorderSource.js +2 -1
  7. package/lib/generated/utilityScriptSource.js +2 -1
  8. package/lib/vite/recorder/assets/codeMirrorModule-XkYKvQWL.js +15585 -0
  9. package/lib/vite/recorder/assets/codeMirrorModule-svF_VrcJ.css +344 -0
  10. package/lib/vite/recorder/assets/index-Sgxgm22s.css +2455 -0
  11. package/lib/vite/recorder/assets/index-g7JXfYxX.js +10429 -0
  12. package/lib/vite/recorder/index.html +2 -2
  13. package/lib/vite/{recorder/assets/codeMirrorModule-W69B4LBB.js → traceViewer/assets/codeMirrorModule-0bpaqixv.js} +1 -1
  14. package/lib/vite/traceViewer/assets/codeMirrorModule-5nkjDDU_.js +15578 -0
  15. package/lib/vite/traceViewer/assets/codeMirrorModule-RVP_AMUu.js +15585 -0
  16. package/lib/vite/traceViewer/assets/codeMirrorModule-V7N6ppkd.js +15585 -0
  17. package/lib/vite/traceViewer/assets/wsPort-1-6TL4lc.js +18540 -0
  18. package/lib/vite/traceViewer/assets/wsPort-EUvw-dwH.js +18540 -0
  19. package/lib/vite/traceViewer/assets/wsPort-KEbz4l8i.js +18540 -0
  20. package/lib/vite/traceViewer/assets/wsPort-_JBDEilC.js +69 -0
  21. package/lib/vite/traceViewer/index.6KJ-JQ0L.js +180 -0
  22. package/lib/vite/traceViewer/index.UNF4A0jZ.js +180 -0
  23. package/lib/vite/traceViewer/index.ZUjC4zt1.js +180 -0
  24. package/lib/vite/traceViewer/index.html +4 -4
  25. package/lib/vite/traceViewer/index.u51inEcm.js +2 -0
  26. package/lib/vite/traceViewer/sw.bundle.js +7403 -4
  27. package/lib/vite/traceViewer/uiMode.Fb0bNA4H.js +10 -0
  28. package/lib/vite/traceViewer/uiMode.fEEgOxJh.js +1490 -0
  29. package/lib/vite/traceViewer/uiMode.html +4 -4
  30. package/lib/vite/traceViewer/uiMode.iq7CyYy7.js +1490 -0
  31. package/lib/vite/traceViewer/uiMode.kvEeWpo2.js +1490 -0
  32. package/lib/vite/traceViewer/uiMode.ljHA9Ynz.js +1490 -0
  33. package/package.json +1 -1
  34. package/lib/vite/recorder/assets/codeMirrorModule-Hs9-1ZG4.css +0 -1
  35. package/lib/vite/recorder/assets/index-Ly3PcVUb.js +0 -47
  36. package/lib/vite/recorder/assets/index-ljsTwXtJ.css +0 -1
@@ -0,0 +1,2455 @@
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("/assets/codicon-zGuYmc9o.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-blank:before { content: '\2003'; }
239
+ .codicon-add:before { content: '\ea60'; }
240
+ .codicon-plus:before { content: '\ea60'; }
241
+ .codicon-gist-new:before { content: '\ea60'; }
242
+ .codicon-repo-create:before { content: '\ea60'; }
243
+ .codicon-lightbulb:before { content: '\ea61'; }
244
+ .codicon-light-bulb:before { content: '\ea61'; }
245
+ .codicon-repo:before { content: '\ea62'; }
246
+ .codicon-repo-delete:before { content: '\ea62'; }
247
+ .codicon-gist-fork:before { content: '\ea63'; }
248
+ .codicon-repo-forked:before { content: '\ea63'; }
249
+ .codicon-git-pull-request:before { content: '\ea64'; }
250
+ .codicon-git-pull-request-abandoned:before { content: '\ea64'; }
251
+ .codicon-record-keys:before { content: '\ea65'; }
252
+ .codicon-keyboard:before { content: '\ea65'; }
253
+ .codicon-tag: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-primitive-square:before { content: '\ea72'; }
290
+ .codicon-edit:before { content: '\ea73'; }
291
+ .codicon-pencil:before { content: '\ea73'; }
292
+ .codicon-info:before { content: '\ea74'; }
293
+ .codicon-issue-opened:before { content: '\ea74'; }
294
+ .codicon-gist-private:before { content: '\ea75'; }
295
+ .codicon-git-fork-private:before { content: '\ea75'; }
296
+ .codicon-lock:before { content: '\ea75'; }
297
+ .codicon-mirror-private:before { content: '\ea75'; }
298
+ .codicon-close:before { content: '\ea76'; }
299
+ .codicon-remove-close:before { content: '\ea76'; }
300
+ .codicon-x:before { content: '\ea76'; }
301
+ .codicon-repo-sync:before { content: '\ea77'; }
302
+ .codicon-sync:before { content: '\ea77'; }
303
+ .codicon-clone:before { content: '\ea78'; }
304
+ .codicon-desktop-download:before { content: '\ea78'; }
305
+ .codicon-beaker:before { content: '\ea79'; }
306
+ .codicon-microscope:before { content: '\ea79'; }
307
+ .codicon-vm:before { content: '\ea7a'; }
308
+ .codicon-device-desktop:before { content: '\ea7a'; }
309
+ .codicon-file:before { content: '\ea7b'; }
310
+ .codicon-file-text:before { content: '\ea7b'; }
311
+ .codicon-more:before { content: '\ea7c'; }
312
+ .codicon-ellipsis:before { content: '\ea7c'; }
313
+ .codicon-kebab-horizontal:before { content: '\ea7c'; }
314
+ .codicon-mail-reply:before { content: '\ea7d'; }
315
+ .codicon-reply:before { content: '\ea7d'; }
316
+ .codicon-organization:before { content: '\ea7e'; }
317
+ .codicon-organization-filled:before { content: '\ea7e'; }
318
+ .codicon-organization-outline:before { content: '\ea7e'; }
319
+ .codicon-new-file:before { content: '\ea7f'; }
320
+ .codicon-file-add:before { content: '\ea7f'; }
321
+ .codicon-new-folder:before { content: '\ea80'; }
322
+ .codicon-file-directory-create:before { content: '\ea80'; }
323
+ .codicon-trash:before { content: '\ea81'; }
324
+ .codicon-trashcan:before { content: '\ea81'; }
325
+ .codicon-history:before { content: '\ea82'; }
326
+ .codicon-clock:before { content: '\ea82'; }
327
+ .codicon-folder:before { content: '\ea83'; }
328
+ .codicon-file-directory:before { content: '\ea83'; }
329
+ .codicon-symbol-folder:before { content: '\ea83'; }
330
+ .codicon-logo-github:before { content: '\ea84'; }
331
+ .codicon-mark-github:before { content: '\ea84'; }
332
+ .codicon-github:before { content: '\ea84'; }
333
+ .codicon-terminal:before { content: '\ea85'; }
334
+ .codicon-console:before { content: '\ea85'; }
335
+ .codicon-repl:before { content: '\ea85'; }
336
+ .codicon-zap:before { content: '\ea86'; }
337
+ .codicon-symbol-event:before { content: '\ea86'; }
338
+ .codicon-error:before { content: '\ea87'; }
339
+ .codicon-stop:before { content: '\ea87'; }
340
+ .codicon-variable:before { content: '\ea88'; }
341
+ .codicon-symbol-variable:before { content: '\ea88'; }
342
+ .codicon-array:before { content: '\ea8a'; }
343
+ .codicon-symbol-array:before { content: '\ea8a'; }
344
+ .codicon-symbol-module:before { content: '\ea8b'; }
345
+ .codicon-symbol-package:before { content: '\ea8b'; }
346
+ .codicon-symbol-namespace:before { content: '\ea8b'; }
347
+ .codicon-symbol-object:before { content: '\ea8b'; }
348
+ .codicon-symbol-method:before { content: '\ea8c'; }
349
+ .codicon-symbol-function:before { content: '\ea8c'; }
350
+ .codicon-symbol-constructor:before { content: '\ea8c'; }
351
+ .codicon-symbol-boolean:before { content: '\ea8f'; }
352
+ .codicon-symbol-null:before { content: '\ea8f'; }
353
+ .codicon-symbol-numeric:before { content: '\ea90'; }
354
+ .codicon-symbol-number:before { content: '\ea90'; }
355
+ .codicon-symbol-structure:before { content: '\ea91'; }
356
+ .codicon-symbol-struct:before { content: '\ea91'; }
357
+ .codicon-symbol-parameter:before { content: '\ea92'; }
358
+ .codicon-symbol-type-parameter:before { content: '\ea92'; }
359
+ .codicon-symbol-key:before { content: '\ea93'; }
360
+ .codicon-symbol-text:before { content: '\ea93'; }
361
+ .codicon-symbol-reference:before { content: '\ea94'; }
362
+ .codicon-go-to-file:before { content: '\ea94'; }
363
+ .codicon-symbol-enum:before { content: '\ea95'; }
364
+ .codicon-symbol-value:before { content: '\ea95'; }
365
+ .codicon-symbol-ruler:before { content: '\ea96'; }
366
+ .codicon-symbol-unit:before { content: '\ea96'; }
367
+ .codicon-activate-breakpoints:before { content: '\ea97'; }
368
+ .codicon-archive:before { content: '\ea98'; }
369
+ .codicon-arrow-both:before { content: '\ea99'; }
370
+ .codicon-arrow-down:before { content: '\ea9a'; }
371
+ .codicon-arrow-left:before { content: '\ea9b'; }
372
+ .codicon-arrow-right:before { content: '\ea9c'; }
373
+ .codicon-arrow-small-down:before { content: '\ea9d'; }
374
+ .codicon-arrow-small-left:before { content: '\ea9e'; }
375
+ .codicon-arrow-small-right:before { content: '\ea9f'; }
376
+ .codicon-arrow-small-up:before { content: '\eaa0'; }
377
+ .codicon-arrow-up:before { content: '\eaa1'; }
378
+ .codicon-bell:before { content: '\eaa2'; }
379
+ .codicon-bold:before { content: '\eaa3'; }
380
+ .codicon-book:before { content: '\eaa4'; }
381
+ .codicon-bookmark:before { content: '\eaa5'; }
382
+ .codicon-debug-breakpoint-conditional-unverified:before { content: '\eaa6'; }
383
+ .codicon-debug-breakpoint-conditional:before { content: '\eaa7'; }
384
+ .codicon-debug-breakpoint-conditional-disabled:before { content: '\eaa7'; }
385
+ .codicon-debug-breakpoint-data-unverified:before { content: '\eaa8'; }
386
+ .codicon-debug-breakpoint-data:before { content: '\eaa9'; }
387
+ .codicon-debug-breakpoint-data-disabled:before { content: '\eaa9'; }
388
+ .codicon-debug-breakpoint-log-unverified:before { content: '\eaaa'; }
389
+ .codicon-debug-breakpoint-log:before { content: '\eaab'; }
390
+ .codicon-debug-breakpoint-log-disabled:before { content: '\eaab'; }
391
+ .codicon-briefcase:before { content: '\eaac'; }
392
+ .codicon-broadcast:before { content: '\eaad'; }
393
+ .codicon-browser:before { content: '\eaae'; }
394
+ .codicon-bug:before { content: '\eaaf'; }
395
+ .codicon-calendar:before { content: '\eab0'; }
396
+ .codicon-case-sensitive:before { content: '\eab1'; }
397
+ .codicon-check:before { content: '\eab2'; }
398
+ .codicon-checklist:before { content: '\eab3'; }
399
+ .codicon-chevron-down:before { content: '\eab4'; }
400
+ .codicon-drop-down-button: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:before { content: '\eabc'; }
409
+ .codicon-circle-outline:before { content: '\eabc'; }
410
+ .codicon-debug-breakpoint-unverified:before { content: '\eabc'; }
411
+ .codicon-circle-slash:before { content: '\eabd'; }
412
+ .codicon-circuit-board:before { content: '\eabe'; }
413
+ .codicon-clear-all:before { content: '\eabf'; }
414
+ .codicon-clippy:before { content: '\eac0'; }
415
+ .codicon-close-all:before { content: '\eac1'; }
416
+ .codicon-cloud-download:before { content: '\eac2'; }
417
+ .codicon-cloud-upload:before { content: '\eac3'; }
418
+ .codicon-code:before { content: '\eac4'; }
419
+ .codicon-collapse-all:before { content: '\eac5'; }
420
+ .codicon-color-mode:before { content: '\eac6'; }
421
+ .codicon-comment-discussion:before { content: '\eac7'; }
422
+ .codicon-compare-changes:before { content: '\eafd'; }
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-discard:before { content: '\eae2'; }
447
+ .codicon-editor-layout:before { content: '\eae3'; }
448
+ .codicon-empty-window:before { content: '\eae4'; }
449
+ .codicon-exclude:before { content: '\eae5'; }
450
+ .codicon-extensions:before { content: '\eae6'; }
451
+ .codicon-eye-closed:before { content: '\eae7'; }
452
+ .codicon-file-binary:before { content: '\eae8'; }
453
+ .codicon-file-code:before { content: '\eae9'; }
454
+ .codicon-file-media:before { content: '\eaea'; }
455
+ .codicon-file-pdf:before { content: '\eaeb'; }
456
+ .codicon-file-submodule:before { content: '\eaec'; }
457
+ .codicon-file-symlink-directory:before { content: '\eaed'; }
458
+ .codicon-file-symlink-file:before { content: '\eaee'; }
459
+ .codicon-file-zip:before { content: '\eaef'; }
460
+ .codicon-files:before { content: '\eaf0'; }
461
+ .codicon-filter:before { content: '\eaf1'; }
462
+ .codicon-flame:before { content: '\eaf2'; }
463
+ .codicon-fold-down:before { content: '\eaf3'; }
464
+ .codicon-fold-up:before { content: '\eaf4'; }
465
+ .codicon-fold:before { content: '\eaf5'; }
466
+ .codicon-folder-active:before { content: '\eaf6'; }
467
+ .codicon-folder-opened:before { content: '\eaf7'; }
468
+ .codicon-gear:before { content: '\eaf8'; }
469
+ .codicon-gift:before { content: '\eaf9'; }
470
+ .codicon-gist-secret:before { content: '\eafa'; }
471
+ .codicon-gist:before { content: '\eafb'; }
472
+ .codicon-git-commit:before { content: '\eafc'; }
473
+ .codicon-git-compare:before { content: '\eafd'; }
474
+ .codicon-git-merge:before { content: '\eafe'; }
475
+ .codicon-github-action:before { content: '\eaff'; }
476
+ .codicon-github-alt:before { content: '\eb00'; }
477
+ .codicon-globe:before { content: '\eb01'; }
478
+ .codicon-grabber:before { content: '\eb02'; }
479
+ .codicon-graph:before { content: '\eb03'; }
480
+ .codicon-gripper:before { content: '\eb04'; }
481
+ .codicon-heart:before { content: '\eb05'; }
482
+ .codicon-home:before { content: '\eb06'; }
483
+ .codicon-horizontal-rule:before { content: '\eb07'; }
484
+ .codicon-hubot:before { content: '\eb08'; }
485
+ .codicon-inbox:before { content: '\eb09'; }
486
+ .codicon-issue-closed:before { content: '\eba4'; }
487
+ .codicon-issue-reopened:before { content: '\eb0b'; }
488
+ .codicon-issues:before { content: '\eb0c'; }
489
+ .codicon-italic:before { content: '\eb0d'; }
490
+ .codicon-jersey:before { content: '\eb0e'; }
491
+ .codicon-json:before { content: '\eb0f'; }
492
+ .codicon-bracket: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-mortar-board:before { content: '\eb21'; }
511
+ .codicon-move:before { content: '\eb22'; }
512
+ .codicon-multiple-windows:before { content: '\eb23'; }
513
+ .codicon-mute:before { content: '\eb24'; }
514
+ .codicon-no-newline:before { content: '\eb25'; }
515
+ .codicon-note:before { content: '\eb26'; }
516
+ .codicon-octoface:before { content: '\eb27'; }
517
+ .codicon-open-preview:before { content: '\eb28'; }
518
+ .codicon-package:before { content: '\eb29'; }
519
+ .codicon-paintcan:before { content: '\eb2a'; }
520
+ .codicon-pin:before { content: '\eb2b'; }
521
+ .codicon-play:before { content: '\eb2c'; }
522
+ .codicon-run:before { content: '\eb2c'; }
523
+ .codicon-plug:before { content: '\eb2d'; }
524
+ .codicon-preserve-case:before { content: '\eb2e'; }
525
+ .codicon-preview:before { content: '\eb2f'; }
526
+ .codicon-project:before { content: '\eb30'; }
527
+ .codicon-pulse:before { content: '\eb31'; }
528
+ .codicon-question:before { content: '\eb32'; }
529
+ .codicon-quote:before { content: '\eb33'; }
530
+ .codicon-radio-tower:before { content: '\eb34'; }
531
+ .codicon-reactions:before { content: '\eb35'; }
532
+ .codicon-references:before { content: '\eb36'; }
533
+ .codicon-refresh:before { content: '\eb37'; }
534
+ .codicon-regex:before { content: '\eb38'; }
535
+ .codicon-remote-explorer:before { content: '\eb39'; }
536
+ .codicon-remote:before { content: '\eb3a'; }
537
+ .codicon-remove:before { content: '\eb3b'; }
538
+ .codicon-replace-all:before { content: '\eb3c'; }
539
+ .codicon-replace:before { content: '\eb3d'; }
540
+ .codicon-repo-clone:before { content: '\eb3e'; }
541
+ .codicon-repo-force-push:before { content: '\eb3f'; }
542
+ .codicon-repo-pull:before { content: '\eb40'; }
543
+ .codicon-repo-push:before { content: '\eb41'; }
544
+ .codicon-report:before { content: '\eb42'; }
545
+ .codicon-request-changes:before { content: '\eb43'; }
546
+ .codicon-rocket:before { content: '\eb44'; }
547
+ .codicon-root-folder-opened:before { content: '\eb45'; }
548
+ .codicon-root-folder:before { content: '\eb46'; }
549
+ .codicon-rss:before { content: '\eb47'; }
550
+ .codicon-ruby:before { content: '\eb48'; }
551
+ .codicon-save-all:before { content: '\eb49'; }
552
+ .codicon-save-as:before { content: '\eb4a'; }
553
+ .codicon-save:before { content: '\eb4b'; }
554
+ .codicon-screen-full:before { content: '\eb4c'; }
555
+ .codicon-screen-normal:before { content: '\eb4d'; }
556
+ .codicon-search-stop:before { content: '\eb4e'; }
557
+ .codicon-server:before { content: '\eb50'; }
558
+ .codicon-settings-gear:before { content: '\eb51'; }
559
+ .codicon-settings:before { content: '\eb52'; }
560
+ .codicon-shield:before { content: '\eb53'; }
561
+ .codicon-smiley:before { content: '\eb54'; }
562
+ .codicon-sort-precedence:before { content: '\eb55'; }
563
+ .codicon-split-horizontal:before { content: '\eb56'; }
564
+ .codicon-split-vertical:before { content: '\eb57'; }
565
+ .codicon-squirrel:before { content: '\eb58'; }
566
+ .codicon-star-full:before { content: '\eb59'; }
567
+ .codicon-star-half:before { content: '\eb5a'; }
568
+ .codicon-symbol-class:before { content: '\eb5b'; }
569
+ .codicon-symbol-color:before { content: '\eb5c'; }
570
+ .codicon-symbol-customcolor: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-debug-stackframe:before { content: '\eb8b'; }
623
+ .codicon-debug-stackframe-focused:before { content: '\eb8b'; }
624
+ .codicon-debug-breakpoint-unsupported:before { content: '\eb8c'; }
625
+ .codicon-symbol-string:before { content: '\eb8d'; }
626
+ .codicon-debug-reverse-continue:before { content: '\eb8e'; }
627
+ .codicon-debug-step-back:before { content: '\eb8f'; }
628
+ .codicon-debug-restart-frame:before { content: '\eb90'; }
629
+ .codicon-call-incoming:before { content: '\eb92'; }
630
+ .codicon-call-outgoing:before { content: '\eb93'; }
631
+ .codicon-menu:before { content: '\eb94'; }
632
+ .codicon-expand-all:before { content: '\eb95'; }
633
+ .codicon-feedback:before { content: '\eb96'; }
634
+ .codicon-group-by-ref-type:before { content: '\eb97'; }
635
+ .codicon-ungroup-by-ref-type:before { content: '\eb98'; }
636
+ .codicon-account:before { content: '\eb99'; }
637
+ .codicon-bell-dot:before { content: '\eb9a'; }
638
+ .codicon-debug-console:before { content: '\eb9b'; }
639
+ .codicon-library:before { content: '\eb9c'; }
640
+ .codicon-output:before { content: '\eb9d'; }
641
+ .codicon-run-all:before { content: '\eb9e'; }
642
+ .codicon-sync-ignored:before { content: '\eb9f'; }
643
+ .codicon-pinned:before { content: '\eba0'; }
644
+ .codicon-github-inverted:before { content: '\eba1'; }
645
+ .codicon-debug-alt:before { content: '\eb91'; }
646
+ .codicon-server-process:before { content: '\eba2'; }
647
+ .codicon-server-environment:before { content: '\eba3'; }
648
+ .codicon-pass:before { content: '\eba4'; }
649
+ .codicon-stop-circle:before { content: '\eba5'; }
650
+ .codicon-play-circle:before { content: '\eba6'; }
651
+ .codicon-record:before { content: '\eba7'; }
652
+ .codicon-debug-alt-small:before { content: '\eba8'; }
653
+ .codicon-vm-connect:before { content: '\eba9'; }
654
+ .codicon-cloud:before { content: '\ebaa'; }
655
+ .codicon-merge:before { content: '\ebab'; }
656
+ .codicon-export:before { content: '\ebac'; }
657
+ .codicon-graph-left:before { content: '\ebad'; }
658
+ .codicon-magnet:before { content: '\ebae'; }
659
+ .codicon-notebook:before { content: '\ebaf'; }
660
+ .codicon-redo:before { content: '\ebb0'; }
661
+ .codicon-check-all:before { content: '\ebb1'; }
662
+ .codicon-pinned-dirty:before { content: '\ebb2'; }
663
+ .codicon-pass-filled:before { content: '\ebb3'; }
664
+ .codicon-circle-large-filled:before { content: '\ebb4'; }
665
+ .codicon-circle-large:before { content: '\ebb5'; }
666
+ .codicon-circle-large-outline:before { content: '\ebb5'; }
667
+ .codicon-combine:before { content: '\ebb6'; }
668
+ .codicon-gather:before { content: '\ebb6'; }
669
+ .codicon-table:before { content: '\ebb7'; }
670
+ .codicon-variable-group:before { content: '\ebb8'; }
671
+ .codicon-type-hierarchy:before { content: '\ebb9'; }
672
+ .codicon-type-hierarchy-sub:before { content: '\ebba'; }
673
+ .codicon-type-hierarchy-super:before { content: '\ebbb'; }
674
+ .codicon-git-pull-request-create:before { content: '\ebbc'; }
675
+ .codicon-run-above:before { content: '\ebbd'; }
676
+ .codicon-run-below:before { content: '\ebbe'; }
677
+ .codicon-notebook-template:before { content: '\ebbf'; }
678
+ .codicon-debug-rerun:before { content: '\ebc0'; }
679
+ .codicon-workspace-trusted:before { content: '\ebc1'; }
680
+ .codicon-workspace-untrusted:before { content: '\ebc2'; }
681
+ .codicon-workspace-unspecified:before { content: '\ebc3'; }
682
+ .codicon-terminal-cmd:before { content: '\ebc4'; }
683
+ .codicon-terminal-debian:before { content: '\ebc5'; }
684
+ .codicon-terminal-linux:before { content: '\ebc6'; }
685
+ .codicon-terminal-powershell:before { content: '\ebc7'; }
686
+ .codicon-terminal-tmux:before { content: '\ebc8'; }
687
+ .codicon-terminal-ubuntu:before { content: '\ebc9'; }
688
+ .codicon-terminal-bash:before { content: '\ebca'; }
689
+ .codicon-arrow-swap:before { content: '\ebcb'; }
690
+ .codicon-copy:before { content: '\ebcc'; }
691
+ .codicon-person-add:before { content: '\ebcd'; }
692
+ .codicon-filter-filled:before { content: '\ebce'; }
693
+ .codicon-wand:before { content: '\ebcf'; }
694
+ .codicon-debug-line-by-line:before { content: '\ebd0'; }
695
+ .codicon-inspect:before { content: '\ebd1'; }
696
+ .codicon-layers:before { content: '\ebd2'; }
697
+ .codicon-layers-dot:before { content: '\ebd3'; }
698
+ .codicon-layers-active:before { content: '\ebd4'; }
699
+ .codicon-compass:before { content: '\ebd5'; }
700
+ .codicon-compass-dot:before { content: '\ebd6'; }
701
+ .codicon-compass-active:before { content: '\ebd7'; }
702
+ .codicon-azure:before { content: '\ebd8'; }
703
+ .codicon-issue-draft:before { content: '\ebd9'; }
704
+ .codicon-git-pull-request-closed:before { content: '\ebda'; }
705
+ .codicon-git-pull-request-draft:before { content: '\ebdb'; }
706
+ .codicon-debug-all:before { content: '\ebdc'; }
707
+ .codicon-debug-coverage:before { content: '\ebdd'; }
708
+ .codicon-run-errors:before { content: '\ebde'; }
709
+ .codicon-folder-library:before { content: '\ebdf'; }
710
+ .codicon-debug-continue-small:before { content: '\ebe0'; }
711
+ .codicon-beaker-stop:before { content: '\ebe1'; }
712
+ .codicon-graph-line:before { content: '\ebe2'; }
713
+ .codicon-graph-scatter:before { content: '\ebe3'; }
714
+ .codicon-pie-chart:before { content: '\ebe4'; }
715
+ .codicon-bracket-dot:before { content: '\ebe5'; }
716
+ .codicon-bracket-error:before { content: '\ebe6'; }
717
+ .codicon-lock-small:before { content: '\ebe7'; }
718
+ .codicon-azure-devops:before { content: '\ebe8'; }
719
+ .codicon-verified-filled:before { content: '\ebe9'; }
720
+ .codicon-newline:before { content: '\ebea'; }
721
+ .codicon-layout:before { content: '\ebeb'; }
722
+ .codicon-layout-activitybar-left:before { content: '\ebec'; }
723
+ .codicon-layout-activitybar-right:before { content: '\ebed'; }
724
+ .codicon-layout-panel-left:before { content: '\ebee'; }
725
+ .codicon-layout-panel-center:before { content: '\ebef'; }
726
+ .codicon-layout-panel-justify:before { content: '\ebf0'; }
727
+ .codicon-layout-panel-right:before { content: '\ebf1'; }
728
+ .codicon-layout-panel:before { content: '\ebf2'; }
729
+ .codicon-layout-sidebar-left:before { content: '\ebf3'; }
730
+ .codicon-layout-sidebar-right:before { content: '\ebf4'; }
731
+ .codicon-layout-statusbar:before { content: '\ebf5'; }
732
+ .codicon-layout-menubar:before { content: '\ebf6'; }
733
+ .codicon-layout-centered:before { content: '\ebf7'; }
734
+ .codicon-layout-sidebar-right-off:before { content: '\ec00'; }
735
+ .codicon-layout-panel-off:before { content: '\ec01'; }
736
+ .codicon-layout-sidebar-left-off:before { content: '\ec02'; }
737
+ .codicon-target:before { content: '\ebf8'; }
738
+ .codicon-indent:before { content: '\ebf9'; }
739
+ .codicon-record-small:before { content: '\ebfa'; }
740
+ .codicon-error-small:before { content: '\ebfb'; }
741
+ .codicon-arrow-circle-down:before { content: '\ebfc'; }
742
+ .codicon-arrow-circle-left:before { content: '\ebfd'; }
743
+ .codicon-arrow-circle-right:before { content: '\ebfe'; }
744
+ .codicon-arrow-circle-up:before { content: '\ebff'; }
745
+ .codicon-heart-filled:before { content: '\ec04'; }
746
+ .codicon-map:before { content: '\ec05'; }
747
+ .codicon-map-filled:before { content: '\ec06'; }
748
+ .codicon-circle-small:before { content: '\ec07'; }
749
+ .codicon-bell-slash:before { content: '\ec08'; }
750
+ .codicon-bell-slash-dot:before { content: '\ec09'; }
751
+ .codicon-comment-unresolved:before { content: '\ec0a'; }
752
+ .codicon-git-pull-request-go-to-changes:before { content: '\ec0b'; }
753
+ .codicon-git-pull-request-new-changes:before { content: '\ec0c'; }
754
+ .codicon-search-fuzzy:before { content: '\ec0d'; }
755
+ .codicon-comment-draft:before { content: '\ec0e'; }
756
+ .codicon-send:before { content: '\ec0f'; }
757
+ .codicon-sparkle:before { content: '\ec10'; }
758
+ .codicon-insert:before { content: '\ec11'; }
759
+ /*
760
+ Copyright (c) Microsoft Corporation.
761
+
762
+ Licensed under the Apache License, Version 2.0 (the "License");
763
+ you may not use this file except in compliance with the License.
764
+ You may obtain a copy of the License at
765
+
766
+ http://www.apache.org/licenses/LICENSE-2.0
767
+
768
+ Unless required by applicable law or agreed to in writing, software
769
+ distributed under the License is distributed on an "AS IS" BASIS,
770
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
771
+ See the License for the specific language governing permissions and
772
+ limitations under the License.
773
+ */
774
+
775
+ /*---------------------------------------------------------------------------------------------
776
+ * Copyright (c) Microsoft Corporation. All rights reserved.
777
+ * Licensed under the MIT License. See License.txt in the project root for license information.
778
+ *--------------------------------------------------------------------------------------------*/
779
+
780
+ body {
781
+ --vscode-font-family: system-ui, "Ubuntu", "Droid Sans", sans-serif;
782
+ --vscode-font-weight: normal;
783
+ --vscode-font-size: 13px;
784
+ --vscode-editor-font-family: "Droid Sans Mono", "monospace", monospace;
785
+ --vscode-editor-font-weight: normal;
786
+ --vscode-editor-font-size: 14px;
787
+ --vscode-foreground: #616161;
788
+ --vscode-disabledForeground: rgba(97, 97, 97, 0.5);
789
+ --vscode-errorForeground: #a1260d;
790
+ --vscode-descriptionForeground: #717171;
791
+ --vscode-icon-foreground: #424242;
792
+ --vscode-focusBorder: #0090f1;
793
+ --vscode-textSeparator-foreground: rgba(0, 0, 0, 0.18);
794
+ --vscode-textLink-foreground: #006ab1;
795
+ --vscode-textLink-activeForeground: #006ab1;
796
+ --vscode-textPreformat-foreground: #a31515;
797
+ --vscode-textBlockQuote-background: rgba(127, 127, 127, 0.1);
798
+ --vscode-textBlockQuote-border: rgba(0, 122, 204, 0.5);
799
+ --vscode-textCodeBlock-background: rgba(220, 220, 220, 0.4);
800
+ --vscode-widget-shadow: rgba(0, 0, 0, 0.16);
801
+ --vscode-input-background: #ffffff;
802
+ --vscode-input-foreground: #616161;
803
+ --vscode-inputOption-activeBorder: #007acc;
804
+ --vscode-inputOption-hoverBackground: rgba(184, 184, 184, 0.31);
805
+ --vscode-inputOption-activeBackground: rgba(0, 144, 241, 0.2);
806
+ --vscode-inputOption-activeForeground: #000000;
807
+ --vscode-input-placeholderForeground: #767676;
808
+ --vscode-inputValidation-infoBackground: #d6ecf2;
809
+ --vscode-inputValidation-infoBorder: #007acc;
810
+ --vscode-inputValidation-warningBackground: #f6f5d2;
811
+ --vscode-inputValidation-warningBorder: #b89500;
812
+ --vscode-inputValidation-errorBackground: #f2dede;
813
+ --vscode-inputValidation-errorBorder: #be1100;
814
+ --vscode-dropdown-background: #ffffff;
815
+ --vscode-dropdown-border: #cecece;
816
+ --vscode-checkbox-background: #ffffff;
817
+ --vscode-checkbox-border: #cecece;
818
+ --vscode-button-foreground: #ffffff;
819
+ --vscode-button-separator: rgba(255, 255, 255, 0.4);
820
+ --vscode-button-background: #007acc;
821
+ --vscode-button-hoverBackground: #0062a3;
822
+ --vscode-button-secondaryForeground: #ffffff;
823
+ --vscode-button-secondaryBackground: #5f6a79;
824
+ --vscode-button-secondaryHoverBackground: #4c5561;
825
+ --vscode-badge-background: #c4c4c4;
826
+ --vscode-badge-foreground: #333333;
827
+ --vscode-scrollbar-shadow: #dddddd;
828
+ --vscode-scrollbarSlider-background: rgba(100, 100, 100, 0.4);
829
+ --vscode-scrollbarSlider-hoverBackground: rgba(100, 100, 100, 0.7);
830
+ --vscode-scrollbarSlider-activeBackground: rgba(0, 0, 0, 0.6);
831
+ --vscode-progressBar-background: #0e70c0;
832
+ --vscode-editorError-foreground: #e51400;
833
+ --vscode-editorWarning-foreground: #bf8803;
834
+ --vscode-editorInfo-foreground: #1a85ff;
835
+ --vscode-editorHint-foreground: #6c6c6c;
836
+ --vscode-sash-hoverBorder: #0090f1;
837
+ --vscode-editor-background: #ffffff;
838
+ --vscode-editor-foreground: #000000;
839
+ --vscode-editorStickyScroll-background: #ffffff;
840
+ --vscode-editorStickyScrollHover-background: #f0f0f0;
841
+ --vscode-editorWidget-background: #f3f3f3;
842
+ --vscode-editorWidget-foreground: #616161;
843
+ --vscode-editorWidget-border: #c8c8c8;
844
+ --vscode-quickInput-background: #f3f3f3;
845
+ --vscode-quickInput-foreground: #616161;
846
+ --vscode-quickInputTitle-background: rgba(0, 0, 0, 0.06);
847
+ --vscode-pickerGroup-foreground: #0066bf;
848
+ --vscode-pickerGroup-border: #cccedb;
849
+ --vscode-keybindingLabel-background: rgba(221, 221, 221, 0.4);
850
+ --vscode-keybindingLabel-foreground: #555555;
851
+ --vscode-keybindingLabel-border: rgba(204, 204, 204, 0.4);
852
+ --vscode-keybindingLabel-bottomBorder: rgba(187, 187, 187, 0.4);
853
+ --vscode-editor-selectionBackground: #add6ff;
854
+ --vscode-editor-inactiveSelectionBackground: #e5ebf1;
855
+ --vscode-editor-selectionHighlightBackground: rgba(173, 214, 255, 0.5);
856
+ --vscode-editor-findMatchBackground: #a8ac94;
857
+ --vscode-editor-findMatchHighlightBackground: rgba(234, 92, 0, 0.33);
858
+ --vscode-editor-findRangeHighlightBackground: rgba(180, 180, 180, 0.3);
859
+ --vscode-searchEditor-findMatchBackground: rgba(234, 92, 0, 0.22);
860
+ --vscode-editor-hoverHighlightBackground: rgba(173, 214, 255, 0.15);
861
+ --vscode-editorHoverWidget-background: #f3f3f3;
862
+ --vscode-editorHoverWidget-foreground: #616161;
863
+ --vscode-editorHoverWidget-border: #c8c8c8;
864
+ --vscode-editorHoverWidget-statusBarBackground: #e7e7e7;
865
+ --vscode-editorLink-activeForeground: #0000ff;
866
+ --vscode-editorInlayHint-foreground: rgba(51, 51, 51, 0.8);
867
+ --vscode-editorInlayHint-background: rgba(196, 196, 196, 0.3);
868
+ --vscode-editorInlayHint-typeForeground: rgba(51, 51, 51, 0.8);
869
+ --vscode-editorInlayHint-typeBackground: rgba(196, 196, 196, 0.3);
870
+ --vscode-editorInlayHint-parameterForeground: rgba(51, 51, 51, 0.8);
871
+ --vscode-editorInlayHint-parameterBackground: rgba(196, 196, 196, 0.3);
872
+ --vscode-editorLightBulb-foreground: #ddb100;
873
+ --vscode-editorLightBulbAutoFix-foreground: #007acc;
874
+ --vscode-diffEditor-insertedTextBackground: rgba(156, 204, 44, 0.4);
875
+ --vscode-diffEditor-removedTextBackground: rgba(255, 0, 0, 0.3);
876
+ --vscode-diffEditor-insertedLineBackground: rgba(155, 185, 85, 0.2);
877
+ --vscode-diffEditor-removedLineBackground: rgba(255, 0, 0, 0.2);
878
+ --vscode-diffEditor-diagonalFill: rgba(34, 34, 34, 0.2);
879
+ --vscode-list-focusOutline: #0090f1;
880
+ --vscode-list-focusAndSelectionOutline: #90c2f9;
881
+ --vscode-list-activeSelectionBackground: #0060c0;
882
+ --vscode-list-activeSelectionForeground: #ffffff;
883
+ --vscode-list-activeSelectionIconForeground: #ffffff;
884
+ --vscode-list-inactiveSelectionBackground: #e4e6f1;
885
+ --vscode-list-hoverBackground: #e8e8e8;
886
+ --vscode-list-dropBackground: #d6ebff;
887
+ --vscode-list-highlightForeground: #0066bf;
888
+ --vscode-list-focusHighlightForeground: #bbe7ff;
889
+ --vscode-list-invalidItemForeground: #b89500;
890
+ --vscode-list-errorForeground: #b01011;
891
+ --vscode-list-warningForeground: #855f00;
892
+ --vscode-listFilterWidget-background: #f3f3f3;
893
+ --vscode-listFilterWidget-outline: rgba(0, 0, 0, 0);
894
+ --vscode-listFilterWidget-noMatchesOutline: #be1100;
895
+ --vscode-listFilterWidget-shadow: rgba(0, 0, 0, 0.16);
896
+ --vscode-list-filterMatchBackground: rgba(234, 92, 0, 0.33);
897
+ --vscode-tree-indentGuidesStroke: #a9a9a9;
898
+ --vscode-tree-tableColumnsBorder: rgba(97, 97, 97, 0.13);
899
+ --vscode-tree-tableOddRowsBackground: rgba(97, 97, 97, 0.04);
900
+ --vscode-list-deemphasizedForeground: #8e8e90;
901
+ --vscode-quickInputList-focusForeground: #ffffff;
902
+ --vscode-quickInputList-focusIconForeground: #ffffff;
903
+ --vscode-quickInputList-focusBackground: #0060c0;
904
+ --vscode-menu-foreground: #616161;
905
+ --vscode-menu-background: #ffffff;
906
+ --vscode-menu-selectionForeground: #ffffff;
907
+ --vscode-menu-selectionBackground: #0060c0;
908
+ --vscode-menu-separatorBackground: #d4d4d4;
909
+ --vscode-toolbar-hoverBackground: rgba(184, 184, 184, 0.31);
910
+ --vscode-toolbar-activeBackground: rgba(166, 166, 166, 0.31);
911
+ --vscode-editor-snippetTabstopHighlightBackground: rgba(10, 50, 100, 0.2);
912
+ --vscode-editor-snippetFinalTabstopHighlightBorder: rgba(10, 50, 100, 0.5);
913
+ --vscode-breadcrumb-foreground: rgba(97, 97, 97, 0.8);
914
+ --vscode-breadcrumb-background: #ffffff;
915
+ --vscode-breadcrumb-focusForeground: #4e4e4e;
916
+ --vscode-breadcrumb-activeSelectionForeground: #4e4e4e;
917
+ --vscode-breadcrumbPicker-background: #f3f3f3;
918
+ --vscode-merge-currentHeaderBackground: rgba(64, 200, 174, 0.5);
919
+ --vscode-merge-currentContentBackground: rgba(64, 200, 174, 0.2);
920
+ --vscode-merge-incomingHeaderBackground: rgba(64, 166, 255, 0.5);
921
+ --vscode-merge-incomingContentBackground: rgba(64, 166, 255, 0.2);
922
+ --vscode-merge-commonHeaderBackground: rgba(96, 96, 96, 0.4);
923
+ --vscode-merge-commonContentBackground: rgba(96, 96, 96, 0.16);
924
+ --vscode-editorOverviewRuler-currentContentForeground: rgba(64, 200, 174, 0.5);
925
+ --vscode-editorOverviewRuler-incomingContentForeground: rgba(64, 166, 255, 0.5);
926
+ --vscode-editorOverviewRuler-commonContentForeground: rgba(96, 96, 96, 0.4);
927
+ --vscode-editorOverviewRuler-findMatchForeground: rgba(209, 134, 22, 0.49);
928
+ --vscode-editorOverviewRuler-selectionHighlightForeground: rgba(160, 160, 160, 0.8);
929
+ --vscode-minimap-findMatchHighlight: #d18616;
930
+ --vscode-minimap-selectionOccurrenceHighlight: #c9c9c9;
931
+ --vscode-minimap-selectionHighlight: #add6ff;
932
+ --vscode-minimap-errorHighlight: rgba(255, 18, 18, 0.7);
933
+ --vscode-minimap-warningHighlight: #bf8803;
934
+ --vscode-minimap-foregroundOpacity: #000000;
935
+ --vscode-minimapSlider-background: rgba(100, 100, 100, 0.2);
936
+ --vscode-minimapSlider-hoverBackground: rgba(100, 100, 100, 0.35);
937
+ --vscode-minimapSlider-activeBackground: rgba(0, 0, 0, 0.3);
938
+ --vscode-problemsErrorIcon-foreground: #e51400;
939
+ --vscode-problemsWarningIcon-foreground: #bf8803;
940
+ --vscode-problemsInfoIcon-foreground: #1a85ff;
941
+ --vscode-charts-foreground: #616161;
942
+ --vscode-charts-lines: rgba(97, 97, 97, 0.5);
943
+ --vscode-charts-red: #e51400;
944
+ --vscode-charts-blue: #1a85ff;
945
+ --vscode-charts-yellow: #bf8803;
946
+ --vscode-charts-orange: #d18616;
947
+ --vscode-charts-green: #388a34;
948
+ --vscode-charts-purple: #652d90;
949
+ --vscode-editor-lineHighlightBorder: #eeeeee;
950
+ --vscode-editor-rangeHighlightBackground: rgba(253, 255, 0, 0.2);
951
+ --vscode-editor-symbolHighlightBackground: rgba(234, 92, 0, 0.33);
952
+ --vscode-editorCursor-foreground: #000000;
953
+ --vscode-editorWhitespace-foreground: rgba(51, 51, 51, 0.2);
954
+ --vscode-editorIndentGuide-background: #d3d3d3;
955
+ --vscode-editorIndentGuide-activeBackground: #939393;
956
+ --vscode-editorLineNumber-foreground: #237893;
957
+ --vscode-editorActiveLineNumber-foreground: #0b216f;
958
+ --vscode-editorLineNumber-activeForeground: #0b216f;
959
+ --vscode-editorRuler-foreground: #d3d3d3;
960
+ --vscode-editorCodeLens-foreground: #919191;
961
+ --vscode-editorBracketMatch-background: rgba(0, 100, 0, 0.1);
962
+ --vscode-editorBracketMatch-border: #b9b9b9;
963
+ --vscode-editorOverviewRuler-border: rgba(127, 127, 127, 0.3);
964
+ --vscode-editorGutter-background: #ffffff;
965
+ --vscode-editorUnnecessaryCode-opacity: rgba(0, 0, 0, 0.47);
966
+ --vscode-editorGhostText-foreground: rgba(0, 0, 0, 0.47);
967
+ --vscode-editorOverviewRuler-rangeHighlightForeground: rgba(0, 122, 204, 0.6);
968
+ --vscode-editorOverviewRuler-errorForeground: rgba(255, 18, 18, 0.7);
969
+ --vscode-editorOverviewRuler-warningForeground: #bf8803;
970
+ --vscode-editorOverviewRuler-infoForeground: #1a85ff;
971
+ --vscode-editorBracketHighlight-foreground1: #0431fa;
972
+ --vscode-editorBracketHighlight-foreground2: #319331;
973
+ --vscode-editorBracketHighlight-foreground3: #7b3814;
974
+ --vscode-editorBracketHighlight-foreground4: rgba(0, 0, 0, 0);
975
+ --vscode-editorBracketHighlight-foreground5: rgba(0, 0, 0, 0);
976
+ --vscode-editorBracketHighlight-foreground6: rgba(0, 0, 0, 0);
977
+ --vscode-editorBracketHighlight-unexpectedBracket\.foreground: rgba(255, 18, 18, 0.8);
978
+ --vscode-editorBracketPairGuide-background1: rgba(0, 0, 0, 0);
979
+ --vscode-editorBracketPairGuide-background2: rgba(0, 0, 0, 0);
980
+ --vscode-editorBracketPairGuide-background3: rgba(0, 0, 0, 0);
981
+ --vscode-editorBracketPairGuide-background4: rgba(0, 0, 0, 0);
982
+ --vscode-editorBracketPairGuide-background5: rgba(0, 0, 0, 0);
983
+ --vscode-editorBracketPairGuide-background6: rgba(0, 0, 0, 0);
984
+ --vscode-editorBracketPairGuide-activeBackground1: rgba(0, 0, 0, 0);
985
+ --vscode-editorBracketPairGuide-activeBackground2: rgba(0, 0, 0, 0);
986
+ --vscode-editorBracketPairGuide-activeBackground3: rgba(0, 0, 0, 0);
987
+ --vscode-editorBracketPairGuide-activeBackground4: rgba(0, 0, 0, 0);
988
+ --vscode-editorBracketPairGuide-activeBackground5: rgba(0, 0, 0, 0);
989
+ --vscode-editorBracketPairGuide-activeBackground6: rgba(0, 0, 0, 0);
990
+ --vscode-editorUnicodeHighlight-border: #cea33d;
991
+ --vscode-editorUnicodeHighlight-background: rgba(206, 163, 61, 0.08);
992
+ --vscode-symbolIcon-arrayForeground: #616161;
993
+ --vscode-symbolIcon-booleanForeground: #616161;
994
+ --vscode-symbolIcon-classForeground: #d67e00;
995
+ --vscode-symbolIcon-colorForeground: #616161;
996
+ --vscode-symbolIcon-constantForeground: #616161;
997
+ --vscode-symbolIcon-constructorForeground: #652d90;
998
+ --vscode-symbolIcon-enumeratorForeground: #d67e00;
999
+ --vscode-symbolIcon-enumeratorMemberForeground: #007acc;
1000
+ --vscode-symbolIcon-eventForeground: #d67e00;
1001
+ --vscode-symbolIcon-fieldForeground: #007acc;
1002
+ --vscode-symbolIcon-fileForeground: #616161;
1003
+ --vscode-symbolIcon-folderForeground: #616161;
1004
+ --vscode-symbolIcon-functionForeground: #652d90;
1005
+ --vscode-symbolIcon-interfaceForeground: #007acc;
1006
+ --vscode-symbolIcon-keyForeground: #616161;
1007
+ --vscode-symbolIcon-keywordForeground: #616161;
1008
+ --vscode-symbolIcon-methodForeground: #652d90;
1009
+ --vscode-symbolIcon-moduleForeground: #616161;
1010
+ --vscode-symbolIcon-namespaceForeground: #616161;
1011
+ --vscode-symbolIcon-nullForeground: #616161;
1012
+ --vscode-symbolIcon-numberForeground: #616161;
1013
+ --vscode-symbolIcon-objectForeground: #616161;
1014
+ --vscode-symbolIcon-operatorForeground: #616161;
1015
+ --vscode-symbolIcon-packageForeground: #616161;
1016
+ --vscode-symbolIcon-propertyForeground: #616161;
1017
+ --vscode-symbolIcon-referenceForeground: #616161;
1018
+ --vscode-symbolIcon-snippetForeground: #616161;
1019
+ --vscode-symbolIcon-stringForeground: #616161;
1020
+ --vscode-symbolIcon-structForeground: #616161;
1021
+ --vscode-symbolIcon-textForeground: #616161;
1022
+ --vscode-symbolIcon-typeParameterForeground: #616161;
1023
+ --vscode-symbolIcon-unitForeground: #616161;
1024
+ --vscode-symbolIcon-variableForeground: #007acc;
1025
+ --vscode-editorHoverWidget-highlightForeground: #0066bf;
1026
+ --vscode-editorOverviewRuler-bracketMatchForeground: #a0a0a0;
1027
+ --vscode-editor-foldBackground: rgba(173, 214, 255, 0.3);
1028
+ --vscode-editorGutter-foldingControlForeground: #424242;
1029
+ --vscode-editor-linkedEditingBackground: rgba(255, 0, 0, 0.3);
1030
+ --vscode-editor-wordHighlightBackground: rgba(87, 87, 87, 0.25);
1031
+ --vscode-editor-wordHighlightStrongBackground: rgba(14, 99, 156, 0.25);
1032
+ --vscode-editorOverviewRuler-wordHighlightForeground: rgba(160, 160, 160, 0.8);
1033
+ --vscode-editorOverviewRuler-wordHighlightStrongForeground: rgba(192, 160, 192, 0.8);
1034
+ --vscode-peekViewTitle-background: rgba(26, 133, 255, 0.1);
1035
+ --vscode-peekViewTitleLabel-foreground: #000000;
1036
+ --vscode-peekViewTitleDescription-foreground: #616161;
1037
+ --vscode-peekView-border: #1a85ff;
1038
+ --vscode-peekViewResult-background: #f3f3f3;
1039
+ --vscode-peekViewResult-lineForeground: #646465;
1040
+ --vscode-peekViewResult-fileForeground: #1e1e1e;
1041
+ --vscode-peekViewResult-selectionBackground: rgba(51, 153, 255, 0.2);
1042
+ --vscode-peekViewResult-selectionForeground: #6c6c6c;
1043
+ --vscode-peekViewEditor-background: #f2f8fc;
1044
+ --vscode-peekViewEditorGutter-background: #f2f8fc;
1045
+ --vscode-peekViewResult-matchHighlightBackground: rgba(234, 92, 0, 0.3);
1046
+ --vscode-peekViewEditor-matchHighlightBackground: rgba(245, 216, 2, 0.87);
1047
+ --vscode-editorMarkerNavigationError-background: #e51400;
1048
+ --vscode-editorMarkerNavigationError-headerBackground: rgba(229, 20, 0, 0.1);
1049
+ --vscode-editorMarkerNavigationWarning-background: #bf8803;
1050
+ --vscode-editorMarkerNavigationWarning-headerBackground: rgba(191, 136, 3, 0.1);
1051
+ --vscode-editorMarkerNavigationInfo-background: #1a85ff;
1052
+ --vscode-editorMarkerNavigationInfo-headerBackground: rgba(26, 133, 255, 0.1);
1053
+ --vscode-editorMarkerNavigation-background: #ffffff;
1054
+ --vscode-editorSuggestWidget-background: #f3f3f3;
1055
+ --vscode-editorSuggestWidget-border: #c8c8c8;
1056
+ --vscode-editorSuggestWidget-foreground: #000000;
1057
+ --vscode-editorSuggestWidget-selectedForeground: #ffffff;
1058
+ --vscode-editorSuggestWidget-selectedIconForeground: #ffffff;
1059
+ --vscode-editorSuggestWidget-selectedBackground: #0060c0;
1060
+ --vscode-editorSuggestWidget-highlightForeground: #0066bf;
1061
+ --vscode-editorSuggestWidget-focusHighlightForeground: #bbe7ff;
1062
+ --vscode-editorSuggestWidgetStatus-foreground: rgba(0, 0, 0, 0.5);
1063
+ --vscode-tab-activeBackground: #ffffff;
1064
+ --vscode-tab-unfocusedActiveBackground: #ffffff;
1065
+ --vscode-tab-inactiveBackground: #ececec;
1066
+ --vscode-tab-unfocusedInactiveBackground: #ececec;
1067
+ --vscode-tab-activeForeground: #333333;
1068
+ --vscode-tab-inactiveForeground: rgba(51, 51, 51, 0.7);
1069
+ --vscode-tab-unfocusedActiveForeground: rgba(51, 51, 51, 0.7);
1070
+ --vscode-tab-unfocusedInactiveForeground: rgba(51, 51, 51, 0.35);
1071
+ --vscode-tab-border: #f3f3f3;
1072
+ --vscode-tab-lastPinnedBorder: rgba(97, 97, 97, 0.19);
1073
+ --vscode-tab-activeModifiedBorder: #33aaee;
1074
+ --vscode-tab-inactiveModifiedBorder: rgba(51, 170, 238, 0.5);
1075
+ --vscode-tab-unfocusedActiveModifiedBorder: rgba(51, 170, 238, 0.7);
1076
+ --vscode-tab-unfocusedInactiveModifiedBorder: rgba(51, 170, 238, 0.25);
1077
+ --vscode-editorPane-background: #ffffff;
1078
+ --vscode-editorGroupHeader-tabsBackground: #f3f3f3;
1079
+ --vscode-editorGroupHeader-noTabsBackground: #ffffff;
1080
+ --vscode-editorGroup-border: #e7e7e7;
1081
+ --vscode-editorGroup-dropBackground: rgba(38, 119, 203, 0.18);
1082
+ --vscode-editorGroup-dropIntoPromptForeground: #616161;
1083
+ --vscode-editorGroup-dropIntoPromptBackground: #f3f3f3;
1084
+ --vscode-sideBySideEditor-horizontalBorder: #e7e7e7;
1085
+ --vscode-sideBySideEditor-verticalBorder: #e7e7e7;
1086
+ --vscode-panel-background: #ffffff;
1087
+ --vscode-panel-border: rgba(128, 128, 128, 0.35);
1088
+ --vscode-panelTitle-activeForeground: #424242;
1089
+ --vscode-panelTitle-inactiveForeground: rgba(66, 66, 66, 0.75);
1090
+ --vscode-panelTitle-activeBorder: #424242;
1091
+ --vscode-panelInput-border: #dddddd;
1092
+ --vscode-panel-dropBorder: #424242;
1093
+ --vscode-panelSection-dropBackground: rgba(38, 119, 203, 0.18);
1094
+ --vscode-panelSectionHeader-background: rgba(128, 128, 128, 0.2);
1095
+ --vscode-panelSection-border: rgba(128, 128, 128, 0.35);
1096
+ --vscode-banner-background: #004386;
1097
+ --vscode-banner-foreground: #ffffff;
1098
+ --vscode-banner-iconForeground: #1a85ff;
1099
+ --vscode-statusBar-foreground: #ffffff;
1100
+ --vscode-statusBar-noFolderForeground: #ffffff;
1101
+ --vscode-statusBar-background: #007acc;
1102
+ --vscode-statusBar-noFolderBackground: #68217a;
1103
+ --vscode-statusBar-focusBorder: #ffffff;
1104
+ --vscode-statusBarItem-activeBackground: rgba(255, 255, 255, 0.18);
1105
+ --vscode-statusBarItem-focusBorder: #ffffff;
1106
+ --vscode-statusBarItem-hoverBackground: rgba(255, 255, 255, 0.12);
1107
+ --vscode-statusBarItem-compactHoverBackground: rgba(255, 255, 255, 0.2);
1108
+ --vscode-statusBarItem-prominentForeground: #ffffff;
1109
+ --vscode-statusBarItem-prominentBackground: rgba(0, 0, 0, 0.5);
1110
+ --vscode-statusBarItem-prominentHoverBackground: rgba(0, 0, 0, 0.3);
1111
+ --vscode-statusBarItem-errorBackground: #c72e0f;
1112
+ --vscode-statusBarItem-errorForeground: #ffffff;
1113
+ --vscode-statusBarItem-warningBackground: #725102;
1114
+ --vscode-statusBarItem-warningForeground: #ffffff;
1115
+ --vscode-activityBar-background: #2c2c2c;
1116
+ --vscode-activityBar-foreground: #ffffff;
1117
+ --vscode-activityBar-inactiveForeground: rgba(255, 255, 255, 0.4);
1118
+ --vscode-activityBar-activeBorder: #ffffff;
1119
+ --vscode-activityBar-dropBorder: #ffffff;
1120
+ --vscode-activityBarBadge-background: #007acc;
1121
+ --vscode-activityBarBadge-foreground: #ffffff;
1122
+ --vscode-statusBarItem-remoteBackground: #16825d;
1123
+ --vscode-statusBarItem-remoteForeground: #ffffff;
1124
+ --vscode-extensionBadge-remoteBackground: #007acc;
1125
+ --vscode-extensionBadge-remoteForeground: #ffffff;
1126
+ --vscode-sideBar-background: #f3f3f3;
1127
+ --vscode-sideBarTitle-foreground: #6f6f6f;
1128
+ --vscode-sideBar-dropBackground: rgba(38, 119, 203, 0.18);
1129
+ --vscode-sideBarSectionHeader-background: rgba(0, 0, 0, 0);
1130
+ --vscode-sideBarSectionHeader-border: rgba(97, 97, 97, 0.19);
1131
+ --vscode-titleBar-activeForeground: #333333;
1132
+ --vscode-titleBar-inactiveForeground: rgba(51, 51, 51, 0.6);
1133
+ --vscode-titleBar-activeBackground: #dddddd;
1134
+ --vscode-titleBar-inactiveBackground: rgba(221, 221, 221, 0.6);
1135
+ --vscode-menubar-selectionForeground: #333333;
1136
+ --vscode-menubar-selectionBackground: rgba(184, 184, 184, 0.31);
1137
+ --vscode-notifications-foreground: #616161;
1138
+ --vscode-notifications-background: #f3f3f3;
1139
+ --vscode-notificationLink-foreground: #006ab1;
1140
+ --vscode-notificationCenterHeader-background: #e7e7e7;
1141
+ --vscode-notifications-border: #e7e7e7;
1142
+ --vscode-notificationsErrorIcon-foreground: #e51400;
1143
+ --vscode-notificationsWarningIcon-foreground: #bf8803;
1144
+ --vscode-notificationsInfoIcon-foreground: #1a85ff;
1145
+ --vscode-commandCenter-foreground: #333333;
1146
+ --vscode-commandCenter-activeForeground: #333333;
1147
+ --vscode-commandCenter-activeBackground: rgba(184, 184, 184, 0.31);
1148
+ --vscode-commandCenter-border: rgba(128, 128, 128, 0.35);
1149
+ --vscode-editorCommentsWidget-resolvedBorder: rgba(97, 97, 97, 0.5);
1150
+ --vscode-editorCommentsWidget-unresolvedBorder: #1a85ff;
1151
+ --vscode-editorCommentsWidget-rangeBackground: rgba(26, 133, 255, 0.1);
1152
+ --vscode-editorCommentsWidget-rangeBorder: rgba(26, 133, 255, 0.4);
1153
+ --vscode-editorCommentsWidget-rangeActiveBackground: rgba(26, 133, 255, 0.1);
1154
+ --vscode-editorCommentsWidget-rangeActiveBorder: rgba(26, 133, 255, 0.4);
1155
+ --vscode-editorGutter-commentRangeForeground: #d5d8e9;
1156
+ --vscode-debugToolBar-background: #f3f3f3;
1157
+ --vscode-debugIcon-startForeground: #388a34;
1158
+ --vscode-editor-stackFrameHighlightBackground: rgba(255, 255, 102, 0.45);
1159
+ --vscode-editor-focusedStackFrameHighlightBackground: rgba(206, 231, 206, 0.45);
1160
+ --vscode-mergeEditor-change\.background: rgba(155, 185, 85, 0.2);
1161
+ --vscode-mergeEditor-change\.word\.background: rgba(156, 204, 44, 0.4);
1162
+ --vscode-mergeEditor-conflict\.unhandledUnfocused\.border: rgba(255, 166, 0, 0.48);
1163
+ --vscode-mergeEditor-conflict\.unhandledFocused\.border: #ffa600;
1164
+ --vscode-mergeEditor-conflict\.handledUnfocused\.border: rgba(134, 134, 134, 0.29);
1165
+ --vscode-mergeEditor-conflict\.handledFocused\.border: rgba(193, 193, 193, 0.8);
1166
+ --vscode-mergeEditor-conflict\.handled\.minimapOverViewRuler: rgba(173, 172, 168, 0.93);
1167
+ --vscode-mergeEditor-conflict\.unhandled\.minimapOverViewRuler: #fcba03;
1168
+ --vscode-mergeEditor-conflictingLines\.background: rgba(255, 234, 0, 0.28);
1169
+ --vscode-settings-headerForeground: #444444;
1170
+ --vscode-settings-modifiedItemIndicator: #66afe0;
1171
+ --vscode-settings-headerBorder: rgba(128, 128, 128, 0.35);
1172
+ --vscode-settings-sashBorder: rgba(128, 128, 128, 0.35);
1173
+ --vscode-settings-dropdownBackground: #ffffff;
1174
+ --vscode-settings-dropdownBorder: #cecece;
1175
+ --vscode-settings-dropdownListBorder: #c8c8c8;
1176
+ --vscode-settings-checkboxBackground: #ffffff;
1177
+ --vscode-settings-checkboxBorder: #cecece;
1178
+ --vscode-settings-textInputBackground: #ffffff;
1179
+ --vscode-settings-textInputForeground: #616161;
1180
+ --vscode-settings-textInputBorder: #cecece;
1181
+ --vscode-settings-numberInputBackground: #ffffff;
1182
+ --vscode-settings-numberInputForeground: #616161;
1183
+ --vscode-settings-numberInputBorder: #cecece;
1184
+ --vscode-settings-focusedRowBackground: rgba(232, 232, 232, 0.6);
1185
+ --vscode-settings-rowHoverBackground: rgba(232, 232, 232, 0.3);
1186
+ --vscode-settings-focusedRowBorder: rgba(0, 0, 0, 0.12);
1187
+ --vscode-terminal-foreground: #333333;
1188
+ --vscode-terminal-selectionBackground: #add6ff;
1189
+ --vscode-terminal-inactiveSelectionBackground: #e5ebf1;
1190
+ --vscode-terminalCommandDecoration-defaultBackground: rgba(0, 0, 0, 0.25);
1191
+ --vscode-terminalCommandDecoration-successBackground: #2090d3;
1192
+ --vscode-terminalCommandDecoration-errorBackground: #e51400;
1193
+ --vscode-terminalOverviewRuler-cursorForeground: rgba(160, 160, 160, 0.8);
1194
+ --vscode-terminal-border: rgba(128, 128, 128, 0.35);
1195
+ --vscode-terminal-findMatchBackground: #a8ac94;
1196
+ --vscode-terminal-findMatchHighlightBackground: rgba(234, 92, 0, 0.33);
1197
+ --vscode-terminalOverviewRuler-findMatchForeground: rgba(209, 134, 22, 0.49);
1198
+ --vscode-terminal-dropBackground: rgba(38, 119, 203, 0.18);
1199
+ --vscode-testing-iconFailed: #f14c4c;
1200
+ --vscode-testing-iconErrored: #f14c4c;
1201
+ --vscode-testing-iconPassed: #73c991;
1202
+ --vscode-testing-runAction: #73c991;
1203
+ --vscode-testing-iconQueued: #cca700;
1204
+ --vscode-testing-iconUnset: #848484;
1205
+ --vscode-testing-iconSkipped: #848484;
1206
+ --vscode-testing-peekBorder: #e51400;
1207
+ --vscode-testing-peekHeaderBackground: rgba(229, 20, 0, 0.1);
1208
+ --vscode-testing-message\.error\.decorationForeground: #e51400;
1209
+ --vscode-testing-message\.error\.lineBackground: rgba(255, 0, 0, 0.2);
1210
+ --vscode-testing-message\.info\.decorationForeground: rgba(0, 0, 0, 0.5);
1211
+ --vscode-welcomePage-tileBackground: #f3f3f3;
1212
+ --vscode-welcomePage-tileHoverBackground: #dbdbdb;
1213
+ --vscode-welcomePage-tileShadow: rgba(0, 0, 0, 0.16);
1214
+ --vscode-welcomePage-progress\.background: #ffffff;
1215
+ --vscode-welcomePage-progress\.foreground: #006ab1;
1216
+ --vscode-debugExceptionWidget-border: #a31515;
1217
+ --vscode-debugExceptionWidget-background: #f1dfde;
1218
+ --vscode-ports-iconRunningProcessForeground: #369432;
1219
+ --vscode-statusBar-debuggingBackground: #cc6633;
1220
+ --vscode-statusBar-debuggingForeground: #ffffff;
1221
+ --vscode-editor-inlineValuesForeground: rgba(0, 0, 0, 0.5);
1222
+ --vscode-editor-inlineValuesBackground: rgba(255, 200, 0, 0.2);
1223
+ --vscode-editorGutter-modifiedBackground: #2090d3;
1224
+ --vscode-editorGutter-addedBackground: #48985d;
1225
+ --vscode-editorGutter-deletedBackground: #e51400;
1226
+ --vscode-minimapGutter-modifiedBackground: #2090d3;
1227
+ --vscode-minimapGutter-addedBackground: #48985d;
1228
+ --vscode-minimapGutter-deletedBackground: #e51400;
1229
+ --vscode-editorOverviewRuler-modifiedForeground: rgba(32, 144, 211, 0.6);
1230
+ --vscode-editorOverviewRuler-addedForeground: rgba(72, 152, 93, 0.6);
1231
+ --vscode-editorOverviewRuler-deletedForeground: rgba(229, 20, 0, 0.6);
1232
+ --vscode-debugIcon-breakpointForeground: #e51400;
1233
+ --vscode-debugIcon-breakpointDisabledForeground: #848484;
1234
+ --vscode-debugIcon-breakpointUnverifiedForeground: #848484;
1235
+ --vscode-debugIcon-breakpointCurrentStackframeForeground: #be8700;
1236
+ --vscode-debugIcon-breakpointStackframeForeground: #89d185;
1237
+ --vscode-notebook-cellBorderColor: #e8e8e8;
1238
+ --vscode-notebook-focusedEditorBorder: #0090f1;
1239
+ --vscode-notebookStatusSuccessIcon-foreground: #388a34;
1240
+ --vscode-notebookStatusErrorIcon-foreground: #a1260d;
1241
+ --vscode-notebookStatusRunningIcon-foreground: #616161;
1242
+ --vscode-notebook-cellToolbarSeparator: rgba(128, 128, 128, 0.35);
1243
+ --vscode-notebook-selectedCellBackground: rgba(200, 221, 241, 0.31);
1244
+ --vscode-notebook-selectedCellBorder: #e8e8e8;
1245
+ --vscode-notebook-focusedCellBorder: #0090f1;
1246
+ --vscode-notebook-inactiveFocusedCellBorder: #e8e8e8;
1247
+ --vscode-notebook-cellStatusBarItemHoverBackground: rgba(0, 0, 0, 0.08);
1248
+ --vscode-notebook-cellInsertionIndicator: #0090f1;
1249
+ --vscode-notebookScrollbarSlider-background: rgba(100, 100, 100, 0.4);
1250
+ --vscode-notebookScrollbarSlider-hoverBackground: rgba(100, 100, 100, 0.7);
1251
+ --vscode-notebookScrollbarSlider-activeBackground: rgba(0, 0, 0, 0.6);
1252
+ --vscode-notebook-symbolHighlightBackground: rgba(253, 255, 0, 0.2);
1253
+ --vscode-notebook-cellEditorBackground: #f3f3f3;
1254
+ --vscode-notebook-editorBackground: #ffffff;
1255
+ --vscode-keybindingTable-headerBackground: rgba(97, 97, 97, 0.04);
1256
+ --vscode-keybindingTable-rowsBackground: rgba(97, 97, 97, 0.04);
1257
+ --vscode-scm-providerBorder: #c8c8c8;
1258
+ --vscode-searchEditor-textInputBorder: #cecece;
1259
+ --vscode-debugTokenExpression-name: #9b46b0;
1260
+ --vscode-debugTokenExpression-value: rgba(108, 108, 108, 0.8);
1261
+ --vscode-debugTokenExpression-string: #a31515;
1262
+ --vscode-debugTokenExpression-boolean: #0000ff;
1263
+ --vscode-debugTokenExpression-number: #098658;
1264
+ --vscode-debugTokenExpression-error: #e51400;
1265
+ --vscode-debugView-exceptionLabelForeground: #ffffff;
1266
+ --vscode-debugView-exceptionLabelBackground: #a31515;
1267
+ --vscode-debugView-stateLabelForeground: #616161;
1268
+ --vscode-debugView-stateLabelBackground: rgba(136, 136, 136, 0.27);
1269
+ --vscode-debugView-valueChangedHighlight: #569cd6;
1270
+ --vscode-debugConsole-infoForeground: #1a85ff;
1271
+ --vscode-debugConsole-warningForeground: #bf8803;
1272
+ --vscode-debugConsole-errorForeground: #a1260d;
1273
+ --vscode-debugConsole-sourceForeground: #616161;
1274
+ --vscode-debugConsoleInputIcon-foreground: #616161;
1275
+ --vscode-debugIcon-pauseForeground: #007acc;
1276
+ --vscode-debugIcon-stopForeground: #a1260d;
1277
+ --vscode-debugIcon-disconnectForeground: #a1260d;
1278
+ --vscode-debugIcon-restartForeground: #388a34;
1279
+ --vscode-debugIcon-stepOverForeground: #007acc;
1280
+ --vscode-debugIcon-stepIntoForeground: #007acc;
1281
+ --vscode-debugIcon-stepOutForeground: #007acc;
1282
+ --vscode-debugIcon-continueForeground: #007acc;
1283
+ --vscode-debugIcon-stepBackForeground: #007acc;
1284
+ --vscode-extensionButton-prominentBackground: #007acc;
1285
+ --vscode-extensionButton-prominentForeground: #ffffff;
1286
+ --vscode-extensionButton-prominentHoverBackground: #0062a3;
1287
+ --vscode-extensionIcon-starForeground: #df6100;
1288
+ --vscode-extensionIcon-verifiedForeground: #006ab1;
1289
+ --vscode-extensionIcon-preReleaseForeground: #1d9271;
1290
+ --vscode-extensionIcon-sponsorForeground: #b51e78;
1291
+ --vscode-terminal-ansiBlack: #000000;
1292
+ --vscode-terminal-ansiRed: #cd3131;
1293
+ --vscode-terminal-ansiGreen: #00bc00;
1294
+ --vscode-terminal-ansiYellow: #949800;
1295
+ --vscode-terminal-ansiBlue: #0451a5;
1296
+ --vscode-terminal-ansiMagenta: #bc05bc;
1297
+ --vscode-terminal-ansiCyan: #0598bc;
1298
+ --vscode-terminal-ansiWhite: #555555;
1299
+ --vscode-terminal-ansiBrightBlack: #666666;
1300
+ --vscode-terminal-ansiBrightRed: #cd3131;
1301
+ --vscode-terminal-ansiBrightGreen: #14ce14;
1302
+ --vscode-terminal-ansiBrightYellow: #b5ba00;
1303
+ --vscode-terminal-ansiBrightBlue: #0451a5;
1304
+ --vscode-terminal-ansiBrightMagenta: #bc05bc;
1305
+ --vscode-terminal-ansiBrightCyan: #0598bc;
1306
+ --vscode-terminal-ansiBrightWhite: #a5a5a5;
1307
+ --vscode-interactive-activeCodeBorder: #1a85ff;
1308
+ --vscode-interactive-inactiveCodeBorder: #e4e6f1;
1309
+ --vscode-gitDecoration-addedResourceForeground: #587c0c;
1310
+ --vscode-gitDecoration-modifiedResourceForeground: #895503;
1311
+ --vscode-gitDecoration-deletedResourceForeground: #ad0707;
1312
+ --vscode-gitDecoration-renamedResourceForeground: #007100;
1313
+ --vscode-gitDecoration-untrackedResourceForeground: #007100;
1314
+ --vscode-gitDecoration-ignoredResourceForeground: #8e8e90;
1315
+ --vscode-gitDecoration-stageModifiedResourceForeground: #895503;
1316
+ --vscode-gitDecoration-stageDeletedResourceForeground: #ad0707;
1317
+ --vscode-gitDecoration-conflictingResourceForeground: #ad0707;
1318
+ --vscode-gitDecoration-submoduleResourceForeground: #1258a7;
1319
+ }
1320
+
1321
+ body.dark-mode {
1322
+ --vscode-font-family: system-ui, "Ubuntu", "Droid Sans", sans-serif;
1323
+ --vscode-font-weight: normal;
1324
+ --vscode-font-size: 13px;
1325
+ --vscode-editor-font-family: "Droid Sans Mono", "monospace", monospace;
1326
+ --vscode-editor-font-weight: normal;
1327
+ --vscode-editor-font-size: 14px;
1328
+ --vscode-foreground: #cccccc;
1329
+ --vscode-disabledForeground: rgba(204, 204, 204, 0.5);
1330
+ --vscode-errorForeground: #f48771;
1331
+ --vscode-descriptionForeground: rgba(204, 204, 204, 0.7);
1332
+ --vscode-icon-foreground: #c5c5c5;
1333
+ --vscode-focusBorder: #007fd4;
1334
+ --vscode-textSeparator-foreground: rgba(255, 255, 255, 0.18);
1335
+ --vscode-textLink-foreground: #3794ff;
1336
+ --vscode-textLink-activeForeground: #3794ff;
1337
+ --vscode-textPreformat-foreground: #d7ba7d;
1338
+ --vscode-textBlockQuote-background: rgba(127, 127, 127, 0.1);
1339
+ --vscode-textBlockQuote-border: rgba(0, 122, 204, 0.5);
1340
+ --vscode-textCodeBlock-background: rgba(10, 10, 10, 0.4);
1341
+ --vscode-widget-shadow: rgba(0, 0, 0, 0.36);
1342
+ --vscode-input-background: #3c3c3c;
1343
+ --vscode-input-foreground: #cccccc;
1344
+ --vscode-inputOption-activeBorder: #007acc;
1345
+ --vscode-inputOption-hoverBackground: rgba(90, 93, 94, 0.5);
1346
+ --vscode-inputOption-activeBackground: rgba(0, 127, 212, 0.4);
1347
+ --vscode-inputOption-activeForeground: #ffffff;
1348
+ --vscode-input-placeholderForeground: #a6a6a6;
1349
+ --vscode-inputValidation-infoBackground: #063b49;
1350
+ --vscode-inputValidation-infoBorder: #007acc;
1351
+ --vscode-inputValidation-warningBackground: #352a05;
1352
+ --vscode-inputValidation-warningBorder: #b89500;
1353
+ --vscode-inputValidation-errorBackground: #5a1d1d;
1354
+ --vscode-inputValidation-errorBorder: #be1100;
1355
+ --vscode-dropdown-background: #3c3c3c;
1356
+ --vscode-dropdown-foreground: #f0f0f0;
1357
+ --vscode-dropdown-border: #3c3c3c;
1358
+ --vscode-checkbox-background: #3c3c3c;
1359
+ --vscode-checkbox-foreground: #f0f0f0;
1360
+ --vscode-checkbox-border: #3c3c3c;
1361
+ --vscode-button-foreground: #ffffff;
1362
+ --vscode-button-separator: rgba(255, 255, 255, 0.4);
1363
+ --vscode-button-background: #0e639c;
1364
+ --vscode-button-hoverBackground: #1177bb;
1365
+ --vscode-button-secondaryForeground: #ffffff;
1366
+ --vscode-button-secondaryBackground: #3a3d41;
1367
+ --vscode-button-secondaryHoverBackground: #45494e;
1368
+ --vscode-badge-background: #4d4d4d;
1369
+ --vscode-badge-foreground: #ffffff;
1370
+ --vscode-scrollbar-shadow: #000000;
1371
+ --vscode-scrollbarSlider-background: rgba(121, 121, 121, 0.4);
1372
+ --vscode-scrollbarSlider-hoverBackground: rgba(100, 100, 100, 0.7);
1373
+ --vscode-scrollbarSlider-activeBackground: rgba(191, 191, 191, 0.4);
1374
+ --vscode-progressBar-background: #0e70c0;
1375
+ --vscode-editorError-foreground: #f14c4c;
1376
+ --vscode-editorWarning-foreground: #cca700;
1377
+ --vscode-editorInfo-foreground: #3794ff;
1378
+ --vscode-editorHint-foreground: rgba(238, 238, 238, 0.7);
1379
+ --vscode-sash-hoverBorder: #007fd4;
1380
+ --vscode-editor-background: #1e1e1e;
1381
+ --vscode-editor-foreground: #d4d4d4;
1382
+ --vscode-editorStickyScroll-background: #1e1e1e;
1383
+ --vscode-editorStickyScrollHover-background: #2a2d2e;
1384
+ --vscode-editorWidget-background: #252526;
1385
+ --vscode-editorWidget-foreground: #cccccc;
1386
+ --vscode-editorWidget-border: #454545;
1387
+ --vscode-quickInput-background: #252526;
1388
+ --vscode-quickInput-foreground: #cccccc;
1389
+ --vscode-quickInputTitle-background: rgba(255, 255, 255, 0.1);
1390
+ --vscode-pickerGroup-foreground: #3794ff;
1391
+ --vscode-pickerGroup-border: #3f3f46;
1392
+ --vscode-keybindingLabel-background: rgba(128, 128, 128, 0.17);
1393
+ --vscode-keybindingLabel-foreground: #cccccc;
1394
+ --vscode-keybindingLabel-border: rgba(51, 51, 51, 0.6);
1395
+ --vscode-keybindingLabel-bottomBorder: rgba(68, 68, 68, 0.6);
1396
+ --vscode-editor-selectionBackground: #264f78;
1397
+ --vscode-editor-inactiveSelectionBackground: #3a3d41;
1398
+ --vscode-editor-selectionHighlightBackground: rgba(173, 214, 255, 0.15);
1399
+ --vscode-editor-findMatchBackground: #515c6a;
1400
+ --vscode-editor-findMatchHighlightBackground: rgba(234, 92, 0, 0.33);
1401
+ --vscode-editor-findRangeHighlightBackground: rgba(58, 61, 65, 0.4);
1402
+ --vscode-searchEditor-findMatchBackground: rgba(234, 92, 0, 0.22);
1403
+ --vscode-editor-hoverHighlightBackground: rgba(38, 79, 120, 0.25);
1404
+ --vscode-editorHoverWidget-background: #252526;
1405
+ --vscode-editorHoverWidget-foreground: #cccccc;
1406
+ --vscode-editorHoverWidget-border: #454545;
1407
+ --vscode-editorHoverWidget-statusBarBackground: #2c2c2d;
1408
+ --vscode-editorLink-activeForeground: #4e94ce;
1409
+ --vscode-editorInlayHint-foreground: rgba(255, 255, 255, 0.8);
1410
+ --vscode-editorInlayHint-background: rgba(77, 77, 77, 0.6);
1411
+ --vscode-editorInlayHint-typeForeground: rgba(255, 255, 255, 0.8);
1412
+ --vscode-editorInlayHint-typeBackground: rgba(77, 77, 77, 0.6);
1413
+ --vscode-editorInlayHint-parameterForeground: rgba(255, 255, 255, 0.8);
1414
+ --vscode-editorInlayHint-parameterBackground: rgba(77, 77, 77, 0.6);
1415
+ --vscode-editorLightBulb-foreground: #ffcc00;
1416
+ --vscode-editorLightBulbAutoFix-foreground: #75beff;
1417
+ --vscode-diffEditor-insertedTextBackground: rgba(156, 204, 44, 0.2);
1418
+ --vscode-diffEditor-removedTextBackground: rgba(255, 0, 0, 0.4);
1419
+ --vscode-diffEditor-insertedLineBackground: rgba(155, 185, 85, 0.2);
1420
+ --vscode-diffEditor-removedLineBackground: rgba(255, 0, 0, 0.2);
1421
+ --vscode-diffEditor-diagonalFill: rgba(204, 204, 204, 0.2);
1422
+ --vscode-list-focusOutline: #007fd4;
1423
+ --vscode-list-activeSelectionBackground: #04395e;
1424
+ --vscode-list-activeSelectionForeground: #ffffff;
1425
+ --vscode-list-activeSelectionIconForeground: #ffffff;
1426
+ --vscode-list-inactiveSelectionBackground: #37373d;
1427
+ --vscode-list-hoverBackground: #2a2d2e;
1428
+ --vscode-list-dropBackground: #383b3d;
1429
+ --vscode-list-highlightForeground: #2aaaff;
1430
+ --vscode-list-focusHighlightForeground: #2aaaff;
1431
+ --vscode-list-invalidItemForeground: #b89500;
1432
+ --vscode-list-errorForeground: #f88070;
1433
+ --vscode-list-warningForeground: #cca700;
1434
+ --vscode-listFilterWidget-background: #252526;
1435
+ --vscode-listFilterWidget-outline: rgba(0, 0, 0, 0);
1436
+ --vscode-listFilterWidget-noMatchesOutline: #be1100;
1437
+ --vscode-listFilterWidget-shadow: rgba(0, 0, 0, 0.36);
1438
+ --vscode-list-filterMatchBackground: rgba(234, 92, 0, 0.33);
1439
+ --vscode-tree-indentGuidesStroke: #585858;
1440
+ --vscode-tree-tableColumnsBorder: rgba(204, 204, 204, 0.13);
1441
+ --vscode-tree-tableOddRowsBackground: rgba(204, 204, 204, 0.04);
1442
+ --vscode-list-deemphasizedForeground: #8c8c8c;
1443
+ --vscode-quickInputList-focusForeground: #ffffff;
1444
+ --vscode-quickInputList-focusIconForeground: #ffffff;
1445
+ --vscode-quickInputList-focusBackground: #04395e;
1446
+ --vscode-menu-foreground: #cccccc;
1447
+ --vscode-menu-background: #303031;
1448
+ --vscode-menu-selectionForeground: #ffffff;
1449
+ --vscode-menu-selectionBackground: #04395e;
1450
+ --vscode-menu-separatorBackground: #606060;
1451
+ --vscode-toolbar-hoverBackground: rgba(90, 93, 94, 0.31);
1452
+ --vscode-toolbar-activeBackground: rgba(99, 102, 103, 0.31);
1453
+ --vscode-editor-snippetTabstopHighlightBackground: rgba(124, 124, 124, 0.3);
1454
+ --vscode-editor-snippetFinalTabstopHighlightBorder: #525252;
1455
+ --vscode-breadcrumb-foreground: rgba(204, 204, 204, 0.8);
1456
+ --vscode-breadcrumb-background: #1e1e1e;
1457
+ --vscode-breadcrumb-focusForeground: #e0e0e0;
1458
+ --vscode-breadcrumb-activeSelectionForeground: #e0e0e0;
1459
+ --vscode-breadcrumbPicker-background: #252526;
1460
+ --vscode-merge-currentHeaderBackground: rgba(64, 200, 174, 0.5);
1461
+ --vscode-merge-currentContentBackground: rgba(64, 200, 174, 0.2);
1462
+ --vscode-merge-incomingHeaderBackground: rgba(64, 166, 255, 0.5);
1463
+ --vscode-merge-incomingContentBackground: rgba(64, 166, 255, 0.2);
1464
+ --vscode-merge-commonHeaderBackground: rgba(96, 96, 96, 0.4);
1465
+ --vscode-merge-commonContentBackground: rgba(96, 96, 96, 0.16);
1466
+ --vscode-editorOverviewRuler-currentContentForeground: rgba(64, 200, 174, 0.5);
1467
+ --vscode-editorOverviewRuler-incomingContentForeground: rgba(64, 166, 255, 0.5);
1468
+ --vscode-editorOverviewRuler-commonContentForeground: rgba(96, 96, 96, 0.4);
1469
+ --vscode-editorOverviewRuler-findMatchForeground: rgba(209, 134, 22, 0.49);
1470
+ --vscode-editorOverviewRuler-selectionHighlightForeground: rgba(160, 160, 160, 0.8);
1471
+ --vscode-minimap-findMatchHighlight: #d18616;
1472
+ --vscode-minimap-selectionOccurrenceHighlight: #676767;
1473
+ --vscode-minimap-selectionHighlight: #264f78;
1474
+ --vscode-minimap-errorHighlight: rgba(255, 18, 18, 0.7);
1475
+ --vscode-minimap-warningHighlight: #cca700;
1476
+ --vscode-minimap-foregroundOpacity: #000000;
1477
+ --vscode-minimapSlider-background: rgba(121, 121, 121, 0.2);
1478
+ --vscode-minimapSlider-hoverBackground: rgba(100, 100, 100, 0.35);
1479
+ --vscode-minimapSlider-activeBackground: rgba(191, 191, 191, 0.2);
1480
+ --vscode-problemsErrorIcon-foreground: #f14c4c;
1481
+ --vscode-problemsWarningIcon-foreground: #cca700;
1482
+ --vscode-problemsInfoIcon-foreground: #3794ff;
1483
+ --vscode-charts-foreground: #cccccc;
1484
+ --vscode-charts-lines: rgba(204, 204, 204, 0.5);
1485
+ --vscode-charts-red: #f14c4c;
1486
+ --vscode-charts-blue: #3794ff;
1487
+ --vscode-charts-yellow: #cca700;
1488
+ --vscode-charts-orange: #d18616;
1489
+ --vscode-charts-green: #89d185;
1490
+ --vscode-charts-purple: #b180d7;
1491
+ --vscode-editor-lineHighlightBorder: #282828;
1492
+ --vscode-editor-rangeHighlightBackground: rgba(255, 255, 255, 0.04);
1493
+ --vscode-editor-symbolHighlightBackground: rgba(234, 92, 0, 0.33);
1494
+ --vscode-editorCursor-foreground: #aeafad;
1495
+ --vscode-editorWhitespace-foreground: rgba(227, 228, 226, 0.16);
1496
+ --vscode-editorIndentGuide-background: #404040;
1497
+ --vscode-editorIndentGuide-activeBackground: #707070;
1498
+ --vscode-editorLineNumber-foreground: #858585;
1499
+ --vscode-editorActiveLineNumber-foreground: #c6c6c6;
1500
+ --vscode-editorLineNumber-activeForeground: #c6c6c6;
1501
+ --vscode-editorRuler-foreground: #5a5a5a;
1502
+ --vscode-editorCodeLens-foreground: #999999;
1503
+ --vscode-editorBracketMatch-background: rgba(0, 100, 0, 0.1);
1504
+ --vscode-editorBracketMatch-border: #888888;
1505
+ --vscode-editorOverviewRuler-border: rgba(127, 127, 127, 0.3);
1506
+ --vscode-editorGutter-background: #1e1e1e;
1507
+ --vscode-editorUnnecessaryCode-opacity: rgba(0, 0, 0, 0.67);
1508
+ --vscode-editorGhostText-foreground: rgba(255, 255, 255, 0.34);
1509
+ --vscode-editorOverviewRuler-rangeHighlightForeground: rgba(0, 122, 204, 0.6);
1510
+ --vscode-editorOverviewRuler-errorForeground: rgba(255, 18, 18, 0.7);
1511
+ --vscode-editorOverviewRuler-warningForeground: #cca700;
1512
+ --vscode-editorOverviewRuler-infoForeground: #3794ff;
1513
+ --vscode-editorBracketHighlight-foreground1: #ffd700;
1514
+ --vscode-editorBracketHighlight-foreground2: #da70d6;
1515
+ --vscode-editorBracketHighlight-foreground3: #179fff;
1516
+ --vscode-editorBracketHighlight-foreground4: rgba(0, 0, 0, 0);
1517
+ --vscode-editorBracketHighlight-foreground5: rgba(0, 0, 0, 0);
1518
+ --vscode-editorBracketHighlight-foreground6: rgba(0, 0, 0, 0);
1519
+ --vscode-editorBracketHighlight-unexpectedBracket\.foreground: rgba(255, 18, 18, 0.8);
1520
+ --vscode-editorBracketPairGuide-background1: rgba(0, 0, 0, 0);
1521
+ --vscode-editorBracketPairGuide-background2: rgba(0, 0, 0, 0);
1522
+ --vscode-editorBracketPairGuide-background3: rgba(0, 0, 0, 0);
1523
+ --vscode-editorBracketPairGuide-background4: rgba(0, 0, 0, 0);
1524
+ --vscode-editorBracketPairGuide-background5: rgba(0, 0, 0, 0);
1525
+ --vscode-editorBracketPairGuide-background6: rgba(0, 0, 0, 0);
1526
+ --vscode-editorBracketPairGuide-activeBackground1: rgba(0, 0, 0, 0);
1527
+ --vscode-editorBracketPairGuide-activeBackground2: rgba(0, 0, 0, 0);
1528
+ --vscode-editorBracketPairGuide-activeBackground3: rgba(0, 0, 0, 0);
1529
+ --vscode-editorBracketPairGuide-activeBackground4: rgba(0, 0, 0, 0);
1530
+ --vscode-editorBracketPairGuide-activeBackground5: rgba(0, 0, 0, 0);
1531
+ --vscode-editorBracketPairGuide-activeBackground6: rgba(0, 0, 0, 0);
1532
+ --vscode-editorUnicodeHighlight-border: #bd9b03;
1533
+ --vscode-editorUnicodeHighlight-background: rgba(189, 155, 3, 0.15);
1534
+ --vscode-symbolIcon-arrayForeground: #cccccc;
1535
+ --vscode-symbolIcon-booleanForeground: #cccccc;
1536
+ --vscode-symbolIcon-classForeground: #ee9d28;
1537
+ --vscode-symbolIcon-colorForeground: #cccccc;
1538
+ --vscode-symbolIcon-constantForeground: #cccccc;
1539
+ --vscode-symbolIcon-constructorForeground: #b180d7;
1540
+ --vscode-symbolIcon-enumeratorForeground: #ee9d28;
1541
+ --vscode-symbolIcon-enumeratorMemberForeground: #75beff;
1542
+ --vscode-symbolIcon-eventForeground: #ee9d28;
1543
+ --vscode-symbolIcon-fieldForeground: #75beff;
1544
+ --vscode-symbolIcon-fileForeground: #cccccc;
1545
+ --vscode-symbolIcon-folderForeground: #cccccc;
1546
+ --vscode-symbolIcon-functionForeground: #b180d7;
1547
+ --vscode-symbolIcon-interfaceForeground: #75beff;
1548
+ --vscode-symbolIcon-keyForeground: #cccccc;
1549
+ --vscode-symbolIcon-keywordForeground: #cccccc;
1550
+ --vscode-symbolIcon-methodForeground: #b180d7;
1551
+ --vscode-symbolIcon-moduleForeground: #cccccc;
1552
+ --vscode-symbolIcon-namespaceForeground: #cccccc;
1553
+ --vscode-symbolIcon-nullForeground: #cccccc;
1554
+ --vscode-symbolIcon-numberForeground: #cccccc;
1555
+ --vscode-symbolIcon-objectForeground: #cccccc;
1556
+ --vscode-symbolIcon-operatorForeground: #cccccc;
1557
+ --vscode-symbolIcon-packageForeground: #cccccc;
1558
+ --vscode-symbolIcon-propertyForeground: #cccccc;
1559
+ --vscode-symbolIcon-referenceForeground: #cccccc;
1560
+ --vscode-symbolIcon-snippetForeground: #cccccc;
1561
+ --vscode-symbolIcon-stringForeground: #cccccc;
1562
+ --vscode-symbolIcon-structForeground: #cccccc;
1563
+ --vscode-symbolIcon-textForeground: #cccccc;
1564
+ --vscode-symbolIcon-typeParameterForeground: #cccccc;
1565
+ --vscode-symbolIcon-unitForeground: #cccccc;
1566
+ --vscode-symbolIcon-variableForeground: #75beff;
1567
+ --vscode-editorHoverWidget-highlightForeground: #2aaaff;
1568
+ --vscode-editorOverviewRuler-bracketMatchForeground: #a0a0a0;
1569
+ --vscode-editor-foldBackground: rgba(38, 79, 120, 0.3);
1570
+ --vscode-editorGutter-foldingControlForeground: #c5c5c5;
1571
+ --vscode-editor-linkedEditingBackground: rgba(255, 0, 0, 0.3);
1572
+ --vscode-editor-wordHighlightBackground: rgba(87, 87, 87, 0.72);
1573
+ --vscode-editor-wordHighlightStrongBackground: rgba(0, 73, 114, 0.72);
1574
+ --vscode-editorOverviewRuler-wordHighlightForeground: rgba(160, 160, 160, 0.8);
1575
+ --vscode-editorOverviewRuler-wordHighlightStrongForeground: rgba(192, 160, 192, 0.8);
1576
+ --vscode-peekViewTitle-background: rgba(55, 148, 255, 0.1);
1577
+ --vscode-peekViewTitleLabel-foreground: #ffffff;
1578
+ --vscode-peekViewTitleDescription-foreground: rgba(204, 204, 204, 0.7);
1579
+ --vscode-peekView-border: #3794ff;
1580
+ --vscode-peekViewResult-background: #252526;
1581
+ --vscode-peekViewResult-lineForeground: #bbbbbb;
1582
+ --vscode-peekViewResult-fileForeground: #ffffff;
1583
+ --vscode-peekViewResult-selectionBackground: rgba(51, 153, 255, 0.2);
1584
+ --vscode-peekViewResult-selectionForeground: #ffffff;
1585
+ --vscode-peekViewEditor-background: #001f33;
1586
+ --vscode-peekViewEditorGutter-background: #001f33;
1587
+ --vscode-peekViewResult-matchHighlightBackground: rgba(234, 92, 0, 0.3);
1588
+ --vscode-peekViewEditor-matchHighlightBackground: rgba(255, 143, 0, 0.6);
1589
+ --vscode-editorMarkerNavigationError-background: #f14c4c;
1590
+ --vscode-editorMarkerNavigationError-headerBackground: rgba(241, 76, 76, 0.1);
1591
+ --vscode-editorMarkerNavigationWarning-background: #cca700;
1592
+ --vscode-editorMarkerNavigationWarning-headerBackground: rgba(204, 167, 0, 0.1);
1593
+ --vscode-editorMarkerNavigationInfo-background: #3794ff;
1594
+ --vscode-editorMarkerNavigationInfo-headerBackground: rgba(55, 148, 255, 0.1);
1595
+ --vscode-editorMarkerNavigation-background: #1e1e1e;
1596
+ --vscode-editorSuggestWidget-background: #252526;
1597
+ --vscode-editorSuggestWidget-border: #454545;
1598
+ --vscode-editorSuggestWidget-foreground: #d4d4d4;
1599
+ --vscode-editorSuggestWidget-selectedForeground: #ffffff;
1600
+ --vscode-editorSuggestWidget-selectedIconForeground: #ffffff;
1601
+ --vscode-editorSuggestWidget-selectedBackground: #04395e;
1602
+ --vscode-editorSuggestWidget-highlightForeground: #2aaaff;
1603
+ --vscode-editorSuggestWidget-focusHighlightForeground: #2aaaff;
1604
+ --vscode-editorSuggestWidgetStatus-foreground: rgba(212, 212, 212, 0.5);
1605
+ --vscode-tab-activeBackground: #1e1e1e;
1606
+ --vscode-tab-unfocusedActiveBackground: #1e1e1e;
1607
+ --vscode-tab-inactiveBackground: #2d2d2d;
1608
+ --vscode-tab-unfocusedInactiveBackground: #2d2d2d;
1609
+ --vscode-tab-activeForeground: #ffffff;
1610
+ --vscode-tab-inactiveForeground: rgba(255, 255, 255, 0.5);
1611
+ --vscode-tab-unfocusedActiveForeground: rgba(255, 255, 255, 0.5);
1612
+ --vscode-tab-unfocusedInactiveForeground: rgba(255, 255, 255, 0.25);
1613
+ --vscode-tab-border: #252526;
1614
+ --vscode-tab-lastPinnedBorder: rgba(204, 204, 204, 0.2);
1615
+ --vscode-tab-activeModifiedBorder: #3399cc;
1616
+ --vscode-tab-inactiveModifiedBorder: rgba(51, 153, 204, 0.5);
1617
+ --vscode-tab-unfocusedActiveModifiedBorder: rgba(51, 153, 204, 0.5);
1618
+ --vscode-tab-unfocusedInactiveModifiedBorder: rgba(51, 153, 204, 0.25);
1619
+ --vscode-editorPane-background: #1e1e1e;
1620
+ --vscode-editorGroupHeader-tabsBackground: #252526;
1621
+ --vscode-editorGroupHeader-noTabsBackground: #1e1e1e;
1622
+ --vscode-editorGroup-border: #444444;
1623
+ --vscode-editorGroup-dropBackground: rgba(83, 89, 93, 0.5);
1624
+ --vscode-editorGroup-dropIntoPromptForeground: #cccccc;
1625
+ --vscode-editorGroup-dropIntoPromptBackground: #252526;
1626
+ --vscode-sideBySideEditor-horizontalBorder: #444444;
1627
+ --vscode-sideBySideEditor-verticalBorder: #444444;
1628
+ --vscode-panel-background: #1e1e1e;
1629
+ --vscode-panel-border: rgba(128, 128, 128, 0.35);
1630
+ --vscode-panelTitle-activeForeground: #e7e7e7;
1631
+ --vscode-panelTitle-inactiveForeground: rgba(231, 231, 231, 0.6);
1632
+ --vscode-panelTitle-activeBorder: #e7e7e7;
1633
+ --vscode-panel-dropBorder: #e7e7e7;
1634
+ --vscode-panelSection-dropBackground: rgba(83, 89, 93, 0.5);
1635
+ --vscode-panelSectionHeader-background: rgba(128, 128, 128, 0.2);
1636
+ --vscode-panelSection-border: rgba(128, 128, 128, 0.35);
1637
+ --vscode-banner-background: #04395e;
1638
+ --vscode-banner-foreground: #ffffff;
1639
+ --vscode-banner-iconForeground: #3794ff;
1640
+ --vscode-statusBar-foreground: #ffffff;
1641
+ --vscode-statusBar-noFolderForeground: #ffffff;
1642
+ --vscode-statusBar-background: #007acc;
1643
+ --vscode-statusBar-noFolderBackground: #68217a;
1644
+ --vscode-statusBar-focusBorder: #ffffff;
1645
+ --vscode-statusBarItem-activeBackground: rgba(255, 255, 255, 0.18);
1646
+ --vscode-statusBarItem-focusBorder: #ffffff;
1647
+ --vscode-statusBarItem-hoverBackground: rgba(255, 255, 255, 0.12);
1648
+ --vscode-statusBarItem-compactHoverBackground: rgba(255, 255, 255, 0.2);
1649
+ --vscode-statusBarItem-prominentForeground: #ffffff;
1650
+ --vscode-statusBarItem-prominentBackground: rgba(0, 0, 0, 0.5);
1651
+ --vscode-statusBarItem-prominentHoverBackground: rgba(0, 0, 0, 0.3);
1652
+ --vscode-statusBarItem-errorBackground: #c72e0f;
1653
+ --vscode-statusBarItem-errorForeground: #ffffff;
1654
+ --vscode-statusBarItem-warningBackground: #7a6400;
1655
+ --vscode-statusBarItem-warningForeground: #ffffff;
1656
+ --vscode-activityBar-background: #333333;
1657
+ --vscode-activityBar-foreground: #ffffff;
1658
+ --vscode-activityBar-inactiveForeground: rgba(255, 255, 255, 0.4);
1659
+ --vscode-activityBar-activeBorder: #ffffff;
1660
+ --vscode-activityBar-dropBorder: #ffffff;
1661
+ --vscode-activityBarBadge-background: #007acc;
1662
+ --vscode-activityBarBadge-foreground: #ffffff;
1663
+ --vscode-statusBarItem-remoteBackground: #16825d;
1664
+ --vscode-statusBarItem-remoteForeground: #ffffff;
1665
+ --vscode-extensionBadge-remoteBackground: #007acc;
1666
+ --vscode-extensionBadge-remoteForeground: #ffffff;
1667
+ --vscode-sideBar-background: #252526;
1668
+ --vscode-sideBarTitle-foreground: #bbbbbb;
1669
+ --vscode-sideBar-dropBackground: rgba(83, 89, 93, 0.5);
1670
+ --vscode-sideBarSectionHeader-background: rgba(0, 0, 0, 0);
1671
+ --vscode-sideBarSectionHeader-border: rgba(204, 204, 204, 0.2);
1672
+ --vscode-titleBar-activeForeground: #cccccc;
1673
+ --vscode-titleBar-inactiveForeground: rgba(204, 204, 204, 0.6);
1674
+ --vscode-titleBar-activeBackground: #3c3c3c;
1675
+ --vscode-titleBar-inactiveBackground: rgba(60, 60, 60, 0.6);
1676
+ --vscode-menubar-selectionForeground: #cccccc;
1677
+ --vscode-menubar-selectionBackground: rgba(90, 93, 94, 0.31);
1678
+ --vscode-notifications-foreground: #cccccc;
1679
+ --vscode-notifications-background: #252526;
1680
+ --vscode-notificationLink-foreground: #3794ff;
1681
+ --vscode-notificationCenterHeader-background: #303031;
1682
+ --vscode-notifications-border: #303031;
1683
+ --vscode-notificationsErrorIcon-foreground: #f14c4c;
1684
+ --vscode-notificationsWarningIcon-foreground: #cca700;
1685
+ --vscode-notificationsInfoIcon-foreground: #3794ff;
1686
+ --vscode-commandCenter-foreground: #cccccc;
1687
+ --vscode-commandCenter-activeForeground: #cccccc;
1688
+ --vscode-commandCenter-activeBackground: rgba(90, 93, 94, 0.31);
1689
+ --vscode-commandCenter-border: rgba(128, 128, 128, 0.35);
1690
+ --vscode-editorCommentsWidget-resolvedBorder: rgba(204, 204, 204, 0.5);
1691
+ --vscode-editorCommentsWidget-unresolvedBorder: #3794ff;
1692
+ --vscode-editorCommentsWidget-rangeBackground: rgba(55, 148, 255, 0.1);
1693
+ --vscode-editorCommentsWidget-rangeBorder: rgba(55, 148, 255, 0.4);
1694
+ --vscode-editorCommentsWidget-rangeActiveBackground: rgba(55, 148, 255, 0.1);
1695
+ --vscode-editorCommentsWidget-rangeActiveBorder: rgba(55, 148, 255, 0.4);
1696
+ --vscode-editorGutter-commentRangeForeground: #37373d;
1697
+ --vscode-debugToolBar-background: #333333;
1698
+ --vscode-debugIcon-startForeground: #89d185;
1699
+ --vscode-editor-stackFrameHighlightBackground: rgba(255, 255, 0, 0.2);
1700
+ --vscode-editor-focusedStackFrameHighlightBackground: rgba(122, 189, 122, 0.3);
1701
+ --vscode-mergeEditor-change\.background: rgba(155, 185, 85, 0.2);
1702
+ --vscode-mergeEditor-change\.word\.background: rgba(156, 204, 44, 0.2);
1703
+ --vscode-mergeEditor-conflict\.unhandledUnfocused\.border: rgba(255, 166, 0, 0.48);
1704
+ --vscode-mergeEditor-conflict\.unhandledFocused\.border: #ffa600;
1705
+ --vscode-mergeEditor-conflict\.handledUnfocused\.border: rgba(134, 134, 134, 0.29);
1706
+ --vscode-mergeEditor-conflict\.handledFocused\.border: rgba(193, 193, 193, 0.8);
1707
+ --vscode-mergeEditor-conflict\.handled\.minimapOverViewRuler: rgba(173, 172, 168, 0.93);
1708
+ --vscode-mergeEditor-conflict\.unhandled\.minimapOverViewRuler: #fcba03;
1709
+ --vscode-mergeEditor-conflictingLines\.background: rgba(255, 234, 0, 0.28);
1710
+ --vscode-settings-headerForeground: #e7e7e7;
1711
+ --vscode-settings-modifiedItemIndicator: #0c7d9d;
1712
+ --vscode-settings-headerBorder: rgba(128, 128, 128, 0.35);
1713
+ --vscode-settings-sashBorder: rgba(128, 128, 128, 0.35);
1714
+ --vscode-settings-dropdownBackground: #3c3c3c;
1715
+ --vscode-settings-dropdownForeground: #f0f0f0;
1716
+ --vscode-settings-dropdownBorder: #3c3c3c;
1717
+ --vscode-settings-dropdownListBorder: #454545;
1718
+ --vscode-settings-checkboxBackground: #3c3c3c;
1719
+ --vscode-settings-checkboxForeground: #f0f0f0;
1720
+ --vscode-settings-checkboxBorder: #3c3c3c;
1721
+ --vscode-settings-textInputBackground: #3c3c3c;
1722
+ --vscode-settings-textInputForeground: #cccccc;
1723
+ --vscode-settings-numberInputBackground: #3c3c3c;
1724
+ --vscode-settings-numberInputForeground: #cccccc;
1725
+ --vscode-settings-focusedRowBackground: rgba(42, 45, 46, 0.6);
1726
+ --vscode-settings-rowHoverBackground: rgba(42, 45, 46, 0.3);
1727
+ --vscode-settings-focusedRowBorder: rgba(255, 255, 255, 0.12);
1728
+ --vscode-terminal-foreground: #cccccc;
1729
+ --vscode-terminal-selectionBackground: #264f78;
1730
+ --vscode-terminal-inactiveSelectionBackground: #3a3d41;
1731
+ --vscode-terminalCommandDecoration-defaultBackground: rgba(255, 255, 255, 0.25);
1732
+ --vscode-terminalCommandDecoration-successBackground: #1b81a8;
1733
+ --vscode-terminalCommandDecoration-errorBackground: #f14c4c;
1734
+ --vscode-terminalOverviewRuler-cursorForeground: rgba(160, 160, 160, 0.8);
1735
+ --vscode-terminal-border: rgba(128, 128, 128, 0.35);
1736
+ --vscode-terminal-findMatchBackground: #515c6a;
1737
+ --vscode-terminal-findMatchHighlightBackground: rgba(234, 92, 0, 0.33);
1738
+ --vscode-terminalOverviewRuler-findMatchForeground: rgba(209, 134, 22, 0.49);
1739
+ --vscode-terminal-dropBackground: rgba(83, 89, 93, 0.5);
1740
+ --vscode-testing-iconFailed: #f14c4c;
1741
+ --vscode-testing-iconErrored: #f14c4c;
1742
+ --vscode-testing-iconPassed: #73c991;
1743
+ --vscode-testing-runAction: #73c991;
1744
+ --vscode-testing-iconQueued: #cca700;
1745
+ --vscode-testing-iconUnset: #848484;
1746
+ --vscode-testing-iconSkipped: #848484;
1747
+ --vscode-testing-peekBorder: #f14c4c;
1748
+ --vscode-testing-peekHeaderBackground: rgba(241, 76, 76, 0.1);
1749
+ --vscode-testing-message\.error\.decorationForeground: #f14c4c;
1750
+ --vscode-testing-message\.error\.lineBackground: rgba(255, 0, 0, 0.2);
1751
+ --vscode-testing-message\.info\.decorationForeground: rgba(212, 212, 212, 0.5);
1752
+ --vscode-welcomePage-tileBackground: #252526;
1753
+ --vscode-welcomePage-tileHoverBackground: #2c2c2d;
1754
+ --vscode-welcomePage-tileShadow: rgba(0, 0, 0, 0.36);
1755
+ --vscode-welcomePage-progress\.background: #3c3c3c;
1756
+ --vscode-welcomePage-progress\.foreground: #3794ff;
1757
+ --vscode-debugExceptionWidget-border: #a31515;
1758
+ --vscode-debugExceptionWidget-background: #420b0d;
1759
+ --vscode-ports-iconRunningProcessForeground: #369432;
1760
+ --vscode-statusBar-debuggingBackground: #cc6633;
1761
+ --vscode-statusBar-debuggingForeground: #ffffff;
1762
+ --vscode-editor-inlineValuesForeground: rgba(255, 255, 255, 0.5);
1763
+ --vscode-editor-inlineValuesBackground: rgba(255, 200, 0, 0.2);
1764
+ --vscode-editorGutter-modifiedBackground: #1b81a8;
1765
+ --vscode-editorGutter-addedBackground: #487e02;
1766
+ --vscode-editorGutter-deletedBackground: #f14c4c;
1767
+ --vscode-minimapGutter-modifiedBackground: #1b81a8;
1768
+ --vscode-minimapGutter-addedBackground: #487e02;
1769
+ --vscode-minimapGutter-deletedBackground: #f14c4c;
1770
+ --vscode-editorOverviewRuler-modifiedForeground: rgba(27, 129, 168, 0.6);
1771
+ --vscode-editorOverviewRuler-addedForeground: rgba(72, 126, 2, 0.6);
1772
+ --vscode-editorOverviewRuler-deletedForeground: rgba(241, 76, 76, 0.6);
1773
+ --vscode-debugIcon-breakpointForeground: #e51400;
1774
+ --vscode-debugIcon-breakpointDisabledForeground: #848484;
1775
+ --vscode-debugIcon-breakpointUnverifiedForeground: #848484;
1776
+ --vscode-debugIcon-breakpointCurrentStackframeForeground: #ffcc00;
1777
+ --vscode-debugIcon-breakpointStackframeForeground: #89d185;
1778
+ --vscode-notebook-cellBorderColor: #37373d;
1779
+ --vscode-notebook-focusedEditorBorder: #007fd4;
1780
+ --vscode-notebookStatusSuccessIcon-foreground: #89d185;
1781
+ --vscode-notebookStatusErrorIcon-foreground: #f48771;
1782
+ --vscode-notebookStatusRunningIcon-foreground: #cccccc;
1783
+ --vscode-notebook-cellToolbarSeparator: rgba(128, 128, 128, 0.35);
1784
+ --vscode-notebook-selectedCellBackground: #37373d;
1785
+ --vscode-notebook-selectedCellBorder: #37373d;
1786
+ --vscode-notebook-focusedCellBorder: #007fd4;
1787
+ --vscode-notebook-inactiveFocusedCellBorder: #37373d;
1788
+ --vscode-notebook-cellStatusBarItemHoverBackground: rgba(255, 255, 255, 0.15);
1789
+ --vscode-notebook-cellInsertionIndicator: #007fd4;
1790
+ --vscode-notebookScrollbarSlider-background: rgba(121, 121, 121, 0.4);
1791
+ --vscode-notebookScrollbarSlider-hoverBackground: rgba(100, 100, 100, 0.7);
1792
+ --vscode-notebookScrollbarSlider-activeBackground: rgba(191, 191, 191, 0.4);
1793
+ --vscode-notebook-symbolHighlightBackground: rgba(255, 255, 255, 0.04);
1794
+ --vscode-notebook-cellEditorBackground: #252526;
1795
+ --vscode-notebook-editorBackground: #1e1e1e;
1796
+ --vscode-keybindingTable-headerBackground: rgba(204, 204, 204, 0.04);
1797
+ --vscode-keybindingTable-rowsBackground: rgba(204, 204, 204, 0.04);
1798
+ --vscode-scm-providerBorder: #454545;
1799
+ --vscode-debugTokenExpression-name: #c586c0;
1800
+ --vscode-debugTokenExpression-value: rgba(204, 204, 204, 0.6);
1801
+ --vscode-debugTokenExpression-string: #ce9178;
1802
+ --vscode-debugTokenExpression-boolean: #4e94ce;
1803
+ --vscode-debugTokenExpression-number: #b5cea8;
1804
+ --vscode-debugTokenExpression-error: #f48771;
1805
+ --vscode-debugView-exceptionLabelForeground: #cccccc;
1806
+ --vscode-debugView-exceptionLabelBackground: #6c2022;
1807
+ --vscode-debugView-stateLabelForeground: #cccccc;
1808
+ --vscode-debugView-stateLabelBackground: rgba(136, 136, 136, 0.27);
1809
+ --vscode-debugView-valueChangedHighlight: #569cd6;
1810
+ --vscode-debugConsole-infoForeground: #3794ff;
1811
+ --vscode-debugConsole-warningForeground: #cca700;
1812
+ --vscode-debugConsole-errorForeground: #f48771;
1813
+ --vscode-debugConsole-sourceForeground: #cccccc;
1814
+ --vscode-debugConsoleInputIcon-foreground: #cccccc;
1815
+ --vscode-debugIcon-pauseForeground: #75beff;
1816
+ --vscode-debugIcon-stopForeground: #f48771;
1817
+ --vscode-debugIcon-disconnectForeground: #f48771;
1818
+ --vscode-debugIcon-restartForeground: #89d185;
1819
+ --vscode-debugIcon-stepOverForeground: #75beff;
1820
+ --vscode-debugIcon-stepIntoForeground: #75beff;
1821
+ --vscode-debugIcon-stepOutForeground: #75beff;
1822
+ --vscode-debugIcon-continueForeground: #75beff;
1823
+ --vscode-debugIcon-stepBackForeground: #75beff;
1824
+ --vscode-extensionButton-prominentBackground: #0e639c;
1825
+ --vscode-extensionButton-prominentForeground: #ffffff;
1826
+ --vscode-extensionButton-prominentHoverBackground: #1177bb;
1827
+ --vscode-extensionIcon-starForeground: #ff8e00;
1828
+ --vscode-extensionIcon-verifiedForeground: #3794ff;
1829
+ --vscode-extensionIcon-preReleaseForeground: #1d9271;
1830
+ --vscode-extensionIcon-sponsorForeground: #d758b3;
1831
+ --vscode-terminal-ansiBlack: #000000;
1832
+ --vscode-terminal-ansiRed: #cd3131;
1833
+ --vscode-terminal-ansiGreen: #0dbc79;
1834
+ --vscode-terminal-ansiYellow: #e5e510;
1835
+ --vscode-terminal-ansiBlue: #2472c8;
1836
+ --vscode-terminal-ansiMagenta: #bc3fbc;
1837
+ --vscode-terminal-ansiCyan: #11a8cd;
1838
+ --vscode-terminal-ansiWhite: #e5e5e5;
1839
+ --vscode-terminal-ansiBrightBlack: #666666;
1840
+ --vscode-terminal-ansiBrightRed: #f14c4c;
1841
+ --vscode-terminal-ansiBrightGreen: #23d18b;
1842
+ --vscode-terminal-ansiBrightYellow: #f5f543;
1843
+ --vscode-terminal-ansiBrightBlue: #3b8eea;
1844
+ --vscode-terminal-ansiBrightMagenta: #d670d6;
1845
+ --vscode-terminal-ansiBrightCyan: #29b8db;
1846
+ --vscode-terminal-ansiBrightWhite: #e5e5e5;
1847
+ --vscode-interactive-activeCodeBorder: #3794ff;
1848
+ --vscode-interactive-inactiveCodeBorder: #37373d;
1849
+ --vscode-gitDecoration-addedResourceForeground: #81b88b;
1850
+ --vscode-gitDecoration-modifiedResourceForeground: #e2c08d;
1851
+ --vscode-gitDecoration-deletedResourceForeground: #c74e39;
1852
+ --vscode-gitDecoration-renamedResourceForeground: #73c991;
1853
+ --vscode-gitDecoration-untrackedResourceForeground: #73c991;
1854
+ --vscode-gitDecoration-ignoredResourceForeground: #8c8c8c;
1855
+ --vscode-gitDecoration-stageModifiedResourceForeground: #e2c08d;
1856
+ --vscode-gitDecoration-stageDeletedResourceForeground: #c74e39;
1857
+ --vscode-gitDecoration-conflictingResourceForeground: #e4676b;
1858
+ --vscode-gitDecoration-submoduleResourceForeground: #8db9e2;
1859
+ }
1860
+
1861
+ .cm-wrapper {
1862
+ line-height: 18px;
1863
+ }
1864
+
1865
+ .cm-wrapper, .cm-wrapper > div {
1866
+ width: 100%;
1867
+ height: 100%;
1868
+ }
1869
+
1870
+ .CodeMirror span.cm-meta {
1871
+ color: var(--vscode-editor-foreground);
1872
+ }
1873
+
1874
+ .CodeMirror span.cm-number {
1875
+ color: var(--vscode-debugTokenExpression-number);
1876
+ }
1877
+
1878
+ .CodeMirror span.cm-keyword {
1879
+ color: var(--vscode-debugTokenExpression-name);
1880
+ }
1881
+
1882
+ .CodeMirror span.cm-operator {
1883
+ color: var(--vscode-editor-foreground);
1884
+ }
1885
+
1886
+ .CodeMirror span.cm-string {
1887
+ color: var(--vscode-debugTokenExpression-string);
1888
+ }
1889
+
1890
+ .CodeMirror span.cm-string-2 {
1891
+ color: var(--vscode-debugTokenExpression-string);
1892
+ }
1893
+
1894
+ .CodeMirror span.cm-error {
1895
+ color: var(--vscode-errorForeground);
1896
+ }
1897
+
1898
+ .CodeMirror span.cm-def, .CodeMirror span.cm-tag {
1899
+ color: #0070c1;
1900
+ }
1901
+
1902
+ .CodeMirror span.cm-comment, .CodeMirror span.cm-link {
1903
+ color: #008000;
1904
+ }
1905
+
1906
+ .CodeMirror span.cm-variable, .CodeMirror span.cm-variable-2, .CodeMirror span.cm-atom {
1907
+ color: #0070c1;
1908
+ }
1909
+
1910
+ .CodeMirror span.cm-property {
1911
+ color: #795e26;
1912
+ }
1913
+
1914
+ .CodeMirror span.cm-qualifier, .CodeMirror span.cm-attribute {
1915
+ color: #001080;
1916
+ }
1917
+
1918
+ .CodeMirror span.cm-variable-3,
1919
+ .CodeMirror span.cm-type {
1920
+ color: #267f99;
1921
+ }
1922
+
1923
+ body.dark-mode .CodeMirror span.cm-def,
1924
+ body.dark-mode .CodeMirror span.cm-tag {
1925
+ color: var(--vscode-debugView-valueChangedHighlight);
1926
+ }
1927
+
1928
+ body.dark-mode .CodeMirror span.cm-comment,
1929
+ body.dark-mode .CodeMirror span.cm-link {
1930
+ color: #6a9955;
1931
+ }
1932
+
1933
+ body.dark-mode .CodeMirror span.cm-variable,
1934
+ body.dark-mode .CodeMirror span.cm-variable-2,
1935
+ body.dark-mode .CodeMirror span.cm-atom {
1936
+ color: #4fc1ff;
1937
+ }
1938
+
1939
+ body.dark-mode .CodeMirror span.cm-property {
1940
+ color: #dcdcaa;
1941
+ }
1942
+
1943
+ body.dark-mode .CodeMirror span.cm-qualifier,
1944
+ body.dark-mode .CodeMirror span.cm-attribute {
1945
+ color: #9cdcfe;
1946
+ }
1947
+
1948
+ body.dark-mode .CodeMirror span.cm-variable-3,
1949
+ body.dark-mode .CodeMirror span.cm-type {
1950
+ color: #4ec9b0;
1951
+ }
1952
+
1953
+ .CodeMirror span.cm-bracket {
1954
+ color: var(--vscode-editorBracketHighlight-foreground3);
1955
+ }
1956
+
1957
+ .CodeMirror-cursor {
1958
+ border-left: 1px solid var(--vscode-editor-foreground) !important;
1959
+ }
1960
+
1961
+ .CodeMirror div.CodeMirror-selected {
1962
+ background: var(--vscode-terminal-inactiveSelectionBackground);
1963
+ }
1964
+
1965
+ .CodeMirror .CodeMirror-gutters {
1966
+ z-index: 0;
1967
+ background: 1px solid var(--vscode-editorGroup-border);
1968
+ border-right: none;
1969
+ }
1970
+
1971
+ .CodeMirror .CodeMirror-gutter-elt {
1972
+ background-color: var(--vscode-editorGutter-background);
1973
+ }
1974
+
1975
+ .CodeMirror .CodeMirror-gutterwrapper {
1976
+ border-right: 1px solid var(--vscode-editorGroup-border);
1977
+ color: var(--vscode-editorLineNumber-foreground);
1978
+ }
1979
+
1980
+ .CodeMirror .CodeMirror-matchingbracket {
1981
+ background-color: var(--vscode-editorBracketPairGuide-background1);
1982
+ color: var(--vscode-editorBracketHighlight-foreground1) !important;
1983
+ }
1984
+
1985
+ .CodeMirror {
1986
+ font-family: var(--vscode-editor-font-family) !important;
1987
+ color: var(--vscode-editor-foreground) !important;
1988
+ background-color: var(--vscode-editor-background) !important;
1989
+ font-weight: var(--vscode-editor-font-weight) !important;
1990
+ font-size: var(--vscode-editor-font-size) !important;
1991
+ }
1992
+
1993
+ .CodeMirror .source-line-running {
1994
+ background-color: var(--vscode-editor-selectionBackground);
1995
+ z-index: 2;
1996
+ }
1997
+
1998
+ .CodeMirror .source-line-paused {
1999
+ background-color: var(--vscode-editor-selectionHighlightBackground);
2000
+ z-index: 2;
2001
+ }
2002
+
2003
+ .CodeMirror .source-line-error {
2004
+ /* Intentionally empty. */
2005
+ }
2006
+
2007
+ .CodeMirror .source-line-error-underline {
2008
+ text-decoration: underline wavy var(--vscode-errorForeground);
2009
+ position: relative;
2010
+ top: -12px;
2011
+ }
2012
+
2013
+ .CodeMirror .source-line-error-widget {
2014
+ background-color: var(--vscode-inputValidation-errorBackground);
2015
+ white-space: pre-wrap;
2016
+ margin: 3px 10px;
2017
+ padding: 5px;
2018
+ }
2019
+ /*
2020
+ Copyright (c) Microsoft Corporation.
2021
+
2022
+ Licensed under the Apache License, Version 2.0 (the "License");
2023
+ you may not use this file except in compliance with the License.
2024
+ You may obtain a copy of the License at
2025
+
2026
+ http://www.apache.org/licenses/LICENSE-2.0
2027
+
2028
+ Unless required by applicable law or agreed to in writing, software
2029
+ distributed under the License is distributed on an "AS IS" BASIS,
2030
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2031
+ See the License for the specific language governing permissions and
2032
+ limitations under the License.
2033
+ */
2034
+
2035
+ .split-view {
2036
+ display: flex;
2037
+ flex: auto;
2038
+ position: relative;
2039
+ }
2040
+
2041
+ .split-view.vertical {
2042
+ flex-direction: column;
2043
+ }
2044
+
2045
+ .split-view.vertical.sidebar-first {
2046
+ flex-direction: column-reverse;
2047
+ }
2048
+
2049
+ .split-view.horizontal {
2050
+ flex-direction: row;
2051
+ }
2052
+
2053
+ .split-view.horizontal.sidebar-first {
2054
+ flex-direction: row-reverse;
2055
+ }
2056
+
2057
+ .split-view-main {
2058
+ display: flex;
2059
+ flex: auto;
2060
+ }
2061
+
2062
+ .split-view-sidebar {
2063
+ display: flex;
2064
+ flex: none;
2065
+ }
2066
+
2067
+ .split-view.vertical:not(.sidebar-first) > .split-view-sidebar {
2068
+ border-top: 1px solid var(--vscode-panel-border);
2069
+ }
2070
+
2071
+ .split-view.horizontal:not(.sidebar-first) > .split-view-sidebar {
2072
+ border-left: 1px solid var(--vscode-panel-border);
2073
+ }
2074
+
2075
+ .split-view.vertical.sidebar-first > .split-view-sidebar {
2076
+ border-bottom: 1px solid var(--vscode-panel-border);
2077
+ }
2078
+
2079
+ .split-view.horizontal.sidebar-first > .split-view-sidebar {
2080
+ border-right: 1px solid var(--vscode-panel-border);
2081
+ }
2082
+
2083
+ .split-view-resizer {
2084
+ position: absolute;
2085
+ z-index: 100;
2086
+ }
2087
+
2088
+ .split-view.vertical > .split-view-resizer {
2089
+ left: 0;
2090
+ right: 0;
2091
+ height: 12px;
2092
+ cursor: ns-resize;
2093
+ }
2094
+
2095
+ .split-view.horizontal > .split-view-resizer {
2096
+ top: 0;
2097
+ bottom: 0;
2098
+ width: 12px;
2099
+ cursor: ew-resize;
2100
+ }
2101
+ /*
2102
+ Copyright (c) Microsoft Corporation.
2103
+
2104
+ Licensed under the Apache License, Version 2.0 (the "License");
2105
+ you may not use this file except in compliance with the License.
2106
+ You may obtain a copy of the License at
2107
+
2108
+ http://www.apache.org/licenses/LICENSE-2.0
2109
+
2110
+ Unless required by applicable law or agreed to in writing, software
2111
+ distributed under the License is distributed on an "AS IS" BASIS,
2112
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2113
+ See the License for the specific language governing permissions and
2114
+ limitations under the License.
2115
+ */
2116
+
2117
+ .tabbed-pane {
2118
+ display: flex;
2119
+ flex: auto;
2120
+ overflow: hidden;
2121
+ }
2122
+
2123
+ .tabbed-pane .toolbar {
2124
+ background-color: var(--vscode-sideBar-background);
2125
+ }
2126
+
2127
+ .tabbed-pane .tab-content {
2128
+ display: flex;
2129
+ flex: auto;
2130
+ overflow: hidden;
2131
+ position: relative;
2132
+ flex-direction: column;
2133
+ }
2134
+
2135
+ .tabbed-pane-tab {
2136
+ padding: 2px 6px 0 6px;
2137
+ cursor: pointer;
2138
+ display: flex;
2139
+ align-items: center;
2140
+ justify-content: center;
2141
+ user-select: none;
2142
+ border-bottom: 2px solid transparent;
2143
+ outline: none;
2144
+ height: 100%;
2145
+ }
2146
+
2147
+ .tabbed-pane-tab-label {
2148
+ max-width: 250px;
2149
+ white-space: pre;
2150
+ overflow: hidden;
2151
+ text-overflow: ellipsis;
2152
+ display: inline-block;
2153
+ }
2154
+
2155
+ .tabbed-pane-tab.selected {
2156
+ background-color: var(--vscode-tab-activeBackground);
2157
+ }
2158
+
2159
+ .tabbed-pane-tab-counter {
2160
+ padding: 0 4px;
2161
+ background: var(--vscode-menu-separatorBackground);
2162
+ border-radius: 8px;
2163
+ height: 16px;
2164
+ margin-left: 4px;
2165
+ line-height: 16px;
2166
+ min-width: 18px;
2167
+ display: flex;
2168
+ align-items: center;
2169
+ justify-content: center;
2170
+ }
2171
+
2172
+ .tabbed-pane-tab-counter.error {
2173
+ background: var(--vscode-list-errorForeground);
2174
+ color: var(--vscode-button-foreground);
2175
+ }
2176
+ /*
2177
+ Copyright (c) Microsoft Corporation.
2178
+
2179
+ Licensed under the Apache License, Version 2.0 (the "License");
2180
+ you may not use this file except in compliance with the License.
2181
+ You may obtain a copy of the License at
2182
+
2183
+ http://www.apache.org/licenses/LICENSE-2.0
2184
+
2185
+ Unless required by applicable law or agreed to in writing, software
2186
+ distributed under the License is distributed on an "AS IS" BASIS,
2187
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2188
+ See the License for the specific language governing permissions and
2189
+ limitations under the License.
2190
+ */
2191
+
2192
+ .toolbar {
2193
+ position: relative;
2194
+ display: flex;
2195
+ color: var(--vscode-sideBarTitle-foreground);
2196
+ min-height: 35px;
2197
+ align-items: center;
2198
+ flex: none;
2199
+ padding-right: 4px;
2200
+ }
2201
+
2202
+ .toolbar:after {
2203
+ content: '';
2204
+ display: block;
2205
+ position: absolute;
2206
+ pointer-events: none;
2207
+ top: 0;
2208
+ bottom: 0;
2209
+ left: -2px;
2210
+ right: -2px;
2211
+ box-shadow: var(--vscode-scrollbar-shadow) 0 6px 6px -6px;
2212
+ z-index: 100;
2213
+ }
2214
+
2215
+ .toolbar.no-shadow:after {
2216
+ box-shadow: none;
2217
+ }
2218
+
2219
+ .toolbar.no-min-height {
2220
+ min-height: 0;
2221
+ }
2222
+
2223
+ .toolbar input {
2224
+ padding: 0 5px;
2225
+ line-height: 24px;
2226
+ outline: none;
2227
+ margin: 0 4px;
2228
+ }
2229
+
2230
+ .toolbar select {
2231
+ background: none;
2232
+ outline: none;
2233
+ padding: 3px;
2234
+ margin: 2px;
2235
+ }
2236
+
2237
+ .toolbar input, .toolbar select {
2238
+ border: none;
2239
+ color: var(--vscode-input-foreground);
2240
+ background-color: var(--vscode-input-background);
2241
+ }
2242
+ /*
2243
+ Copyright (c) Microsoft Corporation.
2244
+
2245
+ Licensed under the Apache License, Version 2.0 (the "License");
2246
+ you may not use this file except in compliance with the License.
2247
+ You may obtain a copy of the License at
2248
+
2249
+ http://www.apache.org/licenses/LICENSE-2.0
2250
+
2251
+ Unless required by applicable law or agreed to in writing, software
2252
+ distributed under the License is distributed on an "AS IS" BASIS,
2253
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2254
+ See the License for the specific language governing permissions and
2255
+ limitations under the License.
2256
+ */
2257
+
2258
+ .toolbar-button {
2259
+ flex: none;
2260
+ border: none;
2261
+ outline: none;
2262
+ color: var(--vscode-sideBarTitle-foreground);
2263
+ background: transparent;
2264
+ padding: 4px;
2265
+ cursor: pointer;
2266
+ display: inline-flex;
2267
+ align-items: center;
2268
+ }
2269
+
2270
+ .toolbar-button:disabled {
2271
+ color: var(--vscode-disabledForeground) !important;
2272
+ cursor: default;
2273
+ }
2274
+
2275
+ .toolbar-button:not(:disabled):hover {
2276
+ background-color: var(--vscode-toolbar-hoverBackground);
2277
+ }
2278
+
2279
+ .toolbar-button:not(:disabled):active {
2280
+ background-color: var(--vscode-toolbar-activeBackground);
2281
+ }
2282
+
2283
+ .toolbar-button.toggled {
2284
+ color: var(--vscode-notificationLink-foreground);
2285
+ }
2286
+
2287
+ .toolbar-separator {
2288
+ flex: none;
2289
+ background-color: var(--vscode-menu-separatorBackground);
2290
+ width: 1px;
2291
+ padding: 0;
2292
+ margin: 5px 4px;
2293
+ height: 16px;
2294
+ }
2295
+ /*
2296
+ Copyright (c) Microsoft Corporation.
2297
+
2298
+ Licensed under the Apache License, Version 2.0 (the "License");
2299
+ you may not use this file except in compliance with the License.
2300
+ You may obtain a copy of the License at
2301
+
2302
+ http://www.apache.org/licenses/LICENSE-2.0
2303
+
2304
+ Unless required by applicable law or agreed to in writing, software
2305
+ distributed under the License is distributed on an "AS IS" BASIS,
2306
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2307
+ See the License for the specific language governing permissions and
2308
+ limitations under the License.
2309
+ */
2310
+
2311
+ .call-log {
2312
+ display: flex;
2313
+ flex-direction: column;
2314
+ flex: auto;
2315
+ line-height: 20px;
2316
+ white-space: pre;
2317
+ overflow: auto;
2318
+ }
2319
+
2320
+ .call-log-message {
2321
+ flex: none;
2322
+ padding: 3px 0 3px 36px;
2323
+ display: flex;
2324
+ align-items: center;
2325
+ }
2326
+
2327
+ .call-log-call {
2328
+ display: flex;
2329
+ flex: none;
2330
+ flex-direction: column;
2331
+ border-top: 1px solid var(--vscode-panel-border);
2332
+ }
2333
+
2334
+ .call-log-call-header {
2335
+ height: 24px;
2336
+ display: flex;
2337
+ align-items: center;
2338
+ padding: 0 2px;
2339
+ z-index: 2;
2340
+ }
2341
+
2342
+ .call-log-call .codicon {
2343
+ padding: 0 4px;
2344
+ flex: none;
2345
+ }
2346
+
2347
+ .call-log .codicon-check {
2348
+ color: #21a945;
2349
+ font-weight: bold;
2350
+ }
2351
+
2352
+ .call-log-call.error {
2353
+ background-color: var(--vscode-inputValidation-errorBackground);
2354
+ border-top: 1px solid var(--vscode-panel-border);
2355
+ }
2356
+
2357
+ .call-log-call.error .call-log-call-header,
2358
+ .call-log-message.error,
2359
+ .call-log .codicon-error {
2360
+ color: var(--vscode-errorForeground);
2361
+ }
2362
+
2363
+ .call-log-details {
2364
+ flex: 0 1 auto;
2365
+ overflow-x: hidden;
2366
+ text-overflow: ellipsis;
2367
+ }
2368
+
2369
+ .call-log-url {
2370
+ color: var(--vscode-charts-blue);
2371
+ }
2372
+
2373
+ .call-log-selector {
2374
+ color: var(--vscode-charts-orange);
2375
+ white-space: nowrap;
2376
+ }
2377
+
2378
+ .call-log-time {
2379
+ flex: none;
2380
+ margin-left: 4px;
2381
+ color: var(--gray);
2382
+ }
2383
+
2384
+ .call-log-call .codicon.preview {
2385
+ visibility: hidden;
2386
+ color: var(--vscode-sideBarTitle-foreground);
2387
+ cursor: pointer;
2388
+ }
2389
+
2390
+ .call-log-call .codicon.preview:hover {
2391
+ color: inherit;
2392
+ }
2393
+
2394
+ .call-log-call:hover .codicon.preview {
2395
+ visibility: visible;
2396
+ }
2397
+ /*
2398
+ Copyright (c) Microsoft Corporation.
2399
+
2400
+ Licensed under the Apache License, Version 2.0 (the "License");
2401
+ you may not use this file except in compliance with the License.
2402
+ You may obtain a copy of the License at
2403
+
2404
+ http://www.apache.org/licenses/LICENSE-2.0
2405
+
2406
+ Unless required by applicable law or agreed to in writing, software
2407
+ distributed under the License is distributed on an "AS IS" BASIS,
2408
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2409
+ See the License for the specific language governing permissions and
2410
+ limitations under the License.
2411
+ */
2412
+
2413
+ .recorder {
2414
+ display: flex;
2415
+ flex-direction: column;
2416
+ flex: auto;
2417
+ }
2418
+
2419
+ .recorder-chooser {
2420
+ border: none;
2421
+ background: none;
2422
+ outline: none;
2423
+ color: var(--vscode-sideBarTitle-foreground);
2424
+ min-width: 100px;
2425
+ }
2426
+
2427
+ .recorder .codicon {
2428
+ font-size: 16px;
2429
+ }
2430
+
2431
+ .recorder .codicon.circle-large-filled {
2432
+ font-size: 15px;
2433
+ }
2434
+
2435
+ .recorder .toolbar-button.toggled.circle-large-filled {
2436
+ color: #a1260d;
2437
+ }
2438
+
2439
+ body.dark-mode .recorder .toolbar-button.toggled.circle-large-filled {
2440
+ color: #f48771;
2441
+ }
2442
+
2443
+ .recorder .toolbar-button:not([disabled]) .codicon-debug-continue,
2444
+ .recorder .toolbar-button:not([disabled]) .codicon-debug-step-over {
2445
+ color: #01bb01;
2446
+ }
2447
+
2448
+ .recorder .toolbar-button:not([disabled]):hover .codicon-debug-continue,
2449
+ .recorder .toolbar-button:not([disabled]):hover .codicon-debug-step-over {
2450
+ color: #41ca1e;
2451
+ }
2452
+
2453
+ .recorder .selector-input {
2454
+ flex: auto;
2455
+ }