openmcp-sdk 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/renderer/CascadiaCode.woff2 +0 -0
- package/renderer/animation.css +121 -0
- package/renderer/default-dark.css +772 -0
- package/renderer/default-light.css +777 -0
- package/renderer/favicon.svg +20 -0
- package/renderer/fonts/KaTeX_AMS-Regular.1608a09b.woff +0 -0
- package/renderer/fonts/KaTeX_AMS-Regular.4aafdb68.ttf +0 -0
- package/renderer/fonts/KaTeX_AMS-Regular.a79f1c31.woff2 +0 -0
- package/renderer/fonts/KaTeX_Caligraphic-Bold.cce5b8ec.ttf +0 -0
- package/renderer/fonts/KaTeX_Caligraphic-Regular.07ef19e7.ttf +0 -0
- package/renderer/fonts/KaTeX_Fraktur-Bold.9f256b85.woff +0 -0
- package/renderer/fonts/KaTeX_Fraktur-Bold.b18f59e1.ttf +0 -0
- package/renderer/fonts/KaTeX_Fraktur-Bold.d42a5579.woff2 +0 -0
- package/renderer/fonts/KaTeX_Fraktur-Regular.7c187121.woff +0 -0
- package/renderer/fonts/KaTeX_Fraktur-Regular.d3c882a6.woff2 +0 -0
- package/renderer/fonts/KaTeX_Fraktur-Regular.ed38e79f.ttf +0 -0
- package/renderer/fonts/KaTeX_Main-Bold.b74a1a8b.ttf +0 -0
- package/renderer/fonts/KaTeX_Main-Bold.c3fb5ac2.woff2 +0 -0
- package/renderer/fonts/KaTeX_Main-Bold.d181c465.woff +0 -0
- package/renderer/fonts/KaTeX_Main-BoldItalic.6f2bb1df.woff2 +0 -0
- package/renderer/fonts/KaTeX_Main-BoldItalic.70d8b0a5.ttf +0 -0
- package/renderer/fonts/KaTeX_Main-BoldItalic.e3f82f9d.woff +0 -0
- package/renderer/fonts/KaTeX_Main-Italic.47373d1e.ttf +0 -0
- package/renderer/fonts/KaTeX_Main-Italic.8916142b.woff2 +0 -0
- package/renderer/fonts/KaTeX_Main-Italic.9024d815.woff +0 -0
- package/renderer/fonts/KaTeX_Main-Regular.0462f03b.woff2 +0 -0
- package/renderer/fonts/KaTeX_Main-Regular.7f51fe03.woff +0 -0
- package/renderer/fonts/KaTeX_Main-Regular.b7f8fe9b.ttf +0 -0
- package/renderer/fonts/KaTeX_Math-BoldItalic.572d331f.woff2 +0 -0
- package/renderer/fonts/KaTeX_Math-BoldItalic.a879cf83.ttf +0 -0
- package/renderer/fonts/KaTeX_Math-BoldItalic.f1035d8d.woff +0 -0
- package/renderer/fonts/KaTeX_Math-Italic.5295ba48.woff +0 -0
- package/renderer/fonts/KaTeX_Math-Italic.939bc644.ttf +0 -0
- package/renderer/fonts/KaTeX_Math-Italic.f28c23ac.woff2 +0 -0
- package/renderer/fonts/KaTeX_SansSerif-Bold.8c5b5494.woff2 +0 -0
- package/renderer/fonts/KaTeX_SansSerif-Bold.94e1e8dc.ttf +0 -0
- package/renderer/fonts/KaTeX_SansSerif-Bold.bf59d231.woff +0 -0
- package/renderer/fonts/KaTeX_SansSerif-Italic.3b1e59b3.woff2 +0 -0
- package/renderer/fonts/KaTeX_SansSerif-Italic.7c9bc82b.woff +0 -0
- package/renderer/fonts/KaTeX_SansSerif-Italic.b4c20c84.ttf +0 -0
- package/renderer/fonts/KaTeX_SansSerif-Regular.74048478.woff +0 -0
- package/renderer/fonts/KaTeX_SansSerif-Regular.ba21ed5f.woff2 +0 -0
- package/renderer/fonts/KaTeX_SansSerif-Regular.d4d7ba48.ttf +0 -0
- package/renderer/fonts/KaTeX_Script-Regular.03e9641d.woff2 +0 -0
- package/renderer/fonts/KaTeX_Script-Regular.07505710.woff +0 -0
- package/renderer/fonts/KaTeX_Script-Regular.fe9cbbe1.ttf +0 -0
- package/renderer/fonts/KaTeX_Size1-Regular.fabc004a.ttf +0 -0
- package/renderer/fonts/KaTeX_Size2-Regular.d6b476ec.ttf +0 -0
- package/renderer/fonts/KaTeX_Size4-Regular.fbccdabe.ttf +0 -0
- package/renderer/fonts/KaTeX_Typewriter-Regular.6258592b.woff +0 -0
- package/renderer/fonts/KaTeX_Typewriter-Regular.a8709e36.woff2 +0 -0
- package/renderer/fonts/KaTeX_Typewriter-Regular.d97aaf4a.ttf +0 -0
- package/renderer/iconfont.css +211 -0
- package/renderer/iconfont.woff2 +0 -0
- package/renderer/images/deepseek.com.ico +0 -0
- package/renderer/images/grok.com.png +0 -0
- package/renderer/images/gstatic.com.svg +22 -0
- package/renderer/images/kimichat.cn.png +0 -0
- package/renderer/images/mistral.ai.ico +0 -0
- package/renderer/images/ollama.png +0 -0
- package/renderer/images/openai.com.ico +0 -0
- package/renderer/images/openmcp-qq-qrcode.jpg +0 -0
- package/renderer/images/openmcp.png +0 -0
- package/renderer/images/openmcp.svg +22 -0
- package/renderer/images/perplexity.ai.ico +0 -0
- package/renderer/index.html +1 -0
- package/renderer/js/app.fa042648.js +51 -0
- package/renderer/js/app.fa042648.js.map +1 -0
- package/renderer/mcp.css +224 -0
- package/renderer/vscode.css +149 -0
@@ -0,0 +1,777 @@
|
|
1
|
+
:root {
|
2
|
+
--vscode-foreground: #616161;
|
3
|
+
--vscode-disabledForeground: rgba(97, 97, 97, 0.5);
|
4
|
+
--vscode-errorForeground: #a1260d;
|
5
|
+
--vscode-descriptionForeground: #717171;
|
6
|
+
--vscode-icon-foreground: #424242;
|
7
|
+
--vscode-focusBorder: #0090f1;
|
8
|
+
--vscode-textLink-foreground: #006ab1;
|
9
|
+
--vscode-textLink-activeForeground: #006ab1;
|
10
|
+
--vscode-textSeparator-foreground: rgba(0, 0, 0, 0.18);
|
11
|
+
--vscode-textPreformat-foreground: #a31515;
|
12
|
+
--vscode-textPreformat-background: rgba(0, 0, 0, 0.1);
|
13
|
+
--vscode-textBlockQuote-background: #f2f2f2;
|
14
|
+
--vscode-textBlockQuote-border: rgba(0, 122, 204, 0.5);
|
15
|
+
--vscode-textCodeBlock-background: rgba(220, 220, 220, 0.4);
|
16
|
+
--vscode-sash-hoverBorder: #0090f1;
|
17
|
+
--vscode-badge-background: #c4c4c4;
|
18
|
+
--vscode-badge-foreground: #333333;
|
19
|
+
--vscode-scrollbar-shadow: #dddddd;
|
20
|
+
--vscode-scrollbarSlider-background: rgba(100, 100, 100, 0.4);
|
21
|
+
--vscode-scrollbarSlider-hoverBackground: rgba(100, 100, 100, 0.7);
|
22
|
+
--vscode-scrollbarSlider-activeBackground: rgba(0, 0, 0, 0.6);
|
23
|
+
--vscode-progressBar-background: #0e70c0;
|
24
|
+
--vscode-editor-background: #ffffff;
|
25
|
+
--vscode-editor-foreground: #3d3d3d;
|
26
|
+
--vscode-editorStickyScroll-background: #ffffff;
|
27
|
+
--vscode-editorStickyScrollHover-background: #f0f0f0;
|
28
|
+
--vscode-editorStickyScroll-shadow: #dddddd;
|
29
|
+
--vscode-editorWidget-background: #f3f3f3;
|
30
|
+
--vscode-editorWidget-foreground: #616161;
|
31
|
+
--vscode-editorWidget-border: #c8c8c8;
|
32
|
+
--vscode-editorError-foreground: #e51400;
|
33
|
+
--vscode-editorWarning-foreground: #bf8803;
|
34
|
+
--vscode-editorInfo-foreground: #1a85ff;
|
35
|
+
--vscode-editorHint-foreground: #6c6c6c;
|
36
|
+
--vscode-editorLink-activeForeground: #0000ff;
|
37
|
+
--vscode-editor-selectionBackground: #add6ff;
|
38
|
+
--vscode-editor-inactiveSelectionBackground: #e5ebf1;
|
39
|
+
--vscode-editor-selectionHighlightBackground: rgba(173, 214, 255, 0.5);
|
40
|
+
--vscode-editor-findMatchBackground: #a8ac94;
|
41
|
+
--vscode-editor-findMatchHighlightBackground: rgba(234, 92, 0, 0.33);
|
42
|
+
--vscode-editor-findRangeHighlightBackground: rgba(180, 180, 180, 0.3);
|
43
|
+
--vscode-editor-hoverHighlightBackground: rgba(173, 214, 255, 0.15);
|
44
|
+
--vscode-editorHoverWidget-background: #f3f3f3;
|
45
|
+
--vscode-editorHoverWidget-foreground: #616161;
|
46
|
+
--vscode-editorHoverWidget-border: #c8c8c8;
|
47
|
+
--vscode-editorHoverWidget-statusBarBackground: #e7e7e7;
|
48
|
+
--vscode-editorInlayHint-foreground: #969696;
|
49
|
+
--vscode-editorInlayHint-background: rgba(196, 196, 196, 0.1);
|
50
|
+
--vscode-editorInlayHint-typeForeground: #969696;
|
51
|
+
--vscode-editorInlayHint-typeBackground: rgba(196, 196, 196, 0.1);
|
52
|
+
--vscode-editorInlayHint-parameterForeground: #969696;
|
53
|
+
--vscode-editorInlayHint-parameterBackground: rgba(196, 196, 196, 0.1);
|
54
|
+
--vscode-editorLightBulb-foreground: #ddb100;
|
55
|
+
--vscode-editorLightBulbAutoFix-foreground: #007acc;
|
56
|
+
--vscode-editorLightBulbAi-foreground: #ddb100;
|
57
|
+
--vscode-editor-snippetTabstopHighlightBackground: rgba(10, 50, 100, 0.2);
|
58
|
+
--vscode-editor-snippetFinalTabstopHighlightBorder: rgba(10, 50, 100, 0.5);
|
59
|
+
--vscode-diffEditor-insertedTextBackground: rgba(156, 204, 44, 0.25);
|
60
|
+
--vscode-diffEditor-removedTextBackground: rgba(255, 0, 0, 0.2);
|
61
|
+
--vscode-diffEditor-insertedLineBackground: rgba(155, 185, 85, 0.2);
|
62
|
+
--vscode-diffEditor-removedLineBackground: rgba(255, 0, 0, 0.2);
|
63
|
+
--vscode-diffEditor-diagonalFill: rgba(34, 34, 34, 0.2);
|
64
|
+
--vscode-diffEditor-unchangedRegionBackground: #f8f8f8;
|
65
|
+
--vscode-diffEditor-unchangedRegionForeground: #616161;
|
66
|
+
--vscode-diffEditor-unchangedCodeBackground: rgba(184, 184, 184, 0.16);
|
67
|
+
--vscode-widget-shadow: rgba(0, 0, 0, 0.16);
|
68
|
+
--vscode-widget-border: #d4d4d4;
|
69
|
+
--vscode-toolbar-hoverBackground: rgba(184, 184, 184, 0.31);
|
70
|
+
--vscode-toolbar-activeBackground: rgba(166, 166, 166, 0.31);
|
71
|
+
--vscode-breadcrumb-foreground: rgba(97, 97, 97, 0.8);
|
72
|
+
--vscode-breadcrumb-background: #ffffff;
|
73
|
+
--vscode-breadcrumb-focusForeground: #4e4e4e;
|
74
|
+
--vscode-breadcrumb-activeSelectionForeground: #4e4e4e;
|
75
|
+
--vscode-breadcrumbPicker-background: #f3f3f3;
|
76
|
+
--vscode-merge-currentHeaderBackground: rgba(64, 200, 174, 0.5);
|
77
|
+
--vscode-merge-currentContentBackground: rgba(64, 200, 174, 0.2);
|
78
|
+
--vscode-merge-incomingHeaderBackground: rgba(64, 166, 255, 0.5);
|
79
|
+
--vscode-merge-incomingContentBackground: rgba(64, 166, 255, 0.2);
|
80
|
+
--vscode-merge-commonHeaderBackground: rgba(96, 96, 96, 0.4);
|
81
|
+
--vscode-merge-commonContentBackground: rgba(96, 96, 96, 0.16);
|
82
|
+
--vscode-editorOverviewRuler-currentContentForeground: rgba(64, 200, 174, 0.5);
|
83
|
+
--vscode-editorOverviewRuler-incomingContentForeground: rgba(64, 166, 255, 0.5);
|
84
|
+
--vscode-editorOverviewRuler-commonContentForeground: rgba(96, 96, 96, 0.4);
|
85
|
+
--vscode-editorOverviewRuler-findMatchForeground: rgba(209, 134, 22, 0.49);
|
86
|
+
--vscode-editorOverviewRuler-selectionHighlightForeground: rgba(160, 160, 160, 0.8);
|
87
|
+
--vscode-problemsErrorIcon-foreground: #e51400;
|
88
|
+
--vscode-problemsWarningIcon-foreground: #bf8803;
|
89
|
+
--vscode-problemsInfoIcon-foreground: #1a85ff;
|
90
|
+
--vscode-minimap-findMatchHighlight: #d18616;
|
91
|
+
--vscode-minimap-selectionOccurrenceHighlight: #c9c9c9;
|
92
|
+
--vscode-minimap-selectionHighlight: #add6ff;
|
93
|
+
--vscode-minimap-infoHighlight: #1a85ff;
|
94
|
+
--vscode-minimap-warningHighlight: #bf8803;
|
95
|
+
--vscode-minimap-errorHighlight: rgba(255, 18, 18, 0.7);
|
96
|
+
--vscode-minimap-foregroundOpacity: #000000;
|
97
|
+
--vscode-minimapSlider-background: rgba(100, 100, 100, 0.2);
|
98
|
+
--vscode-minimapSlider-hoverBackground: rgba(100, 100, 100, 0.35);
|
99
|
+
--vscode-minimapSlider-activeBackground: rgba(0, 0, 0, 0.3);
|
100
|
+
--vscode-charts-foreground: #616161;
|
101
|
+
--vscode-charts-lines: rgba(97, 97, 97, 0.5);
|
102
|
+
--vscode-charts-red: #e51400;
|
103
|
+
--vscode-charts-blue: #1a85ff;
|
104
|
+
--vscode-charts-yellow: #bf8803;
|
105
|
+
--vscode-charts-orange: #d18616;
|
106
|
+
--vscode-charts-green: #388a34;
|
107
|
+
--vscode-charts-purple: #652d90;
|
108
|
+
--vscode-input-background: #ffffff;
|
109
|
+
--vscode-input-foreground: #616161;
|
110
|
+
--vscode-inputOption-activeBorder: #007acc;
|
111
|
+
--vscode-inputOption-hoverBackground: rgba(184, 184, 184, 0.31);
|
112
|
+
--vscode-inputOption-activeBackground: rgba(0, 144, 241, 0.2);
|
113
|
+
--vscode-inputOption-activeForeground: #000000;
|
114
|
+
--vscode-input-placeholderForeground: #767676;
|
115
|
+
--vscode-inputValidation-infoBackground: #d6ecf2;
|
116
|
+
--vscode-inputValidation-infoBorder: #007acc;
|
117
|
+
--vscode-inputValidation-warningBackground: #f6f5d2;
|
118
|
+
--vscode-inputValidation-warningBorder: #b89500;
|
119
|
+
--vscode-inputValidation-errorBackground: #f2dede;
|
120
|
+
--vscode-inputValidation-errorBorder: #be1100;
|
121
|
+
--vscode-dropdown-background: #ffffff;
|
122
|
+
--vscode-dropdown-foreground: #616161;
|
123
|
+
--vscode-dropdown-border: #cecece;
|
124
|
+
--vscode-button-foreground: #ffffff;
|
125
|
+
--vscode-button-separator: rgba(255, 255, 255, 0.4);
|
126
|
+
--vscode-button-background: #007acc;
|
127
|
+
--vscode-button-hoverBackground: #0062a3;
|
128
|
+
--vscode-button-secondaryForeground: #ffffff;
|
129
|
+
--vscode-button-secondaryBackground: #5f6a79;
|
130
|
+
--vscode-button-secondaryHoverBackground: #4c5561;
|
131
|
+
--vscode-radio-activeForeground: #000000;
|
132
|
+
--vscode-radio-activeBackground: rgba(0, 144, 241, 0.2);
|
133
|
+
--vscode-radio-activeBorder: #007acc;
|
134
|
+
--vscode-radio-inactiveBorder: rgba(0, 0, 0, 0.2);
|
135
|
+
--vscode-radio-inactiveHoverBackground: rgba(184, 184, 184, 0.31);
|
136
|
+
--vscode-checkbox-background: #ffffff;
|
137
|
+
--vscode-checkbox-selectBackground: #f3f3f3;
|
138
|
+
--vscode-checkbox-foreground: #616161;
|
139
|
+
--vscode-checkbox-border: #919191;
|
140
|
+
--vscode-checkbox-selectBorder: #424242;
|
141
|
+
--vscode-keybindingLabel-background: rgba(221, 221, 221, 0.4);
|
142
|
+
--vscode-keybindingLabel-foreground: #555555;
|
143
|
+
--vscode-keybindingLabel-border: rgba(204, 204, 204, 0.4);
|
144
|
+
--vscode-keybindingLabel-bottomBorder: rgba(187, 187, 187, 0.4);
|
145
|
+
--vscode-list-focusOutline: #0090f1;
|
146
|
+
--vscode-list-focusAndSelectionOutline: #90c2f9;
|
147
|
+
--vscode-list-activeSelectionBackground: #0060c0;
|
148
|
+
--vscode-list-activeSelectionForeground: #ffffff;
|
149
|
+
--vscode-list-activeSelectionIconForeground: #ffffff;
|
150
|
+
--vscode-list-inactiveSelectionBackground: #e4e6f1;
|
151
|
+
--vscode-list-hoverBackground: #e8e8e8;
|
152
|
+
--vscode-list-dropBackground: #d6ebff;
|
153
|
+
--vscode-list-dropBetweenBackground: #424242;
|
154
|
+
--vscode-list-highlightForeground: #0066bf;
|
155
|
+
--vscode-list-focusHighlightForeground: #bbe7ff;
|
156
|
+
--vscode-list-invalidItemForeground: #b89500;
|
157
|
+
--vscode-list-errorForeground: #b01011;
|
158
|
+
--vscode-list-warningForeground: #855f00;
|
159
|
+
--vscode-listFilterWidget-background: #f3f3f3;
|
160
|
+
--vscode-listFilterWidget-outline: rgba(0, 0, 0, 0);
|
161
|
+
--vscode-listFilterWidget-noMatchesOutline: #be1100;
|
162
|
+
--vscode-listFilterWidget-shadow: rgba(0, 0, 0, 0.16);
|
163
|
+
--vscode-list-filterMatchBackground: rgba(234, 92, 0, 0.33);
|
164
|
+
--vscode-list-deemphasizedForeground: #8e8e90;
|
165
|
+
--vscode-tree-indentGuidesStroke: #a9a9a9;
|
166
|
+
--vscode-tree-inactiveIndentGuidesStroke: rgba(169, 169, 169, 0.4);
|
167
|
+
--vscode-tree-tableColumnsBorder: rgba(97, 97, 97, 0.13);
|
168
|
+
--vscode-tree-tableOddRowsBackground: rgba(97, 97, 97, 0.04);
|
169
|
+
--vscode-editorActionList-background: #f3f3f3;
|
170
|
+
--vscode-editorActionList-foreground: #616161;
|
171
|
+
--vscode-editorActionList-focusForeground: #ffffff;
|
172
|
+
--vscode-editorActionList-focusBackground: #0060c0;
|
173
|
+
--vscode-menu-border: #d4d4d4;
|
174
|
+
--vscode-menu-foreground: #616161;
|
175
|
+
--vscode-menu-background: #ffffff;
|
176
|
+
--vscode-menu-selectionForeground: #ffffff;
|
177
|
+
--vscode-menu-selectionBackground: #0060c0;
|
178
|
+
--vscode-menu-separatorBackground: #d4d4d4;
|
179
|
+
--vscode-quickInput-background: #f3f3f3;
|
180
|
+
--vscode-quickInput-foreground: #616161;
|
181
|
+
--vscode-quickInputTitle-background: rgba(0, 0, 0, 0.06);
|
182
|
+
--vscode-pickerGroup-foreground: #0066bf;
|
183
|
+
--vscode-pickerGroup-border: #cccedb;
|
184
|
+
--vscode-quickInputList-focusForeground: #ffffff;
|
185
|
+
--vscode-quickInputList-focusIconForeground: #ffffff;
|
186
|
+
--vscode-quickInputList-focusBackground: #0060c0;
|
187
|
+
--vscode-search-resultsInfoForeground: #616161;
|
188
|
+
--vscode-searchEditor-findMatchBackground: rgba(234, 92, 0, 0.22);
|
189
|
+
--vscode-editor-lineHighlightBorder: #eeeeee;
|
190
|
+
--vscode-editor-rangeHighlightBackground: rgba(253, 255, 0, 0.2);
|
191
|
+
--vscode-editor-symbolHighlightBackground: rgba(234, 92, 0, 0.33);
|
192
|
+
--vscode-editorCursor-foreground: #000000;
|
193
|
+
--vscode-editorMultiCursor-primary-foreground: #000000;
|
194
|
+
--vscode-editorMultiCursor-secondary-foreground: #000000;
|
195
|
+
--vscode-editorWhitespace-foreground: rgba(51, 51, 51, 0.2);
|
196
|
+
--vscode-editorLineNumber-foreground: #237893;
|
197
|
+
--vscode-editorIndentGuide-background: rgba(51, 51, 51, 0.2);
|
198
|
+
--vscode-editorIndentGuide-activeBackground: rgba(51, 51, 51, 0.2);
|
199
|
+
--vscode-editorIndentGuide-background1: #d3d3d3;
|
200
|
+
--vscode-editorIndentGuide-background2: rgba(0, 0, 0, 0);
|
201
|
+
--vscode-editorIndentGuide-background3: rgba(0, 0, 0, 0);
|
202
|
+
--vscode-editorIndentGuide-background4: rgba(0, 0, 0, 0);
|
203
|
+
--vscode-editorIndentGuide-background5: rgba(0, 0, 0, 0);
|
204
|
+
--vscode-editorIndentGuide-background6: rgba(0, 0, 0, 0);
|
205
|
+
--vscode-editorIndentGuide-activeBackground1: #939393;
|
206
|
+
--vscode-editorIndentGuide-activeBackground2: rgba(0, 0, 0, 0);
|
207
|
+
--vscode-editorIndentGuide-activeBackground3: rgba(0, 0, 0, 0);
|
208
|
+
--vscode-editorIndentGuide-activeBackground4: rgba(0, 0, 0, 0);
|
209
|
+
--vscode-editorIndentGuide-activeBackground5: rgba(0, 0, 0, 0);
|
210
|
+
--vscode-editorIndentGuide-activeBackground6: rgba(0, 0, 0, 0);
|
211
|
+
--vscode-editorActiveLineNumber-foreground: #0b216f;
|
212
|
+
--vscode-editorLineNumber-activeForeground: #0b216f;
|
213
|
+
--vscode-editorRuler-foreground: #d3d3d3;
|
214
|
+
--vscode-editorCodeLens-foreground: #919191;
|
215
|
+
--vscode-editorBracketMatch-background: rgba(0, 100, 0, 0.1);
|
216
|
+
--vscode-editorBracketMatch-border: #b9b9b9;
|
217
|
+
--vscode-editorOverviewRuler-border: rgba(127, 127, 127, 0.3);
|
218
|
+
--vscode-editorGutter-background: #ffffff;
|
219
|
+
--vscode-editorUnnecessaryCode-opacity: rgba(0, 0, 0, 0.47);
|
220
|
+
--vscode-editorGhostText-foreground: rgba(0, 0, 0, 0.47);
|
221
|
+
--vscode-editorOverviewRuler-rangeHighlightForeground: rgba(0, 122, 204, 0.6);
|
222
|
+
--vscode-editorOverviewRuler-errorForeground: rgba(255, 18, 18, 0.7);
|
223
|
+
--vscode-editorOverviewRuler-warningForeground: #bf8803;
|
224
|
+
--vscode-editorOverviewRuler-infoForeground: #1a85ff;
|
225
|
+
--vscode-editorBracketHighlight-foreground1: #0431fa;
|
226
|
+
--vscode-editorBracketHighlight-foreground2: #319331;
|
227
|
+
--vscode-editorBracketHighlight-foreground3: #7b3814;
|
228
|
+
--vscode-editorBracketHighlight-foreground4: rgba(0, 0, 0, 0);
|
229
|
+
--vscode-editorBracketHighlight-foreground5: rgba(0, 0, 0, 0);
|
230
|
+
--vscode-editorBracketHighlight-foreground6: rgba(0, 0, 0, 0);
|
231
|
+
--vscode-editorBracketHighlight-unexpectedBracket-foreground: rgba(255, 18, 18, 0.8);
|
232
|
+
--vscode-editorBracketPairGuide-background1: rgba(0, 0, 0, 0);
|
233
|
+
--vscode-editorBracketPairGuide-background2: rgba(0, 0, 0, 0);
|
234
|
+
--vscode-editorBracketPairGuide-background3: rgba(0, 0, 0, 0);
|
235
|
+
--vscode-editorBracketPairGuide-background4: rgba(0, 0, 0, 0);
|
236
|
+
--vscode-editorBracketPairGuide-background5: rgba(0, 0, 0, 0);
|
237
|
+
--vscode-editorBracketPairGuide-background6: rgba(0, 0, 0, 0);
|
238
|
+
--vscode-editorBracketPairGuide-activeBackground1: rgba(0, 0, 0, 0);
|
239
|
+
--vscode-editorBracketPairGuide-activeBackground2: rgba(0, 0, 0, 0);
|
240
|
+
--vscode-editorBracketPairGuide-activeBackground3: rgba(0, 0, 0, 0);
|
241
|
+
--vscode-editorBracketPairGuide-activeBackground4: rgba(0, 0, 0, 0);
|
242
|
+
--vscode-editorBracketPairGuide-activeBackground5: rgba(0, 0, 0, 0);
|
243
|
+
--vscode-editorBracketPairGuide-activeBackground6: rgba(0, 0, 0, 0);
|
244
|
+
--vscode-editorUnicodeHighlight-border: #bf8803;
|
245
|
+
--vscode-diffEditor-move-border: rgba(139, 139, 139, 0.61);
|
246
|
+
--vscode-diffEditor-moveActive-border: #ffa500;
|
247
|
+
--vscode-diffEditor-unchangedRegionShadow: rgba(115, 115, 115, 0.75);
|
248
|
+
--vscode-editorOverviewRuler-bracketMatchForeground: #a0a0a0;
|
249
|
+
--vscode-symbolIcon-arrayForeground: #616161;
|
250
|
+
--vscode-symbolIcon-booleanForeground: #616161;
|
251
|
+
--vscode-symbolIcon-classForeground: #d67e00;
|
252
|
+
--vscode-symbolIcon-colorForeground: #616161;
|
253
|
+
--vscode-symbolIcon-constantForeground: #616161;
|
254
|
+
--vscode-symbolIcon-constructorForeground: #652d90;
|
255
|
+
--vscode-symbolIcon-enumeratorForeground: #d67e00;
|
256
|
+
--vscode-symbolIcon-enumeratorMemberForeground: #007acc;
|
257
|
+
--vscode-symbolIcon-eventForeground: #d67e00;
|
258
|
+
--vscode-symbolIcon-fieldForeground: #007acc;
|
259
|
+
--vscode-symbolIcon-fileForeground: #616161;
|
260
|
+
--vscode-symbolIcon-folderForeground: #616161;
|
261
|
+
--vscode-symbolIcon-functionForeground: #652d90;
|
262
|
+
--vscode-symbolIcon-interfaceForeground: #007acc;
|
263
|
+
--vscode-symbolIcon-keyForeground: #616161;
|
264
|
+
--vscode-symbolIcon-keywordForeground: #616161;
|
265
|
+
--vscode-symbolIcon-methodForeground: #652d90;
|
266
|
+
--vscode-symbolIcon-moduleForeground: #616161;
|
267
|
+
--vscode-symbolIcon-namespaceForeground: #616161;
|
268
|
+
--vscode-symbolIcon-nullForeground: #616161;
|
269
|
+
--vscode-symbolIcon-numberForeground: #616161;
|
270
|
+
--vscode-symbolIcon-objectForeground: #616161;
|
271
|
+
--vscode-symbolIcon-operatorForeground: #616161;
|
272
|
+
--vscode-symbolIcon-packageForeground: #616161;
|
273
|
+
--vscode-symbolIcon-propertyForeground: #616161;
|
274
|
+
--vscode-symbolIcon-referenceForeground: #616161;
|
275
|
+
--vscode-symbolIcon-snippetForeground: #616161;
|
276
|
+
--vscode-symbolIcon-stringForeground: #616161;
|
277
|
+
--vscode-symbolIcon-structForeground: #616161;
|
278
|
+
--vscode-symbolIcon-textForeground: #616161;
|
279
|
+
--vscode-symbolIcon-typeParameterForeground: #616161;
|
280
|
+
--vscode-symbolIcon-unitForeground: #616161;
|
281
|
+
--vscode-symbolIcon-variableForeground: #007acc;
|
282
|
+
--vscode-actionBar-toggledBackground: #dddddd;
|
283
|
+
--vscode-peekViewTitle-background: #f3f3f3;
|
284
|
+
--vscode-peekViewTitleLabel-foreground: #000000;
|
285
|
+
--vscode-peekViewTitleDescription-foreground: #616161;
|
286
|
+
--vscode-peekView-border: #1a85ff;
|
287
|
+
--vscode-peekViewResult-background: #f3f3f3;
|
288
|
+
--vscode-peekViewResult-lineForeground: #646465;
|
289
|
+
--vscode-peekViewResult-fileForeground: #1e1e1e;
|
290
|
+
--vscode-peekViewResult-selectionBackground: rgba(51, 153, 255, 0.2);
|
291
|
+
--vscode-peekViewResult-selectionForeground: #6c6c6c;
|
292
|
+
--vscode-peekViewEditor-background: #f2f8fc;
|
293
|
+
--vscode-peekViewEditorGutter-background: #f2f8fc;
|
294
|
+
--vscode-peekViewEditorStickyScroll-background: #f2f8fc;
|
295
|
+
--vscode-peekViewResult-matchHighlightBackground: rgba(234, 92, 0, 0.3);
|
296
|
+
--vscode-peekViewEditor-matchHighlightBackground: rgba(245, 216, 2, 0.87);
|
297
|
+
--vscode-editor-foldBackground: rgba(173, 214, 255, 0.3);
|
298
|
+
--vscode-editor-foldPlaceholderForeground: #808080;
|
299
|
+
--vscode-editorGutter-foldingControlForeground: #424242;
|
300
|
+
--vscode-editorSuggestWidget-background: #f3f3f3;
|
301
|
+
--vscode-editorSuggestWidget-border: #c8c8c8;
|
302
|
+
--vscode-editorSuggestWidget-foreground: #000000;
|
303
|
+
--vscode-editorSuggestWidget-selectedForeground: #ffffff;
|
304
|
+
--vscode-editorSuggestWidget-selectedIconForeground: #ffffff;
|
305
|
+
--vscode-editorSuggestWidget-selectedBackground: #0060c0;
|
306
|
+
--vscode-editorSuggestWidget-highlightForeground: #0066bf;
|
307
|
+
--vscode-editorSuggestWidget-focusHighlightForeground: #bbe7ff;
|
308
|
+
--vscode-editorSuggestWidgetStatus-foreground: rgba(0, 0, 0, 0.5);
|
309
|
+
--vscode-editorMarkerNavigationError-background: #e51400;
|
310
|
+
--vscode-editorMarkerNavigationError-headerBackground: rgba(229, 20, 0, 0.1);
|
311
|
+
--vscode-editorMarkerNavigationWarning-background: #bf8803;
|
312
|
+
--vscode-editorMarkerNavigationWarning-headerBackground: rgba(191, 136, 3, 0.1);
|
313
|
+
--vscode-editorMarkerNavigationInfo-background: #1a85ff;
|
314
|
+
--vscode-editorMarkerNavigationInfo-headerBackground: rgba(26, 133, 255, 0.1);
|
315
|
+
--vscode-editorMarkerNavigation-background: #ffffff;
|
316
|
+
--vscode-editor-linkedEditingBackground: rgba(255, 0, 0, 0.3);
|
317
|
+
--vscode-editor-wordHighlightBackground: rgba(87, 87, 87, 0.25);
|
318
|
+
--vscode-editor-wordHighlightStrongBackground: rgba(14, 99, 156, 0.25);
|
319
|
+
--vscode-editor-wordHighlightTextBackground: rgba(87, 87, 87, 0.25);
|
320
|
+
--vscode-editorOverviewRuler-wordHighlightForeground: rgba(160, 160, 160, 0.8);
|
321
|
+
--vscode-editorOverviewRuler-wordHighlightStrongForeground: rgba(192, 160, 192, 0.8);
|
322
|
+
--vscode-editorOverviewRuler-wordHighlightTextForeground: rgba(160, 160, 160, 0.8);
|
323
|
+
--vscode-editorHoverWidget-highlightForeground: #0066bf;
|
324
|
+
--vscode-editor-placeholder-foreground: rgba(0, 0, 0, 0.47);
|
325
|
+
--vscode-tab-activeBackground: #ffffff;
|
326
|
+
--vscode-tab-unfocusedActiveBackground: #ffffff;
|
327
|
+
--vscode-tab-inactiveBackground: #ececec;
|
328
|
+
--vscode-tab-unfocusedInactiveBackground: #ececec;
|
329
|
+
--vscode-tab-activeForeground: #333333;
|
330
|
+
--vscode-tab-inactiveForeground: rgba(51, 51, 51, 0.7);
|
331
|
+
--vscode-tab-unfocusedActiveForeground: rgba(51, 51, 51, 0.7);
|
332
|
+
--vscode-tab-unfocusedInactiveForeground: rgba(51, 51, 51, 0.35);
|
333
|
+
--vscode-tab-border: #f3f3f3;
|
334
|
+
--vscode-tab-lastPinnedBorder: rgba(97, 97, 97, 0.19);
|
335
|
+
--vscode-tab-selectedBackground: rgba(255, 255, 255, 0.65);
|
336
|
+
--vscode-tab-selectedForeground: rgba(51, 51, 51, 0.7);
|
337
|
+
--vscode-tab-dragAndDropBorder: #333333;
|
338
|
+
--vscode-tab-activeModifiedBorder: #33aaee;
|
339
|
+
--vscode-tab-inactiveModifiedBorder: rgba(51, 170, 238, 0.5);
|
340
|
+
--vscode-tab-unfocusedActiveModifiedBorder: rgba(51, 170, 238, 0.7);
|
341
|
+
--vscode-tab-unfocusedInactiveModifiedBorder: rgba(51, 170, 238, 0.25);
|
342
|
+
--vscode-editorPane-background: #ffffff;
|
343
|
+
--vscode-editorGroupHeader-tabsBackground: #f3f3f3;
|
344
|
+
--vscode-editorGroupHeader-noTabsBackground: #ffffff;
|
345
|
+
--vscode-editorGroup-border: #e7e7e7;
|
346
|
+
--vscode-editorGroup-dropBackground: rgba(38, 119, 203, 0.18);
|
347
|
+
--vscode-editorGroup-dropIntoPromptForeground: #616161;
|
348
|
+
--vscode-editorGroup-dropIntoPromptBackground: #f3f3f3;
|
349
|
+
--vscode-sideBySideEditor-horizontalBorder: #e7e7e7;
|
350
|
+
--vscode-sideBySideEditor-verticalBorder: #e7e7e7;
|
351
|
+
--vscode-panel-background: #ffffff;
|
352
|
+
--vscode-panel-border: rgba(128, 128, 128, 0.35);
|
353
|
+
--vscode-panelTitle-activeForeground: #424242;
|
354
|
+
--vscode-panelTitle-inactiveForeground: rgba(66, 66, 66, 0.75);
|
355
|
+
--vscode-panelTitle-activeBorder: #424242;
|
356
|
+
--vscode-panelInput-border: #dddddd;
|
357
|
+
--vscode-panel-dropBorder: #424242;
|
358
|
+
--vscode-panelSection-dropBackground: rgba(38, 119, 203, 0.18);
|
359
|
+
--vscode-panelSectionHeader-background: rgba(128, 128, 128, 0.2);
|
360
|
+
--vscode-panelSection-border: rgba(128, 128, 128, 0.35);
|
361
|
+
--vscode-panelStickyScroll-background: #ffffff;
|
362
|
+
--vscode-panelStickyScroll-shadow: #dddddd;
|
363
|
+
--vscode-banner-background: #004386;
|
364
|
+
--vscode-banner-foreground: #ffffff;
|
365
|
+
--vscode-banner-iconForeground: #1a85ff;
|
366
|
+
--vscode-statusBar-foreground: #ffffff;
|
367
|
+
--vscode-statusBar-noFolderForeground: #ffffff;
|
368
|
+
--vscode-statusBar-background: #007acc;
|
369
|
+
--vscode-statusBar-noFolderBackground: #68217a;
|
370
|
+
--vscode-statusBar-focusBorder: #ffffff;
|
371
|
+
--vscode-statusBarItem-activeBackground: rgba(255, 255, 255, 0.18);
|
372
|
+
--vscode-statusBarItem-focusBorder: #ffffff;
|
373
|
+
--vscode-statusBarItem-hoverBackground: rgba(255, 255, 255, 0.12);
|
374
|
+
--vscode-statusBarItem-hoverForeground: #ffffff;
|
375
|
+
--vscode-statusBarItem-compactHoverBackground: rgba(255, 255, 255, 0.2);
|
376
|
+
--vscode-statusBarItem-prominentForeground: #ffffff;
|
377
|
+
--vscode-statusBarItem-prominentBackground: rgba(0, 0, 0, 0.5);
|
378
|
+
--vscode-statusBarItem-prominentHoverForeground: #ffffff;
|
379
|
+
--vscode-statusBarItem-prominentHoverBackground: rgba(0, 0, 0, 0.3);
|
380
|
+
--vscode-statusBarItem-errorBackground: #c72e0f;
|
381
|
+
--vscode-statusBarItem-errorForeground: #ffffff;
|
382
|
+
--vscode-statusBarItem-errorHoverForeground: #ffffff;
|
383
|
+
--vscode-statusBarItem-errorHoverBackground: rgba(255, 255, 255, 0.12);
|
384
|
+
--vscode-statusBarItem-warningBackground: #725102;
|
385
|
+
--vscode-statusBarItem-warningForeground: #ffffff;
|
386
|
+
--vscode-statusBarItem-warningHoverForeground: #ffffff;
|
387
|
+
--vscode-statusBarItem-warningHoverBackground: rgba(255, 255, 255, 0.12);
|
388
|
+
--vscode-activityBar-background: #2c2c2c;
|
389
|
+
--vscode-activityBar-foreground: #ffffff;
|
390
|
+
--vscode-activityBar-inactiveForeground: rgba(255, 255, 255, 0.4);
|
391
|
+
--vscode-activityBar-activeBorder: #ffffff;
|
392
|
+
--vscode-activityBar-dropBorder: #ffffff;
|
393
|
+
--vscode-activityBarBadge-background: #007acc;
|
394
|
+
--vscode-activityBarBadge-foreground: #ffffff;
|
395
|
+
--vscode-activityBarTop-foreground: #424242;
|
396
|
+
--vscode-activityBarTop-activeBorder: #424242;
|
397
|
+
--vscode-activityBarTop-inactiveForeground: rgba(66, 66, 66, 0.75);
|
398
|
+
--vscode-activityBarTop-dropBorder: #424242;
|
399
|
+
--vscode-profileBadge-background: #c4c4c4;
|
400
|
+
--vscode-profileBadge-foreground: #333333;
|
401
|
+
--vscode-statusBarItem-remoteBackground: #16825d;
|
402
|
+
--vscode-statusBarItem-remoteForeground: #ffffff;
|
403
|
+
--vscode-statusBarItem-remoteHoverForeground: #ffffff;
|
404
|
+
--vscode-statusBarItem-remoteHoverBackground: rgba(255, 255, 255, 0.12);
|
405
|
+
--vscode-statusBarItem-offlineBackground: #6c1717;
|
406
|
+
--vscode-statusBarItem-offlineForeground: #ffffff;
|
407
|
+
--vscode-statusBarItem-offlineHoverForeground: #ffffff;
|
408
|
+
--vscode-statusBarItem-offlineHoverBackground: rgba(255, 255, 255, 0.12);
|
409
|
+
--vscode-extensionBadge-remoteBackground: #007acc;
|
410
|
+
--vscode-extensionBadge-remoteForeground: #ffffff;
|
411
|
+
--vscode-sideBar-background: #f3f3f3;
|
412
|
+
--vscode-sideBarTitle-background: #f3f3f3;
|
413
|
+
--vscode-sideBarTitle-foreground: #6f6f6f;
|
414
|
+
--vscode-sideBar-dropBackground: rgba(38, 119, 203, 0.18);
|
415
|
+
--vscode-sideBarSectionHeader-background: rgba(0, 0, 0, 0);
|
416
|
+
--vscode-sideBarSectionHeader-border: rgba(97, 97, 97, 0.19);
|
417
|
+
--vscode-sideBarActivityBarTop-border: rgba(97, 97, 97, 0.19);
|
418
|
+
--vscode-sideBarStickyScroll-background: #f3f3f3;
|
419
|
+
--vscode-sideBarStickyScroll-shadow: #dddddd;
|
420
|
+
--vscode-titleBar-activeForeground: #333333;
|
421
|
+
--vscode-titleBar-inactiveForeground: rgba(51, 51, 51, 0.6);
|
422
|
+
--vscode-titleBar-activeBackground: #dddddd;
|
423
|
+
--vscode-titleBar-inactiveBackground: rgba(221, 221, 221, 0.6);
|
424
|
+
--vscode-menubar-selectionForeground: #333333;
|
425
|
+
--vscode-menubar-selectionBackground: rgba(184, 184, 184, 0.31);
|
426
|
+
--vscode-commandCenter-foreground: #333333;
|
427
|
+
--vscode-commandCenter-activeForeground: #333333;
|
428
|
+
--vscode-commandCenter-inactiveForeground: rgba(51, 51, 51, 0.6);
|
429
|
+
--vscode-commandCenter-background: rgba(0, 0, 0, 0.05);
|
430
|
+
--vscode-commandCenter-activeBackground: rgba(0, 0, 0, 0.08);
|
431
|
+
--vscode-commandCenter-border: rgba(51, 51, 51, 0.2);
|
432
|
+
--vscode-commandCenter-activeBorder: rgba(51, 51, 51, 0.3);
|
433
|
+
--vscode-commandCenter-inactiveBorder: rgba(51, 51, 51, 0.15);
|
434
|
+
--vscode-notificationCenter-border: #d4d4d4;
|
435
|
+
--vscode-notificationToast-border: #d4d4d4;
|
436
|
+
--vscode-notifications-foreground: #616161;
|
437
|
+
--vscode-notifications-background: #f3f3f3;
|
438
|
+
--vscode-notificationLink-foreground: #006ab1;
|
439
|
+
--vscode-notificationCenterHeader-background: #e7e7e7;
|
440
|
+
--vscode-notifications-border: #e7e7e7;
|
441
|
+
--vscode-notificationsErrorIcon-foreground: #e51400;
|
442
|
+
--vscode-notificationsWarningIcon-foreground: #bf8803;
|
443
|
+
--vscode-notificationsInfoIcon-foreground: #1a85ff;
|
444
|
+
--vscode-inlineChat-foreground: #616161;
|
445
|
+
--vscode-inlineChat-background: #f3f3f3;
|
446
|
+
--vscode-inlineChat-border: #c8c8c8;
|
447
|
+
--vscode-inlineChat-shadow: rgba(0, 0, 0, 0.16);
|
448
|
+
--vscode-inlineChatInput-border: #c8c8c8;
|
449
|
+
--vscode-inlineChatInput-focusBorder: #0090f1;
|
450
|
+
--vscode-inlineChatInput-placeholderForeground: #767676;
|
451
|
+
--vscode-inlineChatInput-background: #ffffff;
|
452
|
+
--vscode-inlineChatDiff-inserted: rgba(156, 204, 44, 0.13);
|
453
|
+
--vscode-editorOverviewRuler-inlineChatInserted: rgba(156, 204, 44, 0.2);
|
454
|
+
--vscode-inlineChatDiff-removed: rgba(255, 0, 0, 0.1);
|
455
|
+
--vscode-editorOverviewRuler-inlineChatRemoved: rgba(255, 0, 0, 0.16);
|
456
|
+
--vscode-extensionButton-background: #007acc;
|
457
|
+
--vscode-extensionButton-foreground: #ffffff;
|
458
|
+
--vscode-extensionButton-hoverBackground: #0062a3;
|
459
|
+
--vscode-extensionButton-separator: rgba(255, 255, 255, 0.4);
|
460
|
+
--vscode-extensionButton-prominentBackground: #007acc;
|
461
|
+
--vscode-extensionButton-prominentForeground: #ffffff;
|
462
|
+
--vscode-extensionButton-prominentHoverBackground: #0062a3;
|
463
|
+
--vscode-chat-requestBorder: rgba(0, 0, 0, 0.1);
|
464
|
+
--vscode-chat-requestBackground: rgba(255, 255, 255, 0.62);
|
465
|
+
--vscode-chat-slashCommandBackground: rgba(210, 236, 255, 0.6);
|
466
|
+
--vscode-chat-slashCommandForeground: #306ca2;
|
467
|
+
--vscode-chat-avatarBackground: #f2f2f2;
|
468
|
+
--vscode-chat-avatarForeground: #616161;
|
469
|
+
--vscode-terminal-foreground: #333333;
|
470
|
+
--vscode-terminal-selectionBackground: #add6ff;
|
471
|
+
--vscode-terminal-inactiveSelectionBackground: #e5ebf1;
|
472
|
+
--vscode-terminalCommandDecoration-defaultBackground: rgba(0, 0, 0, 0.25);
|
473
|
+
--vscode-terminalCommandDecoration-successBackground: #2090d3;
|
474
|
+
--vscode-terminalCommandDecoration-errorBackground: #e51400;
|
475
|
+
--vscode-terminalOverviewRuler-cursorForeground: rgba(160, 160, 160, 0.8);
|
476
|
+
--vscode-terminal-border: rgba(128, 128, 128, 0.35);
|
477
|
+
--vscode-terminalOverviewRuler-border: rgba(127, 127, 127, 0.3);
|
478
|
+
--vscode-terminal-findMatchBackground: #a8ac94;
|
479
|
+
--vscode-terminal-hoverHighlightBackground: rgba(173, 214, 255, 0.07);
|
480
|
+
--vscode-terminal-findMatchHighlightBackground: rgba(234, 92, 0, 0.33);
|
481
|
+
--vscode-terminalOverviewRuler-findMatchForeground: rgba(209, 134, 22, 0.49);
|
482
|
+
--vscode-terminal-dropBackground: rgba(38, 119, 203, 0.18);
|
483
|
+
--vscode-terminal-initialHintForeground: rgba(0, 0, 0, 0.47);
|
484
|
+
--vscode-terminalStickyScrollHover-background: #f0f0f0;
|
485
|
+
--vscode-scmGraph-historyItemRefColor: #1a85ff;
|
486
|
+
--vscode-scmGraph-historyItemRemoteRefColor: #652d90;
|
487
|
+
--vscode-scmGraph-historyItemBaseRefColor: #ea5c00;
|
488
|
+
--vscode-scmGraph-historyItemHoverDefaultLabelForeground: #616161;
|
489
|
+
--vscode-scmGraph-historyItemHoverDefaultLabelBackground: #c4c4c4;
|
490
|
+
--vscode-scmGraph-historyItemHoverLabelForeground: #ffffff;
|
491
|
+
--vscode-scmGraph-historyItemHoverAdditionsForeground: #587c0c;
|
492
|
+
--vscode-scmGraph-historyItemHoverDeletionsForeground: #ad0707;
|
493
|
+
--vscode-scmGraph-foreground1: #ffb000;
|
494
|
+
--vscode-scmGraph-foreground2: #dc267f;
|
495
|
+
--vscode-scmGraph-foreground3: #994f00;
|
496
|
+
--vscode-scmGraph-foreground4: #40b0a6;
|
497
|
+
--vscode-scmGraph-foreground5: #b66dff;
|
498
|
+
--vscode-commentsView-resolvedIcon: rgba(97, 97, 97, 0.5);
|
499
|
+
--vscode-commentsView-unresolvedIcon: #0090f1;
|
500
|
+
--vscode-editorCommentsWidget-replyInputBackground: #f3f3f3;
|
501
|
+
--vscode-editorCommentsWidget-resolvedBorder: rgba(97, 97, 97, 0.5);
|
502
|
+
--vscode-editorCommentsWidget-unresolvedBorder: #0090f1;
|
503
|
+
--vscode-editorCommentsWidget-rangeBackground: rgba(0, 144, 241, 0.1);
|
504
|
+
--vscode-editorCommentsWidget-rangeActiveBackground: rgba(0, 144, 241, 0.1);
|
505
|
+
--vscode-editorGutter-commentRangeForeground: #d5d8e9;
|
506
|
+
--vscode-editorOverviewRuler-commentForeground: #d5d8e9;
|
507
|
+
--vscode-editorOverviewRuler-commentUnresolvedForeground: #d5d8e9;
|
508
|
+
--vscode-editorGutter-commentGlyphForeground: #000000;
|
509
|
+
--vscode-editorGutter-commentUnresolvedGlyphForeground: #000000;
|
510
|
+
--vscode-activityWarningBadge-foreground: #ffffff;
|
511
|
+
--vscode-activityWarningBadge-background: #bf8803;
|
512
|
+
--vscode-activityErrorBadge-foreground: #ffffff;
|
513
|
+
--vscode-activityErrorBadge-background: #e51400;
|
514
|
+
--vscode-ports-iconRunningProcessForeground: #369432;
|
515
|
+
--vscode-editorWatermark-foreground: rgba(0, 0, 0, 0.68);
|
516
|
+
--vscode-settings-headerForeground: #444444;
|
517
|
+
--vscode-settings-settingsHeaderHoverForeground: rgba(68, 68, 68, 0.7);
|
518
|
+
--vscode-settings-modifiedItemIndicator: #66afe0;
|
519
|
+
--vscode-settings-headerBorder: rgba(128, 128, 128, 0.35);
|
520
|
+
--vscode-settings-sashBorder: rgba(128, 128, 128, 0.35);
|
521
|
+
--vscode-settings-dropdownBackground: #ffffff;
|
522
|
+
--vscode-settings-dropdownForeground: #616161;
|
523
|
+
--vscode-settings-dropdownBorder: #cecece;
|
524
|
+
--vscode-settings-dropdownListBorder: #c8c8c8;
|
525
|
+
--vscode-settings-checkboxBackground: #ffffff;
|
526
|
+
--vscode-settings-checkboxForeground: #616161;
|
527
|
+
--vscode-settings-checkboxBorder: #919191;
|
528
|
+
--vscode-settings-textInputBackground: #ffffff;
|
529
|
+
--vscode-settings-textInputForeground: #616161;
|
530
|
+
--vscode-settings-textInputBorder: #cecece;
|
531
|
+
--vscode-settings-numberInputBackground: #ffffff;
|
532
|
+
--vscode-settings-numberInputForeground: #616161;
|
533
|
+
--vscode-settings-numberInputBorder: #cecece;
|
534
|
+
--vscode-settings-focusedRowBackground: rgba(232, 232, 232, 0.6);
|
535
|
+
--vscode-settings-rowHoverBackground: rgba(232, 232, 232, 0.3);
|
536
|
+
--vscode-settings-focusedRowBorder: #0090f1;
|
537
|
+
--vscode-keybindingTable-headerBackground: rgba(97, 97, 97, 0.04);
|
538
|
+
--vscode-keybindingTable-rowsBackground: rgba(97, 97, 97, 0.04);
|
539
|
+
--vscode-debugToolBar-background: #f3f3f3;
|
540
|
+
--vscode-debugIcon-startForeground: #388a34;
|
541
|
+
--vscode-notebook-cellBorderColor: #e8e8e8;
|
542
|
+
--vscode-notebook-focusedEditorBorder: #0090f1;
|
543
|
+
--vscode-notebookStatusSuccessIcon-foreground: #388a34;
|
544
|
+
--vscode-notebookEditorOverviewRuler-runningCellForeground: #388a34;
|
545
|
+
--vscode-notebookStatusErrorIcon-foreground: #a1260d;
|
546
|
+
--vscode-notebookStatusRunningIcon-foreground: #616161;
|
547
|
+
--vscode-notebook-cellToolbarSeparator: rgba(128, 128, 128, 0.35);
|
548
|
+
--vscode-notebook-selectedCellBackground: rgba(200, 221, 241, 0.31);
|
549
|
+
--vscode-notebook-selectedCellBorder: #e8e8e8;
|
550
|
+
--vscode-notebook-focusedCellBorder: #0090f1;
|
551
|
+
--vscode-notebook-inactiveFocusedCellBorder: #e8e8e8;
|
552
|
+
--vscode-notebook-cellStatusBarItemHoverBackground: rgba(0, 0, 0, 0.08);
|
553
|
+
--vscode-notebook-cellInsertionIndicator: #0090f1;
|
554
|
+
--vscode-notebookScrollbarSlider-background: rgba(100, 100, 100, 0.4);
|
555
|
+
--vscode-notebookScrollbarSlider-hoverBackground: rgba(100, 100, 100, 0.7);
|
556
|
+
--vscode-notebookScrollbarSlider-activeBackground: rgba(0, 0, 0, 0.6);
|
557
|
+
--vscode-notebook-symbolHighlightBackground: rgba(253, 255, 0, 0.2);
|
558
|
+
--vscode-notebook-cellEditorBackground: #f3f3f3;
|
559
|
+
--vscode-notebook-editorBackground: #ffffff;
|
560
|
+
--vscode-debugIcon-breakpointForeground: #e51400;
|
561
|
+
--vscode-debugIcon-breakpointDisabledForeground: #848484;
|
562
|
+
--vscode-debugIcon-breakpointUnverifiedForeground: #848484;
|
563
|
+
--vscode-debugIcon-breakpointCurrentStackframeForeground: #be8700;
|
564
|
+
--vscode-debugIcon-breakpointStackframeForeground: #89d185;
|
565
|
+
--vscode-editor-stackFrameHighlightBackground: rgba(255, 255, 102, 0.45);
|
566
|
+
--vscode-editor-focusedStackFrameHighlightBackground: rgba(206, 231, 206, 0.45);
|
567
|
+
--vscode-multiDiffEditor-headerBackground: #ececec;
|
568
|
+
--vscode-multiDiffEditor-background: #ffffff;
|
569
|
+
--vscode-multiDiffEditor-border: #cccccc;
|
570
|
+
--vscode-interactive-activeCodeBorder: #007acc;
|
571
|
+
--vscode-interactive-inactiveCodeBorder: #e4e6f1;
|
572
|
+
--vscode-testing-iconFailed: #f14c4c;
|
573
|
+
--vscode-testing-iconErrored: #f14c4c;
|
574
|
+
--vscode-testing-iconPassed: #73c991;
|
575
|
+
--vscode-testing-runAction: #73c991;
|
576
|
+
--vscode-testing-iconQueued: #cca700;
|
577
|
+
--vscode-testing-iconUnset: #848484;
|
578
|
+
--vscode-testing-iconSkipped: #848484;
|
579
|
+
--vscode-testing-peekBorder: #e51400;
|
580
|
+
--vscode-testing-messagePeekBorder: #1a85ff;
|
581
|
+
--vscode-testing-peekHeaderBackground: rgba(229, 20, 0, 0.1);
|
582
|
+
--vscode-testing-messagePeekHeaderBackground: rgba(26, 133, 255, 0.1);
|
583
|
+
--vscode-testing-coveredBackground: rgba(156, 204, 44, 0.25);
|
584
|
+
--vscode-testing-coveredBorder: rgba(156, 204, 44, 0.19);
|
585
|
+
--vscode-testing-coveredGutterBackground: rgba(156, 204, 44, 0.15);
|
586
|
+
--vscode-testing-uncoveredBranchBackground: #ff9999;
|
587
|
+
--vscode-testing-uncoveredBackground: rgba(255, 0, 0, 0.2);
|
588
|
+
--vscode-testing-uncoveredBorder: rgba(255, 0, 0, 0.15);
|
589
|
+
--vscode-testing-uncoveredGutterBackground: rgba(255, 0, 0, 0.3);
|
590
|
+
--vscode-testing-coverCountBadgeBackground: #c4c4c4;
|
591
|
+
--vscode-testing-coverCountBadgeForeground: #333333;
|
592
|
+
--vscode-testing-message-error-decorationForeground: #e51400;
|
593
|
+
--vscode-testing-message-error-lineBackground: rgba(255, 0, 0, 0.1);
|
594
|
+
--vscode-testing-message-info-decorationForeground: rgba(0, 0, 0, 0.5);
|
595
|
+
--vscode-testing-iconErrored-retired: rgba(241, 76, 76, 0.7);
|
596
|
+
--vscode-testing-iconFailed-retired: rgba(241, 76, 76, 0.7);
|
597
|
+
--vscode-testing-iconPassed-retired: rgba(115, 201, 145, 0.7);
|
598
|
+
--vscode-testing-iconQueued-retired: rgba(204, 167, 0, 0.7);
|
599
|
+
--vscode-testing-iconUnset-retired: rgba(132, 132, 132, 0.7);
|
600
|
+
--vscode-testing-iconSkipped-retired: rgba(132, 132, 132, 0.7);
|
601
|
+
--vscode-searchEditor-textInputBorder: #cecece;
|
602
|
+
--vscode-editorGutter-modifiedBackground: #2090d3;
|
603
|
+
--vscode-editorGutter-addedBackground: #48985d;
|
604
|
+
--vscode-editorGutter-deletedBackground: #e51400;
|
605
|
+
--vscode-minimapGutter-modifiedBackground: #2090d3;
|
606
|
+
--vscode-minimapGutter-addedBackground: #48985d;
|
607
|
+
--vscode-minimapGutter-deletedBackground: #e51400;
|
608
|
+
--vscode-editorOverviewRuler-modifiedForeground: rgba(32, 144, 211, 0.6);
|
609
|
+
--vscode-editorOverviewRuler-addedForeground: rgba(72, 152, 93, 0.6);
|
610
|
+
--vscode-editorOverviewRuler-deletedForeground: rgba(229, 20, 0, 0.6);
|
611
|
+
--vscode-debugExceptionWidget-border: #a31515;
|
612
|
+
--vscode-debugExceptionWidget-background: #f1dfde;
|
613
|
+
--vscode-editor-inlineValuesForeground: rgba(0, 0, 0, 0.5);
|
614
|
+
--vscode-editor-inlineValuesBackground: rgba(255, 200, 0, 0.2);
|
615
|
+
--vscode-statusBar-debuggingBackground: #cc6633;
|
616
|
+
--vscode-statusBar-debuggingForeground: #ffffff;
|
617
|
+
--vscode-commandCenter-debuggingBackground: rgba(204, 102, 51, 0.26);
|
618
|
+
--vscode-debugTokenExpression-name: #9b46b0;
|
619
|
+
--vscode-debugTokenExpression-type: #4a90e2;
|
620
|
+
--vscode-debugTokenExpression-value: rgba(108, 108, 108, 0.8);
|
621
|
+
--vscode-debugTokenExpression-string: #a31515;
|
622
|
+
--vscode-debugTokenExpression-boolean: #0000ff;
|
623
|
+
--vscode-debugTokenExpression-number: #098658;
|
624
|
+
--vscode-debugTokenExpression-error: #e51400;
|
625
|
+
--vscode-debugView-exceptionLabelForeground: #ffffff;
|
626
|
+
--vscode-debugView-exceptionLabelBackground: #a31515;
|
627
|
+
--vscode-debugView-stateLabelForeground: #616161;
|
628
|
+
--vscode-debugView-stateLabelBackground: rgba(136, 136, 136, 0.27);
|
629
|
+
--vscode-debugView-valueChangedHighlight: #569cd6;
|
630
|
+
--vscode-debugConsole-infoForeground: #1a85ff;
|
631
|
+
--vscode-debugConsole-warningForeground: #bf8803;
|
632
|
+
--vscode-debugConsole-errorForeground: #a1260d;
|
633
|
+
--vscode-debugConsole-sourceForeground: #616161;
|
634
|
+
--vscode-debugConsoleInputIcon-foreground: #616161;
|
635
|
+
--vscode-debugIcon-pauseForeground: #007acc;
|
636
|
+
--vscode-debugIcon-stopForeground: #a1260d;
|
637
|
+
--vscode-debugIcon-disconnectForeground: #a1260d;
|
638
|
+
--vscode-debugIcon-restartForeground: #388a34;
|
639
|
+
--vscode-debugIcon-stepOverForeground: #007acc;
|
640
|
+
--vscode-debugIcon-stepIntoForeground: #007acc;
|
641
|
+
--vscode-debugIcon-stepOutForeground: #007acc;
|
642
|
+
--vscode-debugIcon-continueForeground: #007acc;
|
643
|
+
--vscode-debugIcon-stepBackForeground: #007acc;
|
644
|
+
--vscode-mergeEditor-change-background: rgba(155, 185, 85, 0.2);
|
645
|
+
--vscode-mergeEditor-change-word-background: rgba(156, 204, 44, 0.4);
|
646
|
+
--vscode-mergeEditor-changeBase-background: #ffcccc;
|
647
|
+
--vscode-mergeEditor-changeBase-word-background: #ffa3a3;
|
648
|
+
--vscode-mergeEditor-conflict-unhandledUnfocused-border: #ffa600;
|
649
|
+
--vscode-mergeEditor-conflict-unhandledFocused-border: #ffa600;
|
650
|
+
--vscode-mergeEditor-conflict-handledUnfocused-border: rgba(134, 134, 134, 0.29);
|
651
|
+
--vscode-mergeEditor-conflict-handledFocused-border: rgba(193, 193, 193, 0.8);
|
652
|
+
--vscode-mergeEditor-conflict-handled-minimapOverViewRuler: rgba(173, 172, 168, 0.93);
|
653
|
+
--vscode-mergeEditor-conflict-unhandled-minimapOverViewRuler: #fcba03;
|
654
|
+
--vscode-mergeEditor-conflictingLines-background: rgba(255, 234, 0, 0.28);
|
655
|
+
--vscode-mergeEditor-conflict-input1-background: rgba(64, 200, 174, 0.2);
|
656
|
+
--vscode-mergeEditor-conflict-input2-background: rgba(64, 166, 255, 0.2);
|
657
|
+
--vscode-extensionIcon-starForeground: #df6100;
|
658
|
+
--vscode-extensionIcon-verifiedForeground: #006ab1;
|
659
|
+
--vscode-extensionIcon-preReleaseForeground: #1d9271;
|
660
|
+
--vscode-extensionIcon-sponsorForeground: #b51e78;
|
661
|
+
--vscode-terminal-ansiBlack: #000000;
|
662
|
+
--vscode-terminal-ansiRed: #cd3131;
|
663
|
+
--vscode-terminal-ansiGreen: #107c10;
|
664
|
+
--vscode-terminal-ansiYellow: #949800;
|
665
|
+
--vscode-terminal-ansiBlue: #0451a5;
|
666
|
+
--vscode-terminal-ansiMagenta: #bc05bc;
|
667
|
+
--vscode-terminal-ansiCyan: #0598bc;
|
668
|
+
--vscode-terminal-ansiWhite: #555555;
|
669
|
+
--vscode-terminal-ansiBrightBlack: #666666;
|
670
|
+
--vscode-terminal-ansiBrightRed: #cd3131;
|
671
|
+
--vscode-terminal-ansiBrightGreen: #14ce14;
|
672
|
+
--vscode-terminal-ansiBrightYellow: #b5ba00;
|
673
|
+
--vscode-terminal-ansiBrightBlue: #0451a5;
|
674
|
+
--vscode-terminal-ansiBrightMagenta: #bc05bc;
|
675
|
+
--vscode-terminal-ansiBrightCyan: #0598bc;
|
676
|
+
--vscode-terminal-ansiBrightWhite: #a5a5a5;
|
677
|
+
--vscode-simpleFindWidget-sashBorder: #c8c8c8;
|
678
|
+
--vscode-terminalCommandGuide-foreground: #e4e6f1;
|
679
|
+
--vscode-welcomePage-tileBackground: #f3f3f3;
|
680
|
+
--vscode-welcomePage-tileHoverBackground: #dbdbdb;
|
681
|
+
--vscode-welcomePage-tileBorder: rgba(0, 0, 0, 0.1);
|
682
|
+
--vscode-welcomePage-progress-background: #ffffff;
|
683
|
+
--vscode-welcomePage-progress-foreground: #006ab1;
|
684
|
+
--vscode-walkthrough-stepTitle-foreground: #000000;
|
685
|
+
--vscode-walkThrough-embeddedEditorBackground: #f4f4f4;
|
686
|
+
--vscode-profiles-sashBorder: rgba(128, 128, 128, 0.35);
|
687
|
+
--vscode-gitDecoration-addedResourceForeground: #587c0c;
|
688
|
+
--vscode-gitDecoration-modifiedResourceForeground: #895503;
|
689
|
+
--vscode-gitDecoration-deletedResourceForeground: #ad0707;
|
690
|
+
--vscode-gitDecoration-renamedResourceForeground: #007100;
|
691
|
+
--vscode-gitDecoration-untrackedResourceForeground: #007100;
|
692
|
+
--vscode-gitDecoration-ignoredResourceForeground: #8e8e90;
|
693
|
+
--vscode-gitDecoration-stageModifiedResourceForeground: #895503;
|
694
|
+
--vscode-gitDecoration-stageDeletedResourceForeground: #ad0707;
|
695
|
+
--vscode-gitDecoration-conflictingResourceForeground: #ad0707;
|
696
|
+
--vscode-gitDecoration-submoduleResourceForeground: #1258a7;
|
697
|
+
--vscode-gitlens-gutterBackgroundColor: rgba(0, 0, 0, 0.05);
|
698
|
+
--vscode-gitlens-gutterForegroundColor: #747474;
|
699
|
+
--vscode-gitlens-gutterUncommittedForegroundColor: rgba(0, 188, 242, 0.6);
|
700
|
+
--vscode-gitlens-trailingLineBackgroundColor: rgba(0, 0, 0, 0);
|
701
|
+
--vscode-gitlens-trailingLineForegroundColor: rgba(153, 153, 153, 0.35);
|
702
|
+
--vscode-gitlens-lineHighlightBackgroundColor: rgba(0, 188, 242, 0.2);
|
703
|
+
--vscode-gitlens-lineHighlightOverviewRulerColor: rgba(0, 188, 242, 0.6);
|
704
|
+
--vscode-gitlens-openAutolinkedIssueIconColor: #1a7f37;
|
705
|
+
--vscode-gitlens-closedAutolinkedIssueIconColor: #8250df;
|
706
|
+
--vscode-gitlens-closedPullRequestIconColor: #cf222e;
|
707
|
+
--vscode-gitlens-openPullRequestIconColor: #1a7f37;
|
708
|
+
--vscode-gitlens-mergedPullRequestIconColor: #8250df;
|
709
|
+
--vscode-gitlens-unpublishedChangesIconColor: #35b15e;
|
710
|
+
--vscode-gitlens-unpublishedCommitIconColor: #35b15e;
|
711
|
+
--vscode-gitlens-unpulledChangesIconColor: #b15e35;
|
712
|
+
--vscode-gitlens-decorations-addedForegroundColor: #587c0c;
|
713
|
+
--vscode-gitlens-decorations-copiedForegroundColor: #007100;
|
714
|
+
--vscode-gitlens-decorations-deletedForegroundColor: #ad0707;
|
715
|
+
--vscode-gitlens-decorations-ignoredForegroundColor: #8e8e90;
|
716
|
+
--vscode-gitlens-decorations-modifiedForegroundColor: #895503;
|
717
|
+
--vscode-gitlens-decorations-untrackedForegroundColor: #007100;
|
718
|
+
--vscode-gitlens-decorations-renamedForegroundColor: #007100;
|
719
|
+
--vscode-gitlens-decorations-branchAheadForegroundColor: #35b15e;
|
720
|
+
--vscode-gitlens-decorations-branchBehindForegroundColor: #b15e35;
|
721
|
+
--vscode-gitlens-decorations-branchDivergedForegroundColor: #d8af1b;
|
722
|
+
--vscode-gitlens-decorations-branchMissingUpstreamForegroundColor: #ad0707;
|
723
|
+
--vscode-gitlens-decorations-statusMergingOrRebasingConflictForegroundColor: #ad0707;
|
724
|
+
--vscode-gitlens-decorations-statusMergingOrRebasingForegroundColor: #d8af1b;
|
725
|
+
--vscode-gitlens-decorations-workspaceRepoMissingForegroundColor: #949494;
|
726
|
+
--vscode-gitlens-decorations-workspaceCurrentForegroundColor: #35b15e;
|
727
|
+
--vscode-gitlens-decorations-workspaceRepoOpenForegroundColor: #35b15e;
|
728
|
+
--vscode-gitlens-decorations-worktreeHasUncommittedChangesForegroundColor: #895503;
|
729
|
+
--vscode-gitlens-decorations-worktreeMissingForegroundColor: #ad0707;
|
730
|
+
--vscode-gitlens-graphLane1Color: #15a0bf;
|
731
|
+
--vscode-gitlens-graphLane2Color: #0669f7;
|
732
|
+
--vscode-gitlens-graphLane3Color: #8e00c2;
|
733
|
+
--vscode-gitlens-graphLane4Color: #c517b6;
|
734
|
+
--vscode-gitlens-graphLane5Color: #d90171;
|
735
|
+
--vscode-gitlens-graphLane6Color: #cd0101;
|
736
|
+
--vscode-gitlens-graphLane7Color: #f25d2e;
|
737
|
+
--vscode-gitlens-graphLane8Color: #f2ca33;
|
738
|
+
--vscode-gitlens-graphLane9Color: #7bd938;
|
739
|
+
--vscode-gitlens-graphLane10Color: #2ece9d;
|
740
|
+
--vscode-gitlens-graphChangesColumnAddedColor: #2da44e;
|
741
|
+
--vscode-gitlens-graphChangesColumnDeletedColor: #cf222e;
|
742
|
+
--vscode-gitlens-graphMinimapMarkerHeadColor: #04c814;
|
743
|
+
--vscode-gitlens-graphScrollMarkerHeadColor: #04c814;
|
744
|
+
--vscode-gitlens-graphMinimapMarkerUpstreamColor: #8cd993;
|
745
|
+
--vscode-gitlens-graphScrollMarkerUpstreamColor: #8cd993;
|
746
|
+
--vscode-gitlens-graphMinimapMarkerHighlightsColor: #f5cc00;
|
747
|
+
--vscode-gitlens-graphScrollMarkerHighlightsColor: #f5cc00;
|
748
|
+
--vscode-gitlens-graphMinimapMarkerLocalBranchesColor: #3095e8;
|
749
|
+
--vscode-gitlens-graphScrollMarkerLocalBranchesColor: #3095e8;
|
750
|
+
--vscode-gitlens-graphMinimapMarkerPullRequestsColor: #ff8f18;
|
751
|
+
--vscode-gitlens-graphScrollMarkerPullRequestsColor: #ff8f18;
|
752
|
+
--vscode-gitlens-graphMinimapMarkerRemoteBranchesColor: #67ace4;
|
753
|
+
--vscode-gitlens-graphScrollMarkerRemoteBranchesColor: #67ace4;
|
754
|
+
--vscode-gitlens-graphMinimapMarkerStashesColor: #e467e4;
|
755
|
+
--vscode-gitlens-graphScrollMarkerStashesColor: #e467e4;
|
756
|
+
--vscode-gitlens-graphMinimapMarkerTagsColor: #d2a379;
|
757
|
+
--vscode-gitlens-graphScrollMarkerTagsColor: #d2a379;
|
758
|
+
--vscode-gitlens-launchpadIndicatorMergeableColor: #42c954;
|
759
|
+
--vscode-gitlens-launchpadIndicatorMergeableHoverColor: #42c954;
|
760
|
+
--vscode-gitlens-launchpadIndicatorBlockedColor: #ad0707;
|
761
|
+
--vscode-gitlens-launchpadIndicatorBlockedHoverColor: #ad0707;
|
762
|
+
--vscode-gitlens-launchpadIndicatorAttentionColor: #cc9b15;
|
763
|
+
--vscode-gitlens-launchpadIndicatorAttentionHoverColor: #cc9b15;
|
764
|
+
--vscode-remoteHub-decorations-addedForegroundColor: #587c0c;
|
765
|
+
--vscode-remoteHub-decorations-modifiedForegroundColor: #895503;
|
766
|
+
--vscode-remoteHub-decorations-deletedForegroundColor: #ad0707;
|
767
|
+
--vscode-remoteHub-decorations-submoduleForegroundColor: #1258a7;
|
768
|
+
--vscode-remoteHub-decorations-conflictForegroundColor: #ad0707;
|
769
|
+
--vscode-remoteHub-decorations-incomingAddedForegroundColor: #587c0c;
|
770
|
+
--vscode-remoteHub-decorations-incomingModifiedForegroundColor: #895503;
|
771
|
+
--vscode-remoteHub-decorations-incomingDeletedForegroundColor: #ad0707;
|
772
|
+
--vscode-remoteHub-decorations-incomingRenamedForegroundColor: #007100;
|
773
|
+
--vscode-remoteHub-decorations-possibleConflictForegroundColor: #855f00;
|
774
|
+
--vscode-remoteHub-decorations-ignoredResourceForeground: #8e8e90;
|
775
|
+
--vscode-remoteHub-decorations-workspaceRepositoriesView-hasUncommittedChangesForegroundColor: #895503;
|
776
|
+
--vscode-rust_analyzer-syntaxTreeBorder: #b700ff;
|
777
|
+
}
|