@jointhedots/ui 2.0.20
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.
- package/bundle.manifest.json +47 -0
- package/chunk.73S35ZUP.js +1 -0
- package/chunk.7FLBFFZJ.js +1 -0
- package/chunk.IWVPDTNR.js +60 -0
- package/chunk.J7UOQR25.js +787 -0
- package/chunk.NOVIDUKC.js +1 -0
- package/chunk.NZRTZDOB.js +1 -0
- package/chunk.OW3MI2XU.js +35 -0
- package/chunk.S2ABQ2TE.js +51 -0
- package/chunk.SOVKFN6E.js +57 -0
- package/chunk.TB7PTJUW.js +297 -0
- package/chunk.VLRB3H3F.js +12 -0
- package/chunk.YJXSWWE6.js +3 -0
- package/chunk.ZTJG4JJS.js +26 -0
- package/cid.0Z4H3pyI6YJvF25fpMdVxrsrJb2aoHNuRqCW8ykQutc.json +44 -0
- package/cid.N30c0jISJNset9Hvr2NLQnsa9sVwvpNmyKx2QZaYQyc.json +10 -0
- package/export.applicationboard.js +1 -0
- package/export.codeeditor.js +1 -0
- package/export.componentslibrary.js +1 -0
- package/export.dialog.js +1 -0
- package/export.icon.js +1 -0
- package/export.inputs.js +1 -0
- package/export.items.js +1 -0
- package/export.layouts.js +1 -0
- package/export.notifications.js +1 -0
- package/export.servicepoint.js +1 -0
- package/export.theme.js +1 -0
- package/lambda.node_modules.monaco_editor.esm.vs.editor.editor_worker_js.js +1 -0
- package/lambda.node_modules.monaco_editor.esm.vs.language.css.css_worker.js +66 -0
- package/lambda.node_modules.monaco_editor.esm.vs.language.html.html_worker.js +443 -0
- package/lambda.node_modules.monaco_editor.esm.vs.language.json.json_worker.js +31 -0
- package/lambda.node_modules.monaco_editor.esm.vs.language.typescript.ts_worker.js +67711 -0
- package/lambda.src.applicationboard.component.js +1 -0
- package/package.json +73 -0
- package/types.d.ts +1862 -0
|
@@ -0,0 +1,787 @@
|
|
|
1
|
+
import i from"react";import"@salesforce-ux/design-system/assets/styles/salesforce-lightning-design-system.css";var t=`.theme-dark {
|
|
2
|
+
--vscode-separator-border: #fff2;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.theme-dark {
|
|
6
|
+
--vscode-activityBar-activeBorder: #ffffff;
|
|
7
|
+
--vscode-activityBar-background: #333333;
|
|
8
|
+
--vscode-activityBar-dropBorder: #ffffff;
|
|
9
|
+
--vscode-activityBar-foreground: #ffffff;
|
|
10
|
+
--vscode-activityBar-inactiveForeground: rgba(255, 255, 255, 0.4);
|
|
11
|
+
--vscode-activityBarBadge-background: #007acc;
|
|
12
|
+
--vscode-activityBarBadge-foreground: #ffffff;
|
|
13
|
+
--vscode-badge-background: #4d4d4d;
|
|
14
|
+
--vscode-badge-foreground: #ffffff;
|
|
15
|
+
--vscode-breadcrumb-activeSelectionForeground: #e0e0e0;
|
|
16
|
+
--vscode-breadcrumb-background: #1e1e1e;
|
|
17
|
+
--vscode-breadcrumb-focusForeground: #e0e0e0;
|
|
18
|
+
--vscode-breadcrumb-foreground: rgba(204, 204, 204, 0.8);
|
|
19
|
+
--vscode-breadcrumbPicker-background: #252526;
|
|
20
|
+
--vscode-button-background: #0e639c;
|
|
21
|
+
--vscode-button-foreground: #ffffff;
|
|
22
|
+
--vscode-button-hoverBackground: #1177bb;
|
|
23
|
+
--vscode-checkbox-background: #3c3c3c;
|
|
24
|
+
--vscode-checkbox-border: #3c3c3c;
|
|
25
|
+
--vscode-checkbox-foreground: #f0f0f0;
|
|
26
|
+
--vscode-debugConsole-errorForeground: #f48771;
|
|
27
|
+
--vscode-debugConsole-infoForeground: #75beff;
|
|
28
|
+
--vscode-debugConsole-sourceForeground: #cccccc;
|
|
29
|
+
--vscode-debugConsole-warningForeground: #cca700;
|
|
30
|
+
--vscode-debugConsoleInputIcon-foreground: #cccccc;
|
|
31
|
+
--vscode-debugExceptionWidget-background: #420b0d;
|
|
32
|
+
--vscode-debugExceptionWidget-border: #a31515;
|
|
33
|
+
--vscode-debugIcon-breakpointCurrentStackframeForeground: #ffcc00;
|
|
34
|
+
--vscode-debugIcon-breakpointDisabledForeground: #848484;
|
|
35
|
+
--vscode-debugIcon-breakpointForeground: #e51400;
|
|
36
|
+
--vscode-debugIcon-breakpointStackframeForeground: #89d185;
|
|
37
|
+
--vscode-debugIcon-breakpointUnverifiedForeground: #848484;
|
|
38
|
+
--vscode-debugIcon-continueForeground: #75beff;
|
|
39
|
+
--vscode-debugIcon-disconnectForeground: #f48771;
|
|
40
|
+
--vscode-debugIcon-pauseForeground: #75beff;
|
|
41
|
+
--vscode-debugIcon-restartForeground: #89d185;
|
|
42
|
+
--vscode-debugIcon-startForeground: #89d185;
|
|
43
|
+
--vscode-debugIcon-stepBackForeground: #75beff;
|
|
44
|
+
--vscode-debugIcon-stepIntoForeground: #75beff;
|
|
45
|
+
--vscode-debugIcon-stepOutForeground: #75beff;
|
|
46
|
+
--vscode-debugIcon-stepOverForeground: #75beff;
|
|
47
|
+
--vscode-debugIcon-stopForeground: #f48771;
|
|
48
|
+
--vscode-debugTokenExpression-boolean: #4e94ce;
|
|
49
|
+
--vscode-debugTokenExpression-error: #f48771;
|
|
50
|
+
--vscode-debugTokenExpression-name: #c586c0;
|
|
51
|
+
--vscode-debugTokenExpression-number: #b5cea8;
|
|
52
|
+
--vscode-debugTokenExpression-string: #ce9178;
|
|
53
|
+
--vscode-debugTokenExpression-value: rgba(204, 204, 204, 0.6);
|
|
54
|
+
--vscode-debugToolBar-background: #333333;
|
|
55
|
+
--vscode-debugView-exceptionLabelBackground: #6c2022;
|
|
56
|
+
--vscode-debugView-exceptionLabelForeground: #cccccc;
|
|
57
|
+
--vscode-debugView-stateLabelBackground: rgba(136, 136, 136, 0.27);
|
|
58
|
+
--vscode-debugView-stateLabelForeground: #cccccc;
|
|
59
|
+
--vscode-debugView-valueChangedHighlight: #569cd6;
|
|
60
|
+
--vscode-descriptionForeground: rgba(204, 204, 204, 0.7);
|
|
61
|
+
--vscode-diffEditor-diagonalFill: rgba(204, 204, 204, 0.2);
|
|
62
|
+
--vscode-diffEditor-insertedTextBackground: rgba(155, 185, 85, 0.2);
|
|
63
|
+
--vscode-diffEditor-removedTextBackground: rgba(255, 0, 0, 0.2);
|
|
64
|
+
--vscode-dropdown-background: #3c3c3c;
|
|
65
|
+
--vscode-dropdown-border: #3c3c3c;
|
|
66
|
+
--vscode-dropdown-foreground: #f0f0f0;
|
|
67
|
+
--vscode-editor-background: #1e1e1e;
|
|
68
|
+
--vscode-editor-findMatchBackground: #515c6a;
|
|
69
|
+
--vscode-editor-findMatchHighlightBackground: rgba(234, 92, 0, 0.33);
|
|
70
|
+
--vscode-editor-findRangeHighlightBackground: rgba(58, 61, 65, 0.4);
|
|
71
|
+
--vscode-editor-focusedStackFrameHighlightBackground: rgba(122, 189, 122, 0.3);
|
|
72
|
+
--vscode-editor-foldBackground: rgba(38, 79, 120, 0.3);
|
|
73
|
+
--vscode-editor-font-family: Consolas, Courier New, monospace;
|
|
74
|
+
--vscode-editor-font-size: 14px;
|
|
75
|
+
--vscode-editor-font-weight: normal;
|
|
76
|
+
--vscode-editor-foreground: #d4d4d4;
|
|
77
|
+
--vscode-editor-hoverHighlightBackground: rgba(38, 79, 120, 0.25);
|
|
78
|
+
--vscode-editor-inactiveSelectionBackground: #3a3d41;
|
|
79
|
+
--vscode-editor-lineHighlightBorder: #282828;
|
|
80
|
+
--vscode-editor-rangeHighlightBackground: rgba(255, 255, 255, 0.04);
|
|
81
|
+
--vscode-editor-selectionBackground: #264f78;
|
|
82
|
+
--vscode-editor-selectionHighlightBackground: rgba(173, 214, 255, 0.15);
|
|
83
|
+
--vscode-editor-snippetFinalTabstopHighlightBorder: #525252;
|
|
84
|
+
--vscode-editor-snippetTabstopHighlightBackground: rgba(124, 124, 124, 0.3);
|
|
85
|
+
--vscode-editor-stackFrameHighlightBackground: rgba(255, 255, 0, 0.2);
|
|
86
|
+
--vscode-editor-symbolHighlightBackground: rgba(234, 92, 0, 0.33);
|
|
87
|
+
--vscode-editor-wordHighlightBackground: rgba(87, 87, 87, 0.72);
|
|
88
|
+
--vscode-editor-wordHighlightStrongBackground: rgba(0, 73, 114, 0.72);
|
|
89
|
+
--vscode-editorActiveLineNumber-foreground: #c6c6c6;
|
|
90
|
+
--vscode-editorBracketMatch-background: rgba(0, 100, 0, 0.1);
|
|
91
|
+
--vscode-editorBracketMatch-border: #888888;
|
|
92
|
+
--vscode-editorCodeLens-foreground: #999999;
|
|
93
|
+
--vscode-editorCursor-foreground: #aeafad;
|
|
94
|
+
--vscode-editorError-foreground: #f48771;
|
|
95
|
+
--vscode-editorGroup-border: #444444;
|
|
96
|
+
--vscode-editorGroup-dropBackground: rgba(83, 89, 93, 0.5);
|
|
97
|
+
--vscode-editorGroupHeader-noTabsBackground: #1e1e1e;
|
|
98
|
+
--vscode-editorGroupHeader-tabsBackground: #252526;
|
|
99
|
+
--vscode-editorGutter-addedBackground: #587c0c;
|
|
100
|
+
--vscode-editorGutter-background: #1e1e1e;
|
|
101
|
+
--vscode-editorGutter-commentRangeForeground: #c5c5c5;
|
|
102
|
+
--vscode-editorGutter-deletedBackground: #94151b;
|
|
103
|
+
--vscode-editorGutter-foldingControlForeground: #c5c5c5;
|
|
104
|
+
--vscode-editorGutter-modifiedBackground: #0c7d9d;
|
|
105
|
+
--vscode-editorHint-foreground: rgba(238, 238, 238, 0.7);
|
|
106
|
+
--vscode-editorHoverWidget-background: #252526;
|
|
107
|
+
--vscode-editorHoverWidget-border: #454545;
|
|
108
|
+
--vscode-editorHoverWidget-foreground: #cccccc;
|
|
109
|
+
--vscode-editorHoverWidget-statusBarBackground: #2c2c2d;
|
|
110
|
+
--vscode-editorIndentGuide-activeBackground: #707070;
|
|
111
|
+
--vscode-editorIndentGuide-background: #404040;
|
|
112
|
+
--vscode-editorInfo-foreground: #75beff;
|
|
113
|
+
--vscode-editorLightBulb-foreground: #ffcc00;
|
|
114
|
+
--vscode-editorLightBulbAutoFix-foreground: #75beff;
|
|
115
|
+
--vscode-editorLineNumber-activeForeground: #c6c6c6;
|
|
116
|
+
--vscode-editorLineNumber-foreground: #858585;
|
|
117
|
+
--vscode-editorLink-activeForeground: #4e94ce;
|
|
118
|
+
--vscode-editorMarkerNavigation-background: #2d2d30;
|
|
119
|
+
--vscode-editorMarkerNavigationError-background: #f48771;
|
|
120
|
+
--vscode-editorMarkerNavigationInfo-background: #75beff;
|
|
121
|
+
--vscode-editorMarkerNavigationWarning-background: #cca700;
|
|
122
|
+
--vscode-editorOverviewRuler-addedForeground: rgba(88, 124, 12, 0.6);
|
|
123
|
+
--vscode-editorOverviewRuler-border: rgba(127, 127, 127, 0.3);
|
|
124
|
+
--vscode-editorOverviewRuler-bracketMatchForeground: #a0a0a0;
|
|
125
|
+
--vscode-editorOverviewRuler-commonContentForeground: rgba(96, 96, 96, 0.4);
|
|
126
|
+
--vscode-editorOverviewRuler-currentContentForeground: rgba(64, 200, 174, 0.5);
|
|
127
|
+
--vscode-editorOverviewRuler-deletedForeground: rgba(148, 21, 27, 0.6);
|
|
128
|
+
--vscode-editorOverviewRuler-errorForeground: rgba(255, 18, 18, 0.7);
|
|
129
|
+
--vscode-editorOverviewRuler-findMatchForeground: rgba(209, 134, 22, 0.49);
|
|
130
|
+
--vscode-editorOverviewRuler-incomingContentForeground: rgba(64, 166, 255, 0.5);
|
|
131
|
+
--vscode-editorOverviewRuler-infoForeground: #75beff;
|
|
132
|
+
--vscode-editorOverviewRuler-modifiedForeground: rgba(12, 125, 157, 0.6);
|
|
133
|
+
--vscode-editorOverviewRuler-rangeHighlightForeground: rgba(0, 122, 204, 0.6);
|
|
134
|
+
--vscode-editorOverviewRuler-selectionHighlightForeground: rgba(160, 160, 160, 0.8);
|
|
135
|
+
--vscode-editorOverviewRuler-warningForeground: #cca700;
|
|
136
|
+
--vscode-editorOverviewRuler-wordHighlightForeground: rgba(160, 160, 160, 0.8);
|
|
137
|
+
--vscode-editorOverviewRuler-wordHighlightStrongForeground: rgba(192, 160, 192, 0.8);
|
|
138
|
+
--vscode-editorPane-background: #1e1e1e;
|
|
139
|
+
--vscode-editorRuler-foreground: #5a5a5a;
|
|
140
|
+
--vscode-editorSuggestWidget-background: #252526;
|
|
141
|
+
--vscode-editorSuggestWidget-border: #454545;
|
|
142
|
+
--vscode-editorSuggestWidget-foreground: #d4d4d4;
|
|
143
|
+
--vscode-editorSuggestWidget-highlightForeground: #0097fb;
|
|
144
|
+
--vscode-editorSuggestWidget-selectedBackground: #062f4a;
|
|
145
|
+
--vscode-editorUnnecessaryCode-opacity: rgba(0, 0, 0, 0.67);
|
|
146
|
+
--vscode-editorWarning-foreground: #cca700;
|
|
147
|
+
--vscode-editorWhitespace-foreground: rgba(227, 228, 226, 0.16);
|
|
148
|
+
--vscode-editorWidget-background: #252526;
|
|
149
|
+
--vscode-editorWidget-border: #454545;
|
|
150
|
+
--vscode-editorWidget-foreground: #cccccc;
|
|
151
|
+
--vscode-errorForeground: #f48771;
|
|
152
|
+
--vscode-extensionBadge-remoteBackground: #007acc;
|
|
153
|
+
--vscode-extensionBadge-remoteForeground: #ffffff;
|
|
154
|
+
--vscode-extensionButton-prominentBackground: #327e36;
|
|
155
|
+
--vscode-extensionButton-prominentForeground: #ffffff;
|
|
156
|
+
--vscode-extensionButton-prominentHoverBackground: #28632b;
|
|
157
|
+
--vscode-focusBorder: rgba(14, 99, 156, 0.8);
|
|
158
|
+
--vscode-font-family: Segoe WPC, Segoe UI, sans-serif;
|
|
159
|
+
--vscode-font-size: 13px;
|
|
160
|
+
--vscode-font-weight: normal;
|
|
161
|
+
--vscode-foreground: #cccccc;
|
|
162
|
+
--vscode-gitDecoration-addedResourceForeground: #81b88b;
|
|
163
|
+
--vscode-gitDecoration-conflictingResourceForeground: #6c6cc4;
|
|
164
|
+
--vscode-gitDecoration-deletedResourceForeground: #c74e39;
|
|
165
|
+
--vscode-gitDecoration-ignoredResourceForeground: #8c8c8c;
|
|
166
|
+
--vscode-gitDecoration-modifiedResourceForeground: #e2c08d;
|
|
167
|
+
--vscode-gitDecoration-submoduleResourceForeground: #8db9e2;
|
|
168
|
+
--vscode-gitDecoration-untrackedResourceForeground: #73c991;
|
|
169
|
+
--vscode-icon-foreground: #c5c5c5;
|
|
170
|
+
--vscode-imagePreview-border: rgba(128, 128, 128, 0.35);
|
|
171
|
+
--vscode-input-background: #3c3c3c;
|
|
172
|
+
--vscode-input-foreground: #cccccc;
|
|
173
|
+
--vscode-input-placeholderForeground: #a6a6a6;
|
|
174
|
+
--vscode-inputOption-activeBackground: rgba(14, 99, 156, 0.56);
|
|
175
|
+
--vscode-inputOption-activeBorder: rgba(0, 122, 204, 0);
|
|
176
|
+
--vscode-inputOption-activeForeground: #ffffff;
|
|
177
|
+
--vscode-inputValidation-errorBackground: #5a1d1d;
|
|
178
|
+
--vscode-inputValidation-errorBorder: #be1100;
|
|
179
|
+
--vscode-inputValidation-infoBackground: #063b49;
|
|
180
|
+
--vscode-inputValidation-infoBorder: #007acc;
|
|
181
|
+
--vscode-inputValidation-warningBackground: #352a05;
|
|
182
|
+
--vscode-inputValidation-warningBorder: #b89500;
|
|
183
|
+
--vscode-list-activeSelectionBackground: #094771;
|
|
184
|
+
--vscode-list-activeSelectionForeground: #ffffff;
|
|
185
|
+
--vscode-list-deemphasizedForeground: #8c8c8c;
|
|
186
|
+
--vscode-list-dropBackground: #383b3d;
|
|
187
|
+
--vscode-list-errorForeground: #f88070;
|
|
188
|
+
--vscode-list-filterMatchBackground: rgba(234, 92, 0, 0.33);
|
|
189
|
+
--vscode-list-focusBackground: #062f4a;
|
|
190
|
+
--vscode-list-highlightForeground: #0097fb;
|
|
191
|
+
--vscode-list-hoverBackground: #2a2d2e;
|
|
192
|
+
--vscode-list-inactiveSelectionBackground: #37373d;
|
|
193
|
+
--vscode-list-invalidItemForeground: #b89500;
|
|
194
|
+
--vscode-list-warningForeground: #cca700;
|
|
195
|
+
--vscode-listFilterWidget-background: #653723;
|
|
196
|
+
--vscode-listFilterWidget-noMatchesOutline: #be1100;
|
|
197
|
+
--vscode-listFilterWidget-outline: rgba(0, 0, 0, 0);
|
|
198
|
+
--vscode-menu-background: #252526;
|
|
199
|
+
--vscode-menu-foreground: #cccccc;
|
|
200
|
+
--vscode-menu-selectionBackground: #094771;
|
|
201
|
+
--vscode-menu-selectionForeground: #ffffff;
|
|
202
|
+
--vscode-menu-separatorBackground: #bbbbbb;
|
|
203
|
+
--vscode-menubar-selectionBackground: rgba(255, 255, 255, 0.1);
|
|
204
|
+
--vscode-menubar-selectionForeground: #cccccc;
|
|
205
|
+
--vscode-merge-commonContentBackground: rgba(96, 96, 96, 0.16);
|
|
206
|
+
--vscode-merge-commonHeaderBackground: rgba(96, 96, 96, 0.4);
|
|
207
|
+
--vscode-merge-currentContentBackground: rgba(64, 200, 174, 0.2);
|
|
208
|
+
--vscode-merge-currentHeaderBackground: rgba(64, 200, 174, 0.5);
|
|
209
|
+
--vscode-merge-incomingContentBackground: rgba(64, 166, 255, 0.2);
|
|
210
|
+
--vscode-merge-incomingHeaderBackground: rgba(64, 166, 255, 0.5);
|
|
211
|
+
--vscode-minimap-errorHighlight: rgba(255, 18, 18, 0.7);
|
|
212
|
+
--vscode-minimap-findMatchHighlight: #d18616;
|
|
213
|
+
--vscode-minimap-selectionHighlight: #264f78;
|
|
214
|
+
--vscode-minimap-warningHighlight: #cca700;
|
|
215
|
+
--vscode-minimapGutter-addedBackground: #587c0c;
|
|
216
|
+
--vscode-minimapGutter-deletedBackground: #94151b;
|
|
217
|
+
--vscode-minimapGutter-modifiedBackground: #0c7d9d;
|
|
218
|
+
--vscode-minimapSlider-activeBackground: rgba(191, 191, 191, 0.2);
|
|
219
|
+
--vscode-minimapSlider-background: rgba(121, 121, 121, 0.2);
|
|
220
|
+
--vscode-minimapSlider-hoverBackground: rgba(100, 100, 100, 0.35);
|
|
221
|
+
--vscode-notebook-cellBorderColor: rgba(128, 128, 128, 0.21);
|
|
222
|
+
--vscode-notebook-cellStatusBarItemHoverBackground: rgba(255, 255, 255, 0.15);
|
|
223
|
+
--vscode-notebook-cellToolbarSeperator: rgba(128, 128, 128, 0.35);
|
|
224
|
+
--vscode-notebook-focusedCellIndicator: #0c7d9d;
|
|
225
|
+
--vscode-notebook-outputContainerBackgroundColor: rgba(128, 128, 128, 0.21);
|
|
226
|
+
--vscode-notebookStatusErrorIcon-foreground: #f48771;
|
|
227
|
+
--vscode-notebookStatusRunningIcon-foreground: #cccccc;
|
|
228
|
+
--vscode-notebookStatusSuccessIcon-foreground: #89d185;
|
|
229
|
+
--vscode-notificationCenterHeader-background: #303031;
|
|
230
|
+
--vscode-notificationLink-foreground: #3794ff;
|
|
231
|
+
--vscode-notifications-background: #252526;
|
|
232
|
+
--vscode-notifications-border: #303031;
|
|
233
|
+
--vscode-notifications-foreground: #cccccc;
|
|
234
|
+
--vscode-notificationsErrorIcon-foreground: #f48771;
|
|
235
|
+
--vscode-notificationsInfoIcon-foreground: #75beff;
|
|
236
|
+
--vscode-notificationsWarningIcon-foreground: #cca700;
|
|
237
|
+
--vscode-panel-background: #1e1e1e;
|
|
238
|
+
--vscode-panel-border: rgba(128, 128, 128, 0.35);
|
|
239
|
+
--vscode-panel-dropBorder: #e7e7e7;
|
|
240
|
+
--vscode-panelSection-border: rgba(128, 128, 128, 0.35);
|
|
241
|
+
--vscode-panelSection-dropBackground: rgba(83, 89, 93, 0.5);
|
|
242
|
+
--vscode-panelSectionHeader-background: rgba(128, 128, 128, 0.2);
|
|
243
|
+
--vscode-panelTitle-activeBorder: #e7e7e7;
|
|
244
|
+
--vscode-panelTitle-activeForeground: #e7e7e7;
|
|
245
|
+
--vscode-panelTitle-inactiveForeground: rgba(231, 231, 231, 0.6);
|
|
246
|
+
--vscode-peekView-border: #007acc;
|
|
247
|
+
--vscode-peekViewEditor-background: #001f33;
|
|
248
|
+
--vscode-peekViewEditor-matchHighlightBackground: rgba(255, 143, 0, 0.6);
|
|
249
|
+
--vscode-peekViewEditorGutter-background: #001f33;
|
|
250
|
+
--vscode-peekViewResult-background: #252526;
|
|
251
|
+
--vscode-peekViewResult-fileForeground: #ffffff;
|
|
252
|
+
--vscode-peekViewResult-lineForeground: #bbbbbb;
|
|
253
|
+
--vscode-peekViewResult-matchHighlightBackground: rgba(234, 92, 0, 0.3);
|
|
254
|
+
--vscode-peekViewResult-selectionBackground: rgba(51, 153, 255, 0.2);
|
|
255
|
+
--vscode-peekViewResult-selectionForeground: #ffffff;
|
|
256
|
+
--vscode-peekViewTitle-background: #1e1e1e;
|
|
257
|
+
--vscode-peekViewTitleDescription-foreground: rgba(204, 204, 204, 0.7);
|
|
258
|
+
--vscode-peekViewTitleLabel-foreground: #ffffff;
|
|
259
|
+
--vscode-pickerGroup-border: #3f3f46;
|
|
260
|
+
--vscode-pickerGroup-foreground: #3794ff;
|
|
261
|
+
--vscode-problemsErrorIcon-foreground: #f48771;
|
|
262
|
+
--vscode-problemsInfoIcon-foreground: #75beff;
|
|
263
|
+
--vscode-problemsWarningIcon-foreground: #cca700;
|
|
264
|
+
--vscode-progressBar-background: #0e70c0;
|
|
265
|
+
--vscode-quickInput-background: #252526;
|
|
266
|
+
--vscode-quickInput-foreground: #cccccc;
|
|
267
|
+
--vscode-quickInputTitle-background: rgba(255, 255, 255, 0.1);
|
|
268
|
+
--vscode-scrollbar-shadow: #000000;
|
|
269
|
+
--vscode-scrollbarSlider-activeBackground: rgba(191, 191, 191, 0.4);
|
|
270
|
+
--vscode-scrollbarSlider-background: rgba(121, 121, 121, 0.4);
|
|
271
|
+
--vscode-scrollbarSlider-hoverBackground: rgba(100, 100, 100, 0.7);
|
|
272
|
+
--vscode-searchEditor-findMatchBackground: rgba(234, 92, 0, 0.22);
|
|
273
|
+
--vscode-settings-checkboxBackground: #3c3c3c;
|
|
274
|
+
--vscode-settings-checkboxBorder: #3c3c3c;
|
|
275
|
+
--vscode-settings-checkboxForeground: #f0f0f0;
|
|
276
|
+
--vscode-settings-dropdownBackground: #3c3c3c;
|
|
277
|
+
--vscode-settings-dropdownBorder: #3c3c3c;
|
|
278
|
+
--vscode-settings-dropdownForeground: #f0f0f0;
|
|
279
|
+
--vscode-settings-dropdownListBorder: #454545;
|
|
280
|
+
--vscode-settings-headerForeground: #e7e7e7;
|
|
281
|
+
--vscode-settings-modifiedItemIndicator: #0c7d9d;
|
|
282
|
+
--vscode-settings-numberInputBackground: #292929;
|
|
283
|
+
--vscode-settings-numberInputForeground: #cccccc;
|
|
284
|
+
--vscode-settings-textInputBackground: #292929;
|
|
285
|
+
--vscode-settings-textInputForeground: #cccccc;
|
|
286
|
+
--vscode-sideBar-background: #252526;
|
|
287
|
+
--vscode-sideBar-dropBackground: rgba(83, 89, 93, 0.5);
|
|
288
|
+
--vscode-sideBarSectionHeader-background: rgba(0, 0, 0, 0);
|
|
289
|
+
--vscode-sideBarSectionHeader-border: rgba(204, 204, 204, 0.2);
|
|
290
|
+
--vscode-sideBarTitle-foreground: #bbbbbb;
|
|
291
|
+
--vscode-statusBar-background: #007acc;
|
|
292
|
+
--vscode-statusBar-debuggingBackground: #cc6633;
|
|
293
|
+
--vscode-statusBar-debuggingForeground: #ffffff;
|
|
294
|
+
--vscode-statusBar-foreground: #ffffff;
|
|
295
|
+
--vscode-statusBar-noFolderBackground: #68217a;
|
|
296
|
+
--vscode-statusBar-noFolderForeground: #ffffff;
|
|
297
|
+
--vscode-statusBarItem-activeBackground: rgba(255, 255, 255, 0.18);
|
|
298
|
+
--vscode-statusBarItem-hoverBackground: rgba(255, 255, 255, 0.12);
|
|
299
|
+
--vscode-statusBarItem-prominentBackground: rgba(0, 0, 0, 0.5);
|
|
300
|
+
--vscode-statusBarItem-prominentForeground: #ffffff;
|
|
301
|
+
--vscode-statusBarItem-prominentHoverBackground: rgba(0, 0, 0, 0.3);
|
|
302
|
+
--vscode-statusBarItem-remoteBackground: #16825d;
|
|
303
|
+
--vscode-statusBarItem-remoteForeground: #ffffff;
|
|
304
|
+
--vscode-symbolIcon-arrayForeground: #cccccc;
|
|
305
|
+
--vscode-symbolIcon-booleanForeground: #cccccc;
|
|
306
|
+
--vscode-symbolIcon-classForeground: #ee9d28;
|
|
307
|
+
--vscode-symbolIcon-colorForeground: #cccccc;
|
|
308
|
+
--vscode-symbolIcon-constantForeground: #cccccc;
|
|
309
|
+
--vscode-symbolIcon-constructorForeground: #b180d7;
|
|
310
|
+
--vscode-symbolIcon-enumeratorForeground: #ee9d28;
|
|
311
|
+
--vscode-symbolIcon-enumeratorMemberForeground: #75beff;
|
|
312
|
+
--vscode-symbolIcon-eventForeground: #ee9d28;
|
|
313
|
+
--vscode-symbolIcon-fieldForeground: #75beff;
|
|
314
|
+
--vscode-symbolIcon-fileForeground: #cccccc;
|
|
315
|
+
--vscode-symbolIcon-folderForeground: #cccccc;
|
|
316
|
+
--vscode-symbolIcon-functionForeground: #b180d7;
|
|
317
|
+
--vscode-symbolIcon-interfaceForeground: #75beff;
|
|
318
|
+
--vscode-symbolIcon-keyForeground: #cccccc;
|
|
319
|
+
--vscode-symbolIcon-keywordForeground: #cccccc;
|
|
320
|
+
--vscode-symbolIcon-methodForeground: #b180d7;
|
|
321
|
+
--vscode-symbolIcon-moduleForeground: #cccccc;
|
|
322
|
+
--vscode-symbolIcon-namespaceForeground: #cccccc;
|
|
323
|
+
--vscode-symbolIcon-nullForeground: #cccccc;
|
|
324
|
+
--vscode-symbolIcon-numberForeground: #cccccc;
|
|
325
|
+
--vscode-symbolIcon-objectForeground: #cccccc;
|
|
326
|
+
--vscode-symbolIcon-operatorForeground: #cccccc;
|
|
327
|
+
--vscode-symbolIcon-packageForeground: #cccccc;
|
|
328
|
+
--vscode-symbolIcon-propertyForeground: #cccccc;
|
|
329
|
+
--vscode-symbolIcon-referenceForeground: #cccccc;
|
|
330
|
+
--vscode-symbolIcon-snippetForeground: #cccccc;
|
|
331
|
+
--vscode-symbolIcon-stringForeground: #cccccc;
|
|
332
|
+
--vscode-symbolIcon-structForeground: #cccccc;
|
|
333
|
+
--vscode-symbolIcon-textForeground: #cccccc;
|
|
334
|
+
--vscode-symbolIcon-typeParameterForeground: #cccccc;
|
|
335
|
+
--vscode-symbolIcon-unitForeground: #cccccc;
|
|
336
|
+
--vscode-symbolIcon-variableForeground: #75beff;
|
|
337
|
+
--vscode-tab-activeBackground: #1e1e1e;
|
|
338
|
+
--vscode-tab-activeForeground: #ffffff;
|
|
339
|
+
--vscode-tab-activeModifiedBorder: #3399cc;
|
|
340
|
+
--vscode-tab-border: #252526;
|
|
341
|
+
--vscode-tab-inactiveBackground: #2d2d2d;
|
|
342
|
+
--vscode-tab-inactiveForeground: rgba(255, 255, 255, 0.5);
|
|
343
|
+
--vscode-tab-inactiveModifiedBorder: rgba(51, 153, 204, 0.5);
|
|
344
|
+
--vscode-tab-unfocusedActiveBackground: #1e1e1e;
|
|
345
|
+
--vscode-tab-unfocusedActiveForeground: rgba(255, 255, 255, 0.5);
|
|
346
|
+
--vscode-tab-unfocusedActiveModifiedBorder: rgba(51, 153, 204, 0.5);
|
|
347
|
+
--vscode-tab-unfocusedInactiveBackground: #2d2d2d;
|
|
348
|
+
--vscode-tab-unfocusedInactiveForeground: rgba(255, 255, 255, 0.25);
|
|
349
|
+
--vscode-tab-unfocusedInactiveModifiedBorder: rgba(51, 153, 204, 0.25);
|
|
350
|
+
--vscode-terminal-ansiBlack: #000000;
|
|
351
|
+
--vscode-terminal-ansiBlue: #2472c8;
|
|
352
|
+
--vscode-terminal-ansiBrightBlack: #666666;
|
|
353
|
+
--vscode-terminal-ansiBrightBlue: #3b8eea;
|
|
354
|
+
--vscode-terminal-ansiBrightCyan: #29b8db;
|
|
355
|
+
--vscode-terminal-ansiBrightGreen: #23d18b;
|
|
356
|
+
--vscode-terminal-ansiBrightMagenta: #d670d6;
|
|
357
|
+
--vscode-terminal-ansiBrightRed: #f14c4c;
|
|
358
|
+
--vscode-terminal-ansiBrightWhite: #e5e5e5;
|
|
359
|
+
--vscode-terminal-ansiBrightYellow: #f5f543;
|
|
360
|
+
--vscode-terminal-ansiCyan: #11a8cd;
|
|
361
|
+
--vscode-terminal-ansiGreen: #0dbc79;
|
|
362
|
+
--vscode-terminal-ansiMagenta: #bc3fbc;
|
|
363
|
+
--vscode-terminal-ansiRed: #cd3131;
|
|
364
|
+
--vscode-terminal-ansiWhite: #e5e5e5;
|
|
365
|
+
--vscode-terminal-ansiYellow: #e5e510;
|
|
366
|
+
--vscode-terminal-border: rgba(128, 128, 128, 0.35);
|
|
367
|
+
--vscode-terminal-foreground: #cccccc;
|
|
368
|
+
--vscode-terminal-selectionBackground: rgba(255, 255, 255, 0.25);
|
|
369
|
+
--vscode-textBlockQuote-background: rgba(127, 127, 127, 0.1);
|
|
370
|
+
--vscode-textBlockQuote-border: rgba(0, 122, 204, 0.5);
|
|
371
|
+
--vscode-textCodeBlock-background: rgba(10, 10, 10, 0.4);
|
|
372
|
+
--vscode-textLink-activeForeground: #3794ff;
|
|
373
|
+
--vscode-textLink-foreground: #3794ff;
|
|
374
|
+
--vscode-textPreformat-foreground: #d7ba7d;
|
|
375
|
+
--vscode-textSeparator-foreground: rgba(255, 255, 255, 0.18);
|
|
376
|
+
--vscode-titleBar-activeBackground: #3c3c3c;
|
|
377
|
+
--vscode-titleBar-activeForeground: #cccccc;
|
|
378
|
+
--vscode-titleBar-inactiveBackground: rgba(60, 60, 60, 0.6);
|
|
379
|
+
--vscode-titleBar-inactiveForeground: rgba(204, 204, 204, 0.6);
|
|
380
|
+
--vscode-tree-indentGuidesStroke: #585858;
|
|
381
|
+
--vscode-widget-shadow: #000000;
|
|
382
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(t));var a=`.theme-light {
|
|
383
|
+
--vscode-separator-border: #0003;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
.theme-light {
|
|
387
|
+
--vscode-activityBar-activeBorder: #ffffff;
|
|
388
|
+
--vscode-activityBar-background: #2c2c2c;
|
|
389
|
+
--vscode-activityBar-dropBorder: #ffffff;
|
|
390
|
+
--vscode-activityBar-foreground: #ffffff;
|
|
391
|
+
--vscode-activityBar-inactiveForeground: rgba(255, 255, 255, 0.4);
|
|
392
|
+
--vscode-activityBarBadge-background: #007acc;
|
|
393
|
+
--vscode-activityBarBadge-foreground: #ffffff;
|
|
394
|
+
--vscode-badge-background: #c4c4c4;
|
|
395
|
+
--vscode-badge-foreground: #333333;
|
|
396
|
+
--vscode-breadcrumb-activeSelectionForeground: #4e4e4e;
|
|
397
|
+
--vscode-breadcrumb-background: #ffffff;
|
|
398
|
+
--vscode-breadcrumb-focusForeground: #4e4e4e;
|
|
399
|
+
--vscode-breadcrumb-foreground: rgba(97, 97, 97, 0.8);
|
|
400
|
+
--vscode-breadcrumbPicker-background: #f3f3f3;
|
|
401
|
+
--vscode-button-background: #007acc;
|
|
402
|
+
--vscode-button-foreground: #ffffff;
|
|
403
|
+
--vscode-button-hoverBackground: #0062a3;
|
|
404
|
+
--vscode-checkbox-background: #ffffff;
|
|
405
|
+
--vscode-checkbox-border: #cecece;
|
|
406
|
+
--vscode-debugConsole-errorForeground: #a1260d;
|
|
407
|
+
--vscode-debugConsole-infoForeground: #75beff;
|
|
408
|
+
--vscode-debugConsole-sourceForeground: #616161;
|
|
409
|
+
--vscode-debugConsole-warningForeground: #e9a700;
|
|
410
|
+
--vscode-debugConsoleInputIcon-foreground: #616161;
|
|
411
|
+
--vscode-debugExceptionWidget-background: #f1dfde;
|
|
412
|
+
--vscode-debugExceptionWidget-border: #a31515;
|
|
413
|
+
--vscode-debugIcon-breakpointCurrentStackframeForeground: #ffcc00;
|
|
414
|
+
--vscode-debugIcon-breakpointDisabledForeground: #848484;
|
|
415
|
+
--vscode-debugIcon-breakpointForeground: #e51400;
|
|
416
|
+
--vscode-debugIcon-breakpointStackframeForeground: #89d185;
|
|
417
|
+
--vscode-debugIcon-breakpointUnverifiedForeground: #848484;
|
|
418
|
+
--vscode-debugIcon-continueForeground: #007acc;
|
|
419
|
+
--vscode-debugIcon-disconnectForeground: #a1260d;
|
|
420
|
+
--vscode-debugIcon-pauseForeground: #007acc;
|
|
421
|
+
--vscode-debugIcon-restartForeground: #388a34;
|
|
422
|
+
--vscode-debugIcon-startForeground: #388a34;
|
|
423
|
+
--vscode-debugIcon-stepBackForeground: #007acc;
|
|
424
|
+
--vscode-debugIcon-stepIntoForeground: #007acc;
|
|
425
|
+
--vscode-debugIcon-stepOutForeground: #007acc;
|
|
426
|
+
--vscode-debugIcon-stepOverForeground: #007acc;
|
|
427
|
+
--vscode-debugIcon-stopForeground: #a1260d;
|
|
428
|
+
--vscode-debugTokenExpression-boolean: #0000ff;
|
|
429
|
+
--vscode-debugTokenExpression-error: #e51400;
|
|
430
|
+
--vscode-debugTokenExpression-name: #9b46b0;
|
|
431
|
+
--vscode-debugTokenExpression-number: #098658;
|
|
432
|
+
--vscode-debugTokenExpression-string: #a31515;
|
|
433
|
+
--vscode-debugTokenExpression-value: rgba(108, 108, 108, 0.8);
|
|
434
|
+
--vscode-debugToolBar-background: #f3f3f3;
|
|
435
|
+
--vscode-debugView-exceptionLabelBackground: #a31515;
|
|
436
|
+
--vscode-debugView-exceptionLabelForeground: #ffffff;
|
|
437
|
+
--vscode-debugView-stateLabelBackground: rgba(136, 136, 136, 0.27);
|
|
438
|
+
--vscode-debugView-stateLabelForeground: #616161;
|
|
439
|
+
--vscode-debugView-valueChangedHighlight: #569cd6;
|
|
440
|
+
--vscode-descriptionForeground: #717171;
|
|
441
|
+
--vscode-diffEditor-diagonalFill: rgba(34, 34, 34, 0.2);
|
|
442
|
+
--vscode-diffEditor-insertedTextBackground: rgba(155, 185, 85, 0.2);
|
|
443
|
+
--vscode-diffEditor-removedTextBackground: rgba(255, 0, 0, 0.2);
|
|
444
|
+
--vscode-dropdown-background: #ffffff;
|
|
445
|
+
--vscode-dropdown-border: #cecece;
|
|
446
|
+
--vscode-editor-background: #ffffff;
|
|
447
|
+
--vscode-editor-findMatchBackground: #a8ac94;
|
|
448
|
+
--vscode-editor-findMatchHighlightBackground: rgba(234, 92, 0, 0.33);
|
|
449
|
+
--vscode-editor-findRangeHighlightBackground: rgba(180, 180, 180, 0.3);
|
|
450
|
+
--vscode-editor-focusedStackFrameHighlightBackground: rgba(206, 231, 206, 0.45);
|
|
451
|
+
--vscode-editor-foldBackground: rgba(173, 214, 255, 0.3);
|
|
452
|
+
--vscode-editor-font-family: Consolas, Courier New, monospace;
|
|
453
|
+
--vscode-editor-font-size: 14px;
|
|
454
|
+
--vscode-editor-font-weight: normal;
|
|
455
|
+
--vscode-editor-foreground: #000000;
|
|
456
|
+
--vscode-editor-hoverHighlightBackground: rgba(173, 214, 255, 0.15);
|
|
457
|
+
--vscode-editor-inactiveSelectionBackground: #e5ebf1;
|
|
458
|
+
--vscode-editor-lineHighlightBorder: #eeeeee;
|
|
459
|
+
--vscode-editor-rangeHighlightBackground: rgba(253, 255, 0, 0.2);
|
|
460
|
+
--vscode-editor-selectionBackground: #add6ff;
|
|
461
|
+
--vscode-editor-selectionHighlightBackground: rgba(173, 214, 255, 0.5);
|
|
462
|
+
--vscode-editor-snippetFinalTabstopHighlightBorder: rgba(10, 50, 100, 0.5);
|
|
463
|
+
--vscode-editor-snippetTabstopHighlightBackground: rgba(10, 50, 100, 0.2);
|
|
464
|
+
--vscode-editor-stackFrameHighlightBackground: rgba(255, 255, 102, 0.45);
|
|
465
|
+
--vscode-editor-symbolHighlightBackground: rgba(234, 92, 0, 0.33);
|
|
466
|
+
--vscode-editor-wordHighlightBackground: rgba(87, 87, 87, 0.25);
|
|
467
|
+
--vscode-editor-wordHighlightStrongBackground: rgba(14, 99, 156, 0.25);
|
|
468
|
+
--vscode-editorActiveLineNumber-foreground: #0b216f;
|
|
469
|
+
--vscode-editorBracketMatch-background: rgba(0, 100, 0, 0.1);
|
|
470
|
+
--vscode-editorBracketMatch-border: #b9b9b9;
|
|
471
|
+
--vscode-editorCodeLens-foreground: #999999;
|
|
472
|
+
--vscode-editorCursor-foreground: #000000;
|
|
473
|
+
--vscode-editorError-foreground: #e51400;
|
|
474
|
+
--vscode-editorGroup-border: #e7e7e7;
|
|
475
|
+
--vscode-editorGroup-dropBackground: rgba(38, 119, 203, 0.18);
|
|
476
|
+
--vscode-editorGroupHeader-noTabsBackground: #ffffff;
|
|
477
|
+
--vscode-editorGroupHeader-tabsBackground: #f3f3f3;
|
|
478
|
+
--vscode-editorGutter-addedBackground: #81b88b;
|
|
479
|
+
--vscode-editorGutter-background: #ffffff;
|
|
480
|
+
--vscode-editorGutter-commentRangeForeground: #c5c5c5;
|
|
481
|
+
--vscode-editorGutter-deletedBackground: #ca4b51;
|
|
482
|
+
--vscode-editorGutter-foldingControlForeground: #424242;
|
|
483
|
+
--vscode-editorGutter-modifiedBackground: #66afe0;
|
|
484
|
+
--vscode-editorHint-foreground: #6c6c6c;
|
|
485
|
+
--vscode-editorHoverWidget-background: #f3f3f3;
|
|
486
|
+
--vscode-editorHoverWidget-border: #c8c8c8;
|
|
487
|
+
--vscode-editorHoverWidget-foreground: #616161;
|
|
488
|
+
--vscode-editorHoverWidget-statusBarBackground: #e7e7e7;
|
|
489
|
+
--vscode-editorIndentGuide-activeBackground: #939393;
|
|
490
|
+
--vscode-editorIndentGuide-background: #d3d3d3;
|
|
491
|
+
--vscode-editorInfo-foreground: #75beff;
|
|
492
|
+
--vscode-editorLightBulb-foreground: #ddb100;
|
|
493
|
+
--vscode-editorLightBulbAutoFix-foreground: #007acc;
|
|
494
|
+
--vscode-editorLineNumber-activeForeground: #0b216f;
|
|
495
|
+
--vscode-editorLineNumber-foreground: #237893;
|
|
496
|
+
--vscode-editorLink-activeForeground: #0000ff;
|
|
497
|
+
--vscode-editorMarkerNavigation-background: #ffffff;
|
|
498
|
+
--vscode-editorMarkerNavigationError-background: #e51400;
|
|
499
|
+
--vscode-editorMarkerNavigationInfo-background: #75beff;
|
|
500
|
+
--vscode-editorMarkerNavigationWarning-background: #e9a700;
|
|
501
|
+
--vscode-editorOverviewRuler-addedForeground: rgba(129, 184, 139, 0.6);
|
|
502
|
+
--vscode-editorOverviewRuler-border: rgba(127, 127, 127, 0.3);
|
|
503
|
+
--vscode-editorOverviewRuler-bracketMatchForeground: #a0a0a0;
|
|
504
|
+
--vscode-editorOverviewRuler-commonContentForeground: rgba(96, 96, 96, 0.4);
|
|
505
|
+
--vscode-editorOverviewRuler-currentContentForeground: rgba(64, 200, 174, 0.5);
|
|
506
|
+
--vscode-editorOverviewRuler-deletedForeground: rgba(202, 75, 81, 0.6);
|
|
507
|
+
--vscode-editorOverviewRuler-errorForeground: rgba(255, 18, 18, 0.7);
|
|
508
|
+
--vscode-editorOverviewRuler-findMatchForeground: rgba(209, 134, 22, 0.49);
|
|
509
|
+
--vscode-editorOverviewRuler-incomingContentForeground: rgba(64, 166, 255, 0.5);
|
|
510
|
+
--vscode-editorOverviewRuler-infoForeground: #75beff;
|
|
511
|
+
--vscode-editorOverviewRuler-modifiedForeground: rgba(102, 175, 224, 0.6);
|
|
512
|
+
--vscode-editorOverviewRuler-rangeHighlightForeground: rgba(0, 122, 204, 0.6);
|
|
513
|
+
--vscode-editorOverviewRuler-selectionHighlightForeground: rgba(160, 160, 160, 0.8);
|
|
514
|
+
--vscode-editorOverviewRuler-warningForeground: #e9a700;
|
|
515
|
+
--vscode-editorOverviewRuler-wordHighlightForeground: rgba(160, 160, 160, 0.8);
|
|
516
|
+
--vscode-editorOverviewRuler-wordHighlightStrongForeground: rgba(192, 160, 192, 0.8);
|
|
517
|
+
--vscode-editorPane-background: #ffffff;
|
|
518
|
+
--vscode-editorRuler-foreground: #d3d3d3;
|
|
519
|
+
--vscode-editorSuggestWidget-background: #f3f3f3;
|
|
520
|
+
--vscode-editorSuggestWidget-border: #c8c8c8;
|
|
521
|
+
--vscode-editorSuggestWidget-foreground: #000000;
|
|
522
|
+
--vscode-editorSuggestWidget-highlightForeground: #0066bf;
|
|
523
|
+
--vscode-editorSuggestWidget-selectedBackground: #d6ebff;
|
|
524
|
+
--vscode-editorUnnecessaryCode-opacity: rgba(0, 0, 0, 0.47);
|
|
525
|
+
--vscode-editorWarning-foreground: #e9a700;
|
|
526
|
+
--vscode-editorWhitespace-foreground: rgba(51, 51, 51, 0.2);
|
|
527
|
+
--vscode-editorWidget-background: #f3f3f3;
|
|
528
|
+
--vscode-editorWidget-border: #c8c8c8;
|
|
529
|
+
--vscode-editorWidget-foreground: #616161;
|
|
530
|
+
--vscode-errorForeground: #a1260d;
|
|
531
|
+
--vscode-extensionBadge-remoteBackground: #007acc;
|
|
532
|
+
--vscode-extensionBadge-remoteForeground: #ffffff;
|
|
533
|
+
--vscode-extensionButton-prominentBackground: #327e36;
|
|
534
|
+
--vscode-extensionButton-prominentForeground: #ffffff;
|
|
535
|
+
--vscode-extensionButton-prominentHoverBackground: #28632b;
|
|
536
|
+
--vscode-focusBorder: rgba(0, 122, 204, 0.4);
|
|
537
|
+
--vscode-font-family: Segoe WPC, Segoe UI, sans-serif;
|
|
538
|
+
--vscode-font-size: 13px;
|
|
539
|
+
--vscode-font-weight: normal;
|
|
540
|
+
--vscode-foreground: #616161;
|
|
541
|
+
--vscode-gitDecoration-addedResourceForeground: #587c0c;
|
|
542
|
+
--vscode-gitDecoration-conflictingResourceForeground: #6c6cc4;
|
|
543
|
+
--vscode-gitDecoration-deletedResourceForeground: #ad0707;
|
|
544
|
+
--vscode-gitDecoration-ignoredResourceForeground: #8e8e90;
|
|
545
|
+
--vscode-gitDecoration-modifiedResourceForeground: #895503;
|
|
546
|
+
--vscode-gitDecoration-submoduleResourceForeground: #1258a7;
|
|
547
|
+
--vscode-gitDecoration-untrackedResourceForeground: #007100;
|
|
548
|
+
--vscode-icon-foreground: #424242;
|
|
549
|
+
--vscode-imagePreview-border: rgba(128, 128, 128, 0.35);
|
|
550
|
+
--vscode-input-background: #ffffff;
|
|
551
|
+
--vscode-input-foreground: #616161;
|
|
552
|
+
--vscode-input-placeholderForeground: #767676;
|
|
553
|
+
--vscode-inputOption-activeBackground: rgba(0, 122, 204, 0.2);
|
|
554
|
+
--vscode-inputOption-activeBorder: rgba(0, 122, 204, 0);
|
|
555
|
+
--vscode-inputOption-activeForeground: #000000;
|
|
556
|
+
--vscode-inputValidation-errorBackground: #f2dede;
|
|
557
|
+
--vscode-inputValidation-errorBorder: #be1100;
|
|
558
|
+
--vscode-inputValidation-infoBackground: #d6ecf2;
|
|
559
|
+
--vscode-inputValidation-infoBorder: #007acc;
|
|
560
|
+
--vscode-inputValidation-warningBackground: #f6f5d2;
|
|
561
|
+
--vscode-inputValidation-warningBorder: #b89500;
|
|
562
|
+
--vscode-list-activeSelectionBackground: #0074e8;
|
|
563
|
+
--vscode-list-activeSelectionForeground: #ffffff;
|
|
564
|
+
--vscode-list-deemphasizedForeground: #8e8e90;
|
|
565
|
+
--vscode-list-dropBackground: #d6ebff;
|
|
566
|
+
--vscode-list-errorForeground: #b01011;
|
|
567
|
+
--vscode-list-filterMatchBackground: rgba(234, 92, 0, 0.33);
|
|
568
|
+
--vscode-list-focusBackground: #d6ebff;
|
|
569
|
+
--vscode-list-highlightForeground: #0066bf;
|
|
570
|
+
--vscode-list-hoverBackground: #e8e8e8;
|
|
571
|
+
--vscode-list-inactiveSelectionBackground: #e4e6f1;
|
|
572
|
+
--vscode-list-invalidItemForeground: #b89500;
|
|
573
|
+
--vscode-list-warningForeground: #855f00;
|
|
574
|
+
--vscode-listFilterWidget-background: #efc1ad;
|
|
575
|
+
--vscode-listFilterWidget-noMatchesOutline: #be1100;
|
|
576
|
+
--vscode-listFilterWidget-outline: rgba(0, 0, 0, 0);
|
|
577
|
+
--vscode-menu-background: #ffffff;
|
|
578
|
+
--vscode-menu-foreground: #616161;
|
|
579
|
+
--vscode-menu-selectionBackground: #0074e8;
|
|
580
|
+
--vscode-menu-selectionForeground: #ffffff;
|
|
581
|
+
--vscode-menu-separatorBackground: #888888;
|
|
582
|
+
--vscode-menubar-selectionBackground: rgba(0, 0, 0, 0.1);
|
|
583
|
+
--vscode-menubar-selectionForeground: #333333;
|
|
584
|
+
--vscode-merge-commonContentBackground: rgba(96, 96, 96, 0.16);
|
|
585
|
+
--vscode-merge-commonHeaderBackground: rgba(96, 96, 96, 0.4);
|
|
586
|
+
--vscode-merge-currentContentBackground: rgba(64, 200, 174, 0.2);
|
|
587
|
+
--vscode-merge-currentHeaderBackground: rgba(64, 200, 174, 0.5);
|
|
588
|
+
--vscode-merge-incomingContentBackground: rgba(64, 166, 255, 0.2);
|
|
589
|
+
--vscode-merge-incomingHeaderBackground: rgba(64, 166, 255, 0.5);
|
|
590
|
+
--vscode-minimap-errorHighlight: rgba(255, 18, 18, 0.7);
|
|
591
|
+
--vscode-minimap-findMatchHighlight: #d18616;
|
|
592
|
+
--vscode-minimap-selectionHighlight: #add6ff;
|
|
593
|
+
--vscode-minimap-warningHighlight: #e9a700;
|
|
594
|
+
--vscode-minimapGutter-addedBackground: #81b88b;
|
|
595
|
+
--vscode-minimapGutter-deletedBackground: #ca4b51;
|
|
596
|
+
--vscode-minimapGutter-modifiedBackground: #66afe0;
|
|
597
|
+
--vscode-minimapSlider-activeBackground: rgba(0, 0, 0, 0.3);
|
|
598
|
+
--vscode-minimapSlider-background: rgba(100, 100, 100, 0.2);
|
|
599
|
+
--vscode-minimapSlider-hoverBackground: rgba(100, 100, 100, 0.35);
|
|
600
|
+
--vscode-notebook-cellBorderColor: rgba(128, 128, 128, 0.14);
|
|
601
|
+
--vscode-notebook-cellStatusBarItemHoverBackground: rgba(0, 0, 0, 0.08);
|
|
602
|
+
--vscode-notebook-cellToolbarSeperator: rgba(128, 128, 128, 0.35);
|
|
603
|
+
--vscode-notebook-focusedCellIndicator: #66afe0;
|
|
604
|
+
--vscode-notebook-outputContainerBackgroundColor: rgba(128, 128, 128, 0.14);
|
|
605
|
+
--vscode-notebookStatusErrorIcon-foreground: #a1260d;
|
|
606
|
+
--vscode-notebookStatusRunningIcon-foreground: #616161;
|
|
607
|
+
--vscode-notebookStatusSuccessIcon-foreground: #388a34;
|
|
608
|
+
--vscode-notificationCenterHeader-background: #e7e7e7;
|
|
609
|
+
--vscode-notificationLink-foreground: #006ab1;
|
|
610
|
+
--vscode-notifications-background: #f3f3f3;
|
|
611
|
+
--vscode-notifications-border: #e7e7e7;
|
|
612
|
+
--vscode-notifications-foreground: #616161;
|
|
613
|
+
--vscode-notificationsErrorIcon-foreground: #e51400;
|
|
614
|
+
--vscode-notificationsInfoIcon-foreground: #75beff;
|
|
615
|
+
--vscode-notificationsWarningIcon-foreground: #e9a700;
|
|
616
|
+
--vscode-panel-background: #ffffff;
|
|
617
|
+
--vscode-panel-border: rgba(128, 128, 128, 0.35);
|
|
618
|
+
--vscode-panel-dropBorder: #424242;
|
|
619
|
+
--vscode-panelInput-border: #dddddd;
|
|
620
|
+
--vscode-panelSection-border: rgba(128, 128, 128, 0.35);
|
|
621
|
+
--vscode-panelSection-dropBackground: rgba(38, 119, 203, 0.18);
|
|
622
|
+
--vscode-panelSectionHeader-background: rgba(128, 128, 128, 0.2);
|
|
623
|
+
--vscode-panelTitle-activeBorder: #424242;
|
|
624
|
+
--vscode-panelTitle-activeForeground: #424242;
|
|
625
|
+
--vscode-panelTitle-inactiveForeground: rgba(66, 66, 66, 0.75);
|
|
626
|
+
--vscode-peekView-border: #007acc;
|
|
627
|
+
--vscode-peekViewEditor-background: #f2f8fc;
|
|
628
|
+
--vscode-peekViewEditor-matchHighlightBackground: rgba(245, 216, 2, 0.87);
|
|
629
|
+
--vscode-peekViewEditorGutter-background: #f2f8fc;
|
|
630
|
+
--vscode-peekViewResult-background: #f3f3f3;
|
|
631
|
+
--vscode-peekViewResult-fileForeground: #1e1e1e;
|
|
632
|
+
--vscode-peekViewResult-lineForeground: #646465;
|
|
633
|
+
--vscode-peekViewResult-matchHighlightBackground: rgba(234, 92, 0, 0.3);
|
|
634
|
+
--vscode-peekViewResult-selectionBackground: rgba(51, 153, 255, 0.2);
|
|
635
|
+
--vscode-peekViewResult-selectionForeground: #6c6c6c;
|
|
636
|
+
--vscode-peekViewTitle-background: #ffffff;
|
|
637
|
+
--vscode-peekViewTitleDescription-foreground: rgba(97, 97, 97, 0.9);
|
|
638
|
+
--vscode-peekViewTitleLabel-foreground: #333333;
|
|
639
|
+
--vscode-pickerGroup-border: #cccedb;
|
|
640
|
+
--vscode-pickerGroup-foreground: #0066bf;
|
|
641
|
+
--vscode-problemsErrorIcon-foreground: #e51400;
|
|
642
|
+
--vscode-problemsInfoIcon-foreground: #75beff;
|
|
643
|
+
--vscode-problemsWarningIcon-foreground: #e9a700;
|
|
644
|
+
--vscode-progressBar-background: #0e70c0;
|
|
645
|
+
--vscode-quickInput-background: #f3f3f3;
|
|
646
|
+
--vscode-quickInput-foreground: #616161;
|
|
647
|
+
--vscode-quickInputTitle-background: rgba(0, 0, 0, 0.06);
|
|
648
|
+
--vscode-scrollbar-shadow: #dddddd;
|
|
649
|
+
--vscode-scrollbarSlider-activeBackground: rgba(0, 0, 0, 0.6);
|
|
650
|
+
--vscode-scrollbarSlider-background: rgba(100, 100, 100, 0.4);
|
|
651
|
+
--vscode-scrollbarSlider-hoverBackground: rgba(100, 100, 100, 0.7);
|
|
652
|
+
--vscode-searchEditor-findMatchBackground: rgba(234, 92, 0, 0.22);
|
|
653
|
+
--vscode-searchEditor-textInputBorder: #cecece;
|
|
654
|
+
--vscode-settings-checkboxBackground: #ffffff;
|
|
655
|
+
--vscode-settings-checkboxBorder: #cecece;
|
|
656
|
+
--vscode-settings-dropdownBackground: #ffffff;
|
|
657
|
+
--vscode-settings-dropdownBorder: #cecece;
|
|
658
|
+
--vscode-settings-dropdownListBorder: #c8c8c8;
|
|
659
|
+
--vscode-settings-headerForeground: #444444;
|
|
660
|
+
--vscode-settings-modifiedItemIndicator: #66afe0;
|
|
661
|
+
--vscode-settings-numberInputBackground: #ffffff;
|
|
662
|
+
--vscode-settings-numberInputBorder: #cecece;
|
|
663
|
+
--vscode-settings-numberInputForeground: #616161;
|
|
664
|
+
--vscode-settings-textInputBackground: #ffffff;
|
|
665
|
+
--vscode-settings-textInputBorder: #cecece;
|
|
666
|
+
--vscode-settings-textInputForeground: #616161;
|
|
667
|
+
--vscode-sideBar-background: #f3f3f3;
|
|
668
|
+
--vscode-sideBar-dropBackground: rgba(38, 119, 203, 0.18);
|
|
669
|
+
--vscode-sideBarSectionHeader-background: rgba(0, 0, 0, 0);
|
|
670
|
+
--vscode-sideBarSectionHeader-border: rgba(97, 97, 97, 0.19);
|
|
671
|
+
--vscode-sideBarTitle-foreground: #6f6f6f;
|
|
672
|
+
--vscode-statusBar-background: #007acc;
|
|
673
|
+
--vscode-statusBar-debuggingBackground: #cc6633;
|
|
674
|
+
--vscode-statusBar-debuggingForeground: #ffffff;
|
|
675
|
+
--vscode-statusBar-foreground: #ffffff;
|
|
676
|
+
--vscode-statusBar-noFolderBackground: #68217a;
|
|
677
|
+
--vscode-statusBar-noFolderForeground: #ffffff;
|
|
678
|
+
--vscode-statusBarItem-activeBackground: rgba(255, 255, 255, 0.18);
|
|
679
|
+
--vscode-statusBarItem-hoverBackground: rgba(255, 255, 255, 0.12);
|
|
680
|
+
--vscode-statusBarItem-prominentBackground: rgba(0, 0, 0, 0.5);
|
|
681
|
+
--vscode-statusBarItem-prominentForeground: #ffffff;
|
|
682
|
+
--vscode-statusBarItem-prominentHoverBackground: rgba(0, 0, 0, 0.3);
|
|
683
|
+
--vscode-statusBarItem-remoteBackground: #16825d;
|
|
684
|
+
--vscode-statusBarItem-remoteForeground: #ffffff;
|
|
685
|
+
--vscode-symbolIcon-arrayForeground: #616161;
|
|
686
|
+
--vscode-symbolIcon-booleanForeground: #616161;
|
|
687
|
+
--vscode-symbolIcon-classForeground: #d67e00;
|
|
688
|
+
--vscode-symbolIcon-colorForeground: #616161;
|
|
689
|
+
--vscode-symbolIcon-constantForeground: #616161;
|
|
690
|
+
--vscode-symbolIcon-constructorForeground: #652d90;
|
|
691
|
+
--vscode-symbolIcon-enumeratorForeground: #d67e00;
|
|
692
|
+
--vscode-symbolIcon-enumeratorMemberForeground: #007acc;
|
|
693
|
+
--vscode-symbolIcon-eventForeground: #d67e00;
|
|
694
|
+
--vscode-symbolIcon-fieldForeground: #007acc;
|
|
695
|
+
--vscode-symbolIcon-fileForeground: #616161;
|
|
696
|
+
--vscode-symbolIcon-folderForeground: #616161;
|
|
697
|
+
--vscode-symbolIcon-functionForeground: #652d90;
|
|
698
|
+
--vscode-symbolIcon-interfaceForeground: #007acc;
|
|
699
|
+
--vscode-symbolIcon-keyForeground: #616161;
|
|
700
|
+
--vscode-symbolIcon-keywordForeground: #616161;
|
|
701
|
+
--vscode-symbolIcon-methodForeground: #652d90;
|
|
702
|
+
--vscode-symbolIcon-moduleForeground: #616161;
|
|
703
|
+
--vscode-symbolIcon-namespaceForeground: #616161;
|
|
704
|
+
--vscode-symbolIcon-nullForeground: #616161;
|
|
705
|
+
--vscode-symbolIcon-numberForeground: #616161;
|
|
706
|
+
--vscode-symbolIcon-objectForeground: #616161;
|
|
707
|
+
--vscode-symbolIcon-operatorForeground: #616161;
|
|
708
|
+
--vscode-symbolIcon-packageForeground: #616161;
|
|
709
|
+
--vscode-symbolIcon-propertyForeground: #616161;
|
|
710
|
+
--vscode-symbolIcon-referenceForeground: #616161;
|
|
711
|
+
--vscode-symbolIcon-snippetForeground: #616161;
|
|
712
|
+
--vscode-symbolIcon-stringForeground: #616161;
|
|
713
|
+
--vscode-symbolIcon-structForeground: #616161;
|
|
714
|
+
--vscode-symbolIcon-textForeground: #616161;
|
|
715
|
+
--vscode-symbolIcon-typeParameterForeground: #616161;
|
|
716
|
+
--vscode-symbolIcon-unitForeground: #616161;
|
|
717
|
+
--vscode-symbolIcon-variableForeground: #007acc;
|
|
718
|
+
--vscode-tab-activeBackground: #ffffff;
|
|
719
|
+
--vscode-tab-activeForeground: #333333;
|
|
720
|
+
--vscode-tab-activeModifiedBorder: #33aaee;
|
|
721
|
+
--vscode-tab-border: #f3f3f3;
|
|
722
|
+
--vscode-tab-inactiveBackground: #ececec;
|
|
723
|
+
--vscode-tab-inactiveForeground: rgba(51, 51, 51, 0.7);
|
|
724
|
+
--vscode-tab-inactiveModifiedBorder: rgba(51, 170, 238, 0.5);
|
|
725
|
+
--vscode-tab-unfocusedActiveBackground: #ffffff;
|
|
726
|
+
--vscode-tab-unfocusedActiveForeground: rgba(51, 51, 51, 0.7);
|
|
727
|
+
--vscode-tab-unfocusedActiveModifiedBorder: rgba(51, 170, 238, 0.7);
|
|
728
|
+
--vscode-tab-unfocusedInactiveBackground: #ececec;
|
|
729
|
+
--vscode-tab-unfocusedInactiveForeground: rgba(51, 51, 51, 0.35);
|
|
730
|
+
--vscode-tab-unfocusedInactiveModifiedBorder: rgba(51, 170, 238, 0.25);
|
|
731
|
+
--vscode-terminal-ansiBlack: #000000;
|
|
732
|
+
--vscode-terminal-ansiBlue: #0451a5;
|
|
733
|
+
--vscode-terminal-ansiBrightBlack: #666666;
|
|
734
|
+
--vscode-terminal-ansiBrightBlue: #0451a5;
|
|
735
|
+
--vscode-terminal-ansiBrightCyan: #0598bc;
|
|
736
|
+
--vscode-terminal-ansiBrightGreen: #14ce14;
|
|
737
|
+
--vscode-terminal-ansiBrightMagenta: #bc05bc;
|
|
738
|
+
--vscode-terminal-ansiBrightRed: #cd3131;
|
|
739
|
+
--vscode-terminal-ansiBrightWhite: #a5a5a5;
|
|
740
|
+
--vscode-terminal-ansiBrightYellow: #b5ba00;
|
|
741
|
+
--vscode-terminal-ansiCyan: #0598bc;
|
|
742
|
+
--vscode-terminal-ansiGreen: #00bc00;
|
|
743
|
+
--vscode-terminal-ansiMagenta: #bc05bc;
|
|
744
|
+
--vscode-terminal-ansiRed: #cd3131;
|
|
745
|
+
--vscode-terminal-ansiWhite: #555555;
|
|
746
|
+
--vscode-terminal-ansiYellow: #949800;
|
|
747
|
+
--vscode-terminal-border: rgba(128, 128, 128, 0.35);
|
|
748
|
+
--vscode-terminal-foreground: #333333;
|
|
749
|
+
--vscode-terminal-selectionBackground: rgba(0, 0, 0, 0.25);
|
|
750
|
+
--vscode-textBlockQuote-background: rgba(127, 127, 127, 0.1);
|
|
751
|
+
--vscode-textBlockQuote-border: rgba(0, 122, 204, 0.5);
|
|
752
|
+
--vscode-textCodeBlock-background: rgba(220, 220, 220, 0.4);
|
|
753
|
+
--vscode-textLink-activeForeground: #006ab1;
|
|
754
|
+
--vscode-textLink-foreground: #006ab1;
|
|
755
|
+
--vscode-textPreformat-foreground: #a31515;
|
|
756
|
+
--vscode-textSeparator-foreground: rgba(0, 0, 0, 0.18);
|
|
757
|
+
--vscode-titleBar-activeBackground: #dddddd;
|
|
758
|
+
--vscode-titleBar-activeForeground: #333333;
|
|
759
|
+
--vscode-titleBar-inactiveBackground: rgba(221, 221, 221, 0.6);
|
|
760
|
+
--vscode-titleBar-inactiveForeground: rgba(51, 51, 51, 0.6);
|
|
761
|
+
--vscode-tree-indentGuidesStroke: #a9a9a9;
|
|
762
|
+
--vscode-widget-shadow: #a8a8a8;
|
|
763
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(a));var s=`body {
|
|
764
|
+
--app-separator: #555;
|
|
765
|
+
--app-background: var(--vscode-panel-background);
|
|
766
|
+
--app-foreground: var(--vscode-panel-foreground);
|
|
767
|
+
--app-shadow-background: #0005;
|
|
768
|
+
--app-shadow-foreground: var(--app-foreground);
|
|
769
|
+
--app-button-prim-border: var(--vscode-button-hoverBackground);
|
|
770
|
+
--app-button-prim-background: var(--vscode-button-background);
|
|
771
|
+
--app-button-prim-foreground: var(--vscode-button-foreground);
|
|
772
|
+
--app-button-prim-hoverBackground: var(--vscode-button-hoverBackground);
|
|
773
|
+
--app-button-sec-border: var(--vscode-checkbox-border);
|
|
774
|
+
--app-button-sec-background: var(--vscode-checkbox-background);
|
|
775
|
+
--app-button-sec-foreground: var(--vscode-checkbox-foreground);
|
|
776
|
+
--app-button-sec-hoverBackground: var(--vscode-checkbox-border);
|
|
777
|
+
--app-value-font-size: var(--vscode-editor-font-size);
|
|
778
|
+
--app-value-font-style: var(--vscode-editor-font-weight);
|
|
779
|
+
--app-value-font-family: var(--vscode-editor-font-family);
|
|
780
|
+
--app-value-background: var(--vscode-editor-background);
|
|
781
|
+
--app-value-forecolor: var(--vscode-editor-foreground);
|
|
782
|
+
--app-highlight-background: var(--vscode-editor-selectionHighlightBackground);
|
|
783
|
+
--app-highlight-foreground: var(--vscode-editor-foreground);
|
|
784
|
+
--app-indicator-active: #ad7c00;
|
|
785
|
+
--app-heading-background: var(--vscode-sideBar-background);
|
|
786
|
+
--app-heading-foreground: var(--vscode-editor-foreground);
|
|
787
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(s));import{jsx as f}from"react/jsx-runtime";var g=(c=>(c[c.Dark=0]="Dark",c[c.Light=1]="Light",c))(g||{}),r=class{constructor(e){this.lighting=e}static globalTheme=null;contrastTheme=this;get isLight(){return this.lighting===1}get isDark(){return this.lighting===0}};function w(o){return f(u.Provider,{value:o.theme||r.globalTheme,children:o.children})}var n=new r(1),d=new r(1);n.contrastTheme=d;d.contrastTheme=n;b(v());var u=i.createContext(r.globalTheme);function y(){return r.globalTheme}function v(){let o=localStorage.getItem("application#theme");return o?o===o?d:n:window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches?d:window.matchMedia&&window.matchMedia("(prefers-color-scheme: light)").matches?n:d}function b(o){if(o!==r.globalTheme){let{body:e}=document;o.lighting===0?e.className.includes("dark")||(e.className.includes("light")?e.className=e.className.replace("dark","light"):e.className=e.className+=" theme-dark",document.documentElement.setAttribute("data-theme","dark"),document.documentElement.setAttribute("data-color-mode","dark")):e.className.includes("light")||(e.className.includes("dark")?e.className=e.className.replace("light","dark"):e.className=e.className+=" theme-light",document.documentElement.setAttribute("data-theme","light"),document.documentElement.setAttribute("data-color-mode","light")),r.globalTheme=o}}export{g as a,r as b,w as c,n as d,d as e,u as f,y as g};
|