@opensumi/ide-ai-native 2.26.9-rc-1695091570.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (196) hide show
  1. package/LICENSE +21 -0
  2. package/lib/browser/ai-chat.contribution.d.ts +26 -0
  3. package/lib/browser/ai-chat.contribution.d.ts.map +1 -0
  4. package/lib/browser/ai-chat.contribution.js +227 -0
  5. package/lib/browser/ai-chat.contribution.js.map +1 -0
  6. package/lib/browser/ai-chat.module.less +174 -0
  7. package/lib/browser/ai-chat.service.d.ts +30 -0
  8. package/lib/browser/ai-chat.service.d.ts.map +1 -0
  9. package/lib/browser/ai-chat.service.js +134 -0
  10. package/lib/browser/ai-chat.service.js.map +1 -0
  11. package/lib/browser/ai-chat.view.d.ts +4 -0
  12. package/lib/browser/ai-chat.view.d.ts.map +1 -0
  13. package/lib/browser/ai-chat.view.js +305 -0
  14. package/lib/browser/ai-chat.view.js.map +1 -0
  15. package/lib/browser/ai-editor.contribution.d.ts +24 -0
  16. package/lib/browser/ai-editor.contribution.d.ts.map +1 -0
  17. package/lib/browser/ai-editor.contribution.js +419 -0
  18. package/lib/browser/ai-editor.contribution.js.map +1 -0
  19. package/lib/browser/ai-project/generate.service.d.ts +31 -0
  20. package/lib/browser/ai-project/generate.service.d.ts.map +1 -0
  21. package/lib/browser/ai-project/generate.service.js +453 -0
  22. package/lib/browser/ai-project/generate.service.js.map +1 -0
  23. package/lib/browser/ai-sumi/sumi.service.d.ts +11 -0
  24. package/lib/browser/ai-sumi/sumi.service.d.ts.map +1 -0
  25. package/lib/browser/ai-sumi/sumi.service.js +64 -0
  26. package/lib/browser/ai-sumi/sumi.service.js.map +1 -0
  27. package/lib/browser/code-widget/ai-code-document.provider.d.ts +10 -0
  28. package/lib/browser/code-widget/ai-code-document.provider.d.ts.map +1 -0
  29. package/lib/browser/code-widget/ai-code-document.provider.js +26 -0
  30. package/lib/browser/code-widget/ai-code-document.provider.js.map +1 -0
  31. package/lib/browser/code-widget/ai-code-widget.d.ts +20 -0
  32. package/lib/browser/code-widget/ai-code-widget.d.ts.map +1 -0
  33. package/lib/browser/code-widget/ai-code-widget.js +164 -0
  34. package/lib/browser/code-widget/ai-code-widget.js.map +1 -0
  35. package/lib/browser/components/AIImprove.d.ts +9 -0
  36. package/lib/browser/components/AIImprove.d.ts.map +1 -0
  37. package/lib/browser/components/AIImprove.js +34 -0
  38. package/lib/browser/components/AIImprove.js.map +1 -0
  39. package/lib/browser/components/AIInput.d.ts +5 -0
  40. package/lib/browser/components/AIInput.d.ts.map +1 -0
  41. package/lib/browser/components/AIInput.js +21 -0
  42. package/lib/browser/components/AIInput.js.map +1 -0
  43. package/lib/browser/components/ChatEditor.d.ts +5 -0
  44. package/lib/browser/components/ChatEditor.d.ts.map +1 -0
  45. package/lib/browser/components/ChatEditor.js +85 -0
  46. package/lib/browser/components/ChatEditor.js.map +1 -0
  47. package/lib/browser/components/ChatInput.d.ts +6 -0
  48. package/lib/browser/components/ChatInput.d.ts.map +1 -0
  49. package/lib/browser/components/ChatInput.js +127 -0
  50. package/lib/browser/components/ChatInput.js.map +1 -0
  51. package/lib/browser/components/ChatMoreActions.d.ts +5 -0
  52. package/lib/browser/components/ChatMoreActions.d.ts.map +1 -0
  53. package/lib/browser/components/ChatMoreActions.js +26 -0
  54. package/lib/browser/components/ChatMoreActions.js.map +1 -0
  55. package/lib/browser/components/Thinking.d.ts +3 -0
  56. package/lib/browser/components/Thinking.d.ts.map +1 -0
  57. package/lib/browser/components/Thinking.js +19 -0
  58. package/lib/browser/components/Thinking.js.map +1 -0
  59. package/lib/browser/components/components.module.less +259 -0
  60. package/lib/browser/components/lineVertical.d.ts +4 -0
  61. package/lib/browser/components/lineVertical.d.ts.map +1 -0
  62. package/lib/browser/components/lineVertical.js +22 -0
  63. package/lib/browser/components/lineVertical.js.map +1 -0
  64. package/lib/browser/content-widget/ai-content-widget.d.ts +38 -0
  65. package/lib/browser/content-widget/ai-content-widget.d.ts.map +1 -0
  66. package/lib/browser/content-widget/ai-content-widget.js +97 -0
  67. package/lib/browser/content-widget/ai-content-widget.js.map +1 -0
  68. package/lib/browser/content-widget/ai-inline-chat-panel.d.ts +6 -0
  69. package/lib/browser/content-widget/ai-inline-chat-panel.d.ts.map +1 -0
  70. package/lib/browser/content-widget/ai-inline-chat-panel.js +108 -0
  71. package/lib/browser/content-widget/ai-inline-chat-panel.js.map +1 -0
  72. package/lib/browser/content-widget/ai-inline-chat.module.less +74 -0
  73. package/lib/browser/content-widget/ai-inline-chat.service.d.ts +23 -0
  74. package/lib/browser/content-widget/ai-inline-chat.service.d.ts.map +1 -0
  75. package/lib/browser/content-widget/ai-inline-chat.service.js +47 -0
  76. package/lib/browser/content-widget/ai-inline-chat.service.js.map +1 -0
  77. package/lib/browser/diff-widget/ai-diff-document.provider.d.ts +10 -0
  78. package/lib/browser/diff-widget/ai-diff-document.provider.d.ts.map +1 -0
  79. package/lib/browser/diff-widget/ai-diff-document.provider.js +26 -0
  80. package/lib/browser/diff-widget/ai-diff-document.provider.js.map +1 -0
  81. package/lib/browser/diff-widget/ai-diff-widget.d.ts +20 -0
  82. package/lib/browser/diff-widget/ai-diff-widget.d.ts.map +1 -0
  83. package/lib/browser/diff-widget/ai-diff-widget.js +158 -0
  84. package/lib/browser/diff-widget/ai-diff-widget.js.map +1 -0
  85. package/lib/browser/index.d.ts +12 -0
  86. package/lib/browser/index.d.ts.map +1 -0
  87. package/lib/browser/index.js +84 -0
  88. package/lib/browser/index.js.map +1 -0
  89. package/lib/browser/inline-completions/constants.d.ts +62 -0
  90. package/lib/browser/inline-completions/constants.d.ts.map +1 -0
  91. package/lib/browser/inline-completions/constants.js +69 -0
  92. package/lib/browser/inline-completions/constants.js.map +1 -0
  93. package/lib/browser/inline-completions/provider.d.ts +27 -0
  94. package/lib/browser/inline-completions/provider.d.ts.map +1 -0
  95. package/lib/browser/inline-completions/provider.js +63 -0
  96. package/lib/browser/inline-completions/provider.js.map +1 -0
  97. package/lib/browser/override/ai-editor-tab.service.d.ts +6 -0
  98. package/lib/browser/override/ai-editor-tab.service.d.ts.map +1 -0
  99. package/lib/browser/override/ai-editor-tab.service.js +22 -0
  100. package/lib/browser/override/ai-editor-tab.service.js.map +1 -0
  101. package/lib/browser/override/ai-marker.service.d.ts +11 -0
  102. package/lib/browser/override/ai-marker.service.d.ts.map +1 -0
  103. package/lib/browser/override/ai-marker.service.js +55 -0
  104. package/lib/browser/override/ai-marker.service.js.map +1 -0
  105. package/lib/browser/override/global.styles.less +268 -0
  106. package/lib/browser/override/layout/layout-config.d.ts +6 -0
  107. package/lib/browser/override/layout/layout-config.d.ts.map +1 -0
  108. package/lib/browser/override/layout/layout-config.js +17 -0
  109. package/lib/browser/override/layout/layout-config.js.map +1 -0
  110. package/lib/browser/override/layout/layout.module.less +7 -0
  111. package/lib/browser/override/layout/main-slot-renderer.d.ts +4 -0
  112. package/lib/browser/override/layout/main-slot-renderer.d.ts.map +1 -0
  113. package/lib/browser/override/layout/main-slot-renderer.js +22 -0
  114. package/lib/browser/override/layout/main-slot-renderer.js.map +1 -0
  115. package/lib/browser/override/layout/menu-bar/menu-bar.contribution.d.ts +8 -0
  116. package/lib/browser/override/layout/menu-bar/menu-bar.contribution.d.ts.map +1 -0
  117. package/lib/browser/override/layout/menu-bar/menu-bar.contribution.js +32 -0
  118. package/lib/browser/override/layout/menu-bar/menu-bar.contribution.js.map +1 -0
  119. package/lib/browser/override/layout/menu-bar/menu-bar.module.less +41 -0
  120. package/lib/browser/override/layout/menu-bar/menu-bar.view.d.ts +3 -0
  121. package/lib/browser/override/layout/menu-bar/menu-bar.view.d.ts.map +1 -0
  122. package/lib/browser/override/layout/menu-bar/menu-bar.view.js +62 -0
  123. package/lib/browser/override/layout/menu-bar/menu-bar.view.js.map +1 -0
  124. package/lib/browser/override/layout/tabbar.view.d.ts +17 -0
  125. package/lib/browser/override/layout/tabbar.view.d.ts.map +1 -0
  126. package/lib/browser/override/layout/tabbar.view.js +38 -0
  127. package/lib/browser/override/layout/tabbar.view.js.map +1 -0
  128. package/lib/browser/override/override.module.less +32 -0
  129. package/lib/browser/override/theme/default-theme.d.ts +315 -0
  130. package/lib/browser/override/theme/default-theme.d.ts.map +1 -0
  131. package/lib/browser/override/theme/default-theme.js +821 -0
  132. package/lib/browser/override/theme/default-theme.js.map +1 -0
  133. package/lib/browser/run/run.service.d.ts +52 -0
  134. package/lib/browser/run/run.service.d.ts.map +1 -0
  135. package/lib/browser/run/run.service.js +176 -0
  136. package/lib/browser/run/run.service.js.map +1 -0
  137. package/lib/common/command.d.ts +17 -0
  138. package/lib/common/command.d.ts.map +1 -0
  139. package/lib/common/command.js +21 -0
  140. package/lib/common/command.js.map +1 -0
  141. package/lib/common/index.d.ts +37 -0
  142. package/lib/common/index.d.ts.map +1 -0
  143. package/lib/common/index.js +22 -0
  144. package/lib/common/index.js.map +1 -0
  145. package/lib/index.d.ts +2 -0
  146. package/lib/index.d.ts.map +1 -0
  147. package/lib/index.js +5 -0
  148. package/lib/index.js.map +1 -0
  149. package/lib/node/index.d.ts +10 -0
  150. package/lib/node/index.d.ts.map +1 -0
  151. package/lib/node/index.js +32 -0
  152. package/lib/node/index.js.map +1 -0
  153. package/package.json +38 -0
  154. package/src/browser/ai-chat.contribution.ts +294 -0
  155. package/src/browser/ai-chat.module.less +174 -0
  156. package/src/browser/ai-chat.service.ts +152 -0
  157. package/src/browser/ai-chat.view.tsx +421 -0
  158. package/src/browser/ai-editor.contribution.ts +521 -0
  159. package/src/browser/ai-project/generate.service.ts +505 -0
  160. package/src/browser/ai-sumi/sumi.service.ts +65 -0
  161. package/src/browser/code-widget/ai-code-document.provider.ts +22 -0
  162. package/src/browser/code-widget/ai-code-widget.tsx +202 -0
  163. package/src/browser/components/AIImprove.tsx +45 -0
  164. package/src/browser/components/AIInput.tsx +30 -0
  165. package/src/browser/components/ChatEditor.tsx +129 -0
  166. package/src/browser/components/ChatInput.tsx +197 -0
  167. package/src/browser/components/ChatMoreActions.tsx +33 -0
  168. package/src/browser/components/Thinking.tsx +23 -0
  169. package/src/browser/components/components.module.less +259 -0
  170. package/src/browser/components/lineVertical.tsx +19 -0
  171. package/src/browser/content-widget/ai-content-widget.tsx +132 -0
  172. package/src/browser/content-widget/ai-inline-chat-panel.tsx +154 -0
  173. package/src/browser/content-widget/ai-inline-chat.module.less +74 -0
  174. package/src/browser/content-widget/ai-inline-chat.service.ts +46 -0
  175. package/src/browser/diff-widget/ai-diff-document.provider.ts +22 -0
  176. package/src/browser/diff-widget/ai-diff-widget.tsx +196 -0
  177. package/src/browser/index.ts +91 -0
  178. package/src/browser/inline-completions/constants.ts +108 -0
  179. package/src/browser/inline-completions/provider.ts +55 -0
  180. package/src/browser/override/ai-editor-tab.service.tsx +22 -0
  181. package/src/browser/override/ai-marker.service.tsx +55 -0
  182. package/src/browser/override/global.styles.less +268 -0
  183. package/src/browser/override/layout/layout-config.ts +21 -0
  184. package/src/browser/override/layout/layout.module.less +7 -0
  185. package/src/browser/override/layout/main-slot-renderer.tsx +62 -0
  186. package/src/browser/override/layout/menu-bar/menu-bar.contribution.tsx +28 -0
  187. package/src/browser/override/layout/menu-bar/menu-bar.module.less +41 -0
  188. package/src/browser/override/layout/menu-bar/menu-bar.view.tsx +92 -0
  189. package/src/browser/override/layout/tabbar.view.tsx +99 -0
  190. package/src/browser/override/override.module.less +32 -0
  191. package/src/browser/override/theme/default-theme.ts +818 -0
  192. package/src/browser/run/run.service.ts +183 -0
  193. package/src/common/command.ts +21 -0
  194. package/src/common/index.ts +39 -0
  195. package/src/index.ts +1 -0
  196. package/src/node/index.ts +24 -0
@@ -0,0 +1,818 @@
1
+ export default {
2
+ themeSettings: [
3
+ {
4
+ "scope": [
5
+ "meta.embedded",
6
+ "source.groovy.embedded"
7
+ ],
8
+ "settings": {
9
+ "foreground": "#D4D4D4"
10
+ }
11
+ },
12
+ {
13
+ "scope": "emphasis",
14
+ "settings": {
15
+ "fontStyle": "italic"
16
+ }
17
+ },
18
+ {
19
+ "scope": "strong",
20
+ "settings": {
21
+ "fontStyle": "bold"
22
+ }
23
+ },
24
+ {
25
+ "scope": "header",
26
+ "settings": {
27
+ "foreground": "#000080"
28
+ }
29
+ },
30
+ {
31
+ "scope": "comment",
32
+ "settings": {
33
+ "foreground": "#6A9955"
34
+ }
35
+ },
36
+ {
37
+ "scope": "constant.language",
38
+ "settings": {
39
+ "foreground": "#569cd6"
40
+ }
41
+ },
42
+ {
43
+ "scope": [
44
+ "constant.numeric",
45
+ "variable.other.enummember",
46
+ "keyword.operator.plus.exponent",
47
+ "keyword.operator.minus.exponent"
48
+ ],
49
+ "settings": {
50
+ "foreground": "#b5cea8"
51
+ }
52
+ },
53
+ {
54
+ "scope": "constant.regexp",
55
+ "settings": {
56
+ "foreground": "#646695"
57
+ }
58
+ },
59
+ {
60
+ "scope": "entity.name.tag",
61
+ "settings": {
62
+ "foreground": "#569cd6"
63
+ }
64
+ },
65
+ {
66
+ "scope": "entity.name.tag.css",
67
+ "settings": {
68
+ "foreground": "#d7ba7d"
69
+ }
70
+ },
71
+ {
72
+ "scope": "entity.other.attribute-name",
73
+ "settings": {
74
+ "foreground": "#9cdcfe"
75
+ }
76
+ },
77
+ {
78
+ "scope": [
79
+ "entity.other.attribute-name.class.css",
80
+ "entity.other.attribute-name.class.mixin.css",
81
+ "entity.other.attribute-name.id.css",
82
+ "entity.other.attribute-name.parent-selector.css",
83
+ "entity.other.attribute-name.pseudo-class.css",
84
+ "entity.other.attribute-name.pseudo-element.css",
85
+ "source.css.less entity.other.attribute-name.id",
86
+ "entity.other.attribute-name.scss"
87
+ ],
88
+ "settings": {
89
+ "foreground": "#d7ba7d"
90
+ }
91
+ },
92
+ {
93
+ "scope": "invalid",
94
+ "settings": {
95
+ "foreground": "#f44747"
96
+ }
97
+ },
98
+ {
99
+ "scope": "markup.underline",
100
+ "settings": {
101
+ "fontStyle": "underline"
102
+ }
103
+ },
104
+ {
105
+ "scope": "markup.bold",
106
+ "settings": {
107
+ "fontStyle": "bold",
108
+ "foreground": "#569cd6"
109
+ }
110
+ },
111
+ {
112
+ "scope": "markup.heading",
113
+ "settings": {
114
+ "fontStyle": "bold",
115
+ "foreground": "#569cd6"
116
+ }
117
+ },
118
+ {
119
+ "scope": "markup.italic",
120
+ "settings": {
121
+ "fontStyle": "italic"
122
+ }
123
+ },
124
+ {
125
+ "scope": "markup.inserted",
126
+ "settings": {
127
+ "foreground": "#b5cea8"
128
+ }
129
+ },
130
+ {
131
+ "scope": "markup.deleted",
132
+ "settings": {
133
+ "foreground": "#ce9178"
134
+ }
135
+ },
136
+ {
137
+ "scope": "markup.changed",
138
+ "settings": {
139
+ "foreground": "#569cd6"
140
+ }
141
+ },
142
+ {
143
+ "scope": "punctuation.definition.quote.begin.markdown",
144
+ "settings": {
145
+ "foreground": "#6A9955"
146
+ }
147
+ },
148
+ {
149
+ "scope": "punctuation.definition.list.begin.markdown",
150
+ "settings": {
151
+ "foreground": "#6796e6"
152
+ }
153
+ },
154
+ {
155
+ "scope": "markup.inline.raw",
156
+ "settings": {
157
+ "foreground": "#ce9178"
158
+ }
159
+ },
160
+ {
161
+ "name": "brackets of XML/HTML tags",
162
+ "scope": "punctuation.definition.tag",
163
+ "settings": {
164
+ "foreground": "#808080"
165
+ }
166
+ },
167
+ {
168
+ "scope": [
169
+ "meta.preprocessor",
170
+ "entity.name.function.preprocessor"
171
+ ],
172
+ "settings": {
173
+ "foreground": "#569cd6"
174
+ }
175
+ },
176
+ {
177
+ "scope": "meta.preprocessor.string",
178
+ "settings": {
179
+ "foreground": "#ce9178"
180
+ }
181
+ },
182
+ {
183
+ "scope": "meta.preprocessor.numeric",
184
+ "settings": {
185
+ "foreground": "#b5cea8"
186
+ }
187
+ },
188
+ {
189
+ "scope": "meta.structure.dictionary.key.python",
190
+ "settings": {
191
+ "foreground": "#9cdcfe"
192
+ }
193
+ },
194
+ {
195
+ "scope": "meta.diff.header",
196
+ "settings": {
197
+ "foreground": "#569cd6"
198
+ }
199
+ },
200
+ {
201
+ "scope": "storage",
202
+ "settings": {
203
+ "foreground": "#569cd6"
204
+ }
205
+ },
206
+ {
207
+ "scope": "storage.type",
208
+ "settings": {
209
+ "foreground": "#569cd6"
210
+ }
211
+ },
212
+ {
213
+ "scope": [
214
+ "storage.modifier",
215
+ "keyword.operator.noexcept"
216
+ ],
217
+ "settings": {
218
+ "foreground": "#569cd6"
219
+ }
220
+ },
221
+ {
222
+ "scope": [
223
+ "string",
224
+ "meta.embedded.assembly"
225
+ ],
226
+ "settings": {
227
+ "foreground": "#ce9178"
228
+ }
229
+ },
230
+ {
231
+ "scope": "string.tag",
232
+ "settings": {
233
+ "foreground": "#ce9178"
234
+ }
235
+ },
236
+ {
237
+ "scope": "string.value",
238
+ "settings": {
239
+ "foreground": "#ce9178"
240
+ }
241
+ },
242
+ {
243
+ "scope": "string.regexp",
244
+ "settings": {
245
+ "foreground": "#d16969"
246
+ }
247
+ },
248
+ {
249
+ "name": "String interpolation",
250
+ "scope": [
251
+ "punctuation.definition.template-expression.begin",
252
+ "punctuation.definition.template-expression.end",
253
+ "punctuation.section.embedded"
254
+ ],
255
+ "settings": {
256
+ "foreground": "#569cd6"
257
+ }
258
+ },
259
+ {
260
+ "name": "Reset JavaScript string interpolation expression",
261
+ "scope": [
262
+ "meta.template.expression"
263
+ ],
264
+ "settings": {
265
+ "foreground": "#d4d4d4"
266
+ }
267
+ },
268
+ {
269
+ "scope": [
270
+ "support.type.vendored.property-name",
271
+ "support.type.property-name",
272
+ "variable.css",
273
+ "variable.scss",
274
+ "variable.other.less",
275
+ "source.coffee.embedded"
276
+ ],
277
+ "settings": {
278
+ "foreground": "#9cdcfe"
279
+ }
280
+ },
281
+ {
282
+ "scope": "keyword",
283
+ "settings": {
284
+ "foreground": "#569cd6"
285
+ }
286
+ },
287
+ {
288
+ "scope": "keyword.control",
289
+ "settings": {
290
+ "foreground": "#569cd6"
291
+ }
292
+ },
293
+ {
294
+ "scope": "keyword.operator",
295
+ "settings": {
296
+ "foreground": "#d4d4d4"
297
+ }
298
+ },
299
+ {
300
+ "scope": [
301
+ "keyword.operator.new",
302
+ "keyword.operator.expression",
303
+ "keyword.operator.cast",
304
+ "keyword.operator.sizeof",
305
+ "keyword.operator.alignof",
306
+ "keyword.operator.typeid",
307
+ "keyword.operator.alignas",
308
+ "keyword.operator.instanceof",
309
+ "keyword.operator.logical.python",
310
+ "keyword.operator.wordlike"
311
+ ],
312
+ "settings": {
313
+ "foreground": "#569cd6"
314
+ }
315
+ },
316
+ {
317
+ "scope": "keyword.other.unit",
318
+ "settings": {
319
+ "foreground": "#b5cea8"
320
+ }
321
+ },
322
+ {
323
+ "scope": [
324
+ "punctuation.section.embedded.begin.php",
325
+ "punctuation.section.embedded.end.php"
326
+ ],
327
+ "settings": {
328
+ "foreground": "#569cd6"
329
+ }
330
+ },
331
+ {
332
+ "scope": "support.function.git-rebase",
333
+ "settings": {
334
+ "foreground": "#9cdcfe"
335
+ }
336
+ },
337
+ {
338
+ "scope": "constant.sha.git-rebase",
339
+ "settings": {
340
+ "foreground": "#b5cea8"
341
+ }
342
+ },
343
+ {
344
+ "name": "coloring of the Java import and package identifiers",
345
+ "scope": [
346
+ "storage.modifier.import.java",
347
+ "variable.language.wildcard.java",
348
+ "storage.modifier.package.java"
349
+ ],
350
+ "settings": {
351
+ "foreground": "#d4d4d4"
352
+ }
353
+ },
354
+ {
355
+ "name": "this.self",
356
+ "scope": "variable.language",
357
+ "settings": {
358
+ "foreground": "#569cd6"
359
+ }
360
+ },
361
+ {
362
+ "name": "Function declarations",
363
+ "scope": [
364
+ "entity.name.function",
365
+ "support.function",
366
+ "support.constant.handlebars",
367
+ "source.powershell variable.other.member",
368
+ "entity.name.operator.custom-literal" // See https://en.cppreference.com/w/cpp/language/user_literal
369
+ ],
370
+ "settings": {
371
+ "foreground": "#DCDCAA"
372
+ }
373
+ },
374
+ {
375
+ "name": "Types declaration and references",
376
+ "scope": [
377
+ "meta.return-type",
378
+ "support.class",
379
+ "support.type",
380
+ "entity.name.type",
381
+ "entity.name.namespace",
382
+ "entity.other.attribute",
383
+ "entity.name.scope-resolution",
384
+ "entity.name.class",
385
+ "storage.type.numeric.go",
386
+ "storage.type.byte.go",
387
+ "storage.type.boolean.go",
388
+ "storage.type.string.go",
389
+ "storage.type.uintptr.go",
390
+ "storage.type.error.go",
391
+ "storage.type.rune.go",
392
+ "storage.type.cs",
393
+ "storage.type.generic.cs",
394
+ "storage.type.modifier.cs",
395
+ "storage.type.variable.cs",
396
+ "storage.type.annotation.java",
397
+ "storage.type.generic.java",
398
+ "storage.type.java",
399
+ "storage.type.object.array.java",
400
+ "storage.type.primitive.array.java",
401
+ "storage.type.primitive.java",
402
+ "storage.type.token.java",
403
+ "storage.type.groovy",
404
+ "storage.type.annotation.groovy",
405
+ "storage.type.parameters.groovy",
406
+ "storage.type.generic.groovy",
407
+ "storage.type.object.array.groovy",
408
+ "storage.type.primitive.array.groovy",
409
+ "storage.type.primitive.groovy"
410
+ ],
411
+ "settings": {
412
+ "foreground": "#4EC9B0"
413
+ }
414
+ },
415
+ {
416
+ "name": "Types declaration and references, TS grammar specific",
417
+ "scope": [
418
+ "meta.type.cast.expr",
419
+ "meta.type.new.expr",
420
+ "support.constant.math",
421
+ "support.constant.dom",
422
+ "support.constant.json",
423
+ "entity.other.inherited-class"
424
+ ],
425
+ "settings": {
426
+ "foreground": "#4EC9B0"
427
+ }
428
+ },
429
+ {
430
+ "name": "Control flow / Special keywords",
431
+ "scope": [
432
+ "keyword.control",
433
+ "source.cpp keyword.operator.new",
434
+ "keyword.operator.delete",
435
+ "keyword.other.using",
436
+ "keyword.other.operator",
437
+ "entity.name.operator"
438
+ ],
439
+ "settings": {
440
+ "foreground": "#C586C0"
441
+ }
442
+ },
443
+ {
444
+ "name": "Variable and parameter name",
445
+ "scope": [
446
+ "variable",
447
+ "meta.definition.variable.name",
448
+ "support.variable",
449
+ "entity.nam1e.variable",
450
+ "constant.other.placeholder", // placeholders in strings
451
+ ],
452
+ "settings": {
453
+ "foreground": "#9CDCFE"
454
+ }
455
+ },
456
+ {
457
+ "name": "Constants and enums",
458
+ "scope": [
459
+ "variable.other.constant",
460
+ "variable.other.enummember"
461
+ ],
462
+ "settings": {
463
+ "foreground": "#4FC1FF",
464
+ }
465
+ },
466
+ {
467
+ "name": "Object keys, TS grammar specific",
468
+ "scope": [
469
+ "meta.object-literal.key"
470
+ ],
471
+ "settings": {
472
+ "foreground": "#9CDCFE"
473
+ }
474
+ },
475
+ {
476
+ "name": "CSS property value",
477
+ "scope": [
478
+ "support.constant.property-value",
479
+ "support.constant.font-name",
480
+ "support.constant.media-type",
481
+ "support.constant.media",
482
+ "constant.other.color.rgb-value",
483
+ "constant.other.rgb-value",
484
+ "support.constant.color"
485
+ ],
486
+ "settings": {
487
+ "foreground": "#CE9178"
488
+ }
489
+ },
490
+ {
491
+ "name": "Regular expression groups",
492
+ "scope": [
493
+ "punctuation.definition.group.regexp",
494
+ "punctuation.definition.group.assertion.regexp",
495
+ "punctuation.definition.character-class.regexp",
496
+ "punctuation.character.set.begin.regexp",
497
+ "punctuation.character.set.end.regexp",
498
+ "keyword.operator.negation.regexp",
499
+ "support.other.parenthesis.regexp"
500
+ ],
501
+ "settings": {
502
+ "foreground": "#CE9178"
503
+ }
504
+ },
505
+ {
506
+ "scope": [
507
+ "constant.character.character-class.regexp",
508
+ "constant.other.character-class.set.regexp",
509
+ "constant.other.character-class.regexp",
510
+ "constant.character.set.regexp"
511
+ ],
512
+ "settings": {
513
+ "foreground": "#d16969"
514
+ }
515
+ },
516
+ {
517
+ "scope": [
518
+ "keyword.operator.or.regexp",
519
+ "keyword.control.anchor.regexp"
520
+ ],
521
+ "settings": {
522
+ "foreground": "#DCDCAA"
523
+ }
524
+ },
525
+ {
526
+ "scope": "keyword.operator.quantifier.regexp",
527
+ "settings": {
528
+ "foreground": "#d7ba7d"
529
+ }
530
+ },
531
+ {
532
+ "scope": "constant.character",
533
+ "settings": {
534
+ "foreground": "#569cd6"
535
+ }
536
+ },
537
+ {
538
+ "scope": "constant.character.escape",
539
+ "settings": {
540
+ "foreground": "#d7ba7d"
541
+ }
542
+ },
543
+ {
544
+ "scope": "entity.name.label",
545
+ "settings": {
546
+ "foreground": "#C8C8C8"
547
+ }
548
+ }
549
+ ],
550
+ colors: {
551
+ "editor.foreground": '#d4d4d4ff',
552
+ "activityBar.activeBorder": "#ffffff1f",
553
+ "activityBar.activeForeground": "#FFFFFF",
554
+ "activityBar.background": "#00000000",
555
+ "activityBar.border": "#252729",
556
+ "activityBar.disableForeground": "#5F656B",
557
+ "activityBar.dropBackground": "#43484D",
558
+ "activityBar.foreground": "#D7DBDE",
559
+ "activityBar.inactiveForeground": "#868C91",
560
+ "activityBarBadge.background": "#167CDB",
561
+ "activityBarBadge.foreground": "#FFFFFF",
562
+ "badge.background": "#FFFFFF40",
563
+ "badge.foreground": "#D7DBDE",
564
+ "checkbox.background": "#00000040",
565
+ "checkbox.border": "#00000000",
566
+ "descriptionForeground": "#868C91",
567
+ "diffEditor.insertedTextBackground": "#12A7A740",
568
+ "editor.background": "#151B21",
569
+ "editor.findMatchHighlightBackground": "#D7491A40",
570
+ "editorGroup.border": "#43484D",
571
+ "editorGroup.dropBackground": "#5F656B40",
572
+ "editorGroup.emptyBackground": "#00000000",
573
+ "editorGroupHeader.tabsBackground": "#00000000",
574
+ "editorSuggestWidget.selectedBackground": "#1A66AC",
575
+ "errorForeground": "#D21F28",
576
+ "focusBorder": "#167CDB",
577
+ "foreground": "#D7DBDE",
578
+ "gitDecoration.addedResourceForeground": "#8FD460",
579
+ "gitDecoration.conflictingResourceForeground": "#7F9EF3",
580
+ "gitDecoration.deletedResourceForeground": "#F3956A",
581
+ "gitDecoration.ignoredResourceForeground": "#BBC0C4",
582
+ "gitDecoration.modifiedResourceForeground": "#F3CC62",
583
+ "gitDecoration.submoduleResourceForeground": "#67ABEB",
584
+ "gitDecoration.untrackedResourceForeground": "#58D1C9",
585
+ "icon.foreground": "#D7DBDE",
586
+ "input.background": "#00000040",
587
+ "input.foreground": "#D7DBDE",
588
+ "input.placeholderForeground": "#5F656B",
589
+ "inputDropdown.searchMatchForeground": "#3895EB",
590
+ "inputIcon.foreground": "#5F656B",
591
+ "inputValidation.errorBackground": "#321115",
592
+ "inputValidation.errorBorder": "#D21F28",
593
+ "inputValidation.errorForeground": "#D7DBDE",
594
+ "inputValidation.errorText": "#D21F28",
595
+ "inputValidation.warningBackground": "#332510",
596
+ "inputValidation.warningBorder": "#DBA936",
597
+ "inputValidation.warningText": "#DBA936",
598
+ "keybinding.background": "#5F656B33",
599
+ "kt.accentForeground": "#FFFFFF",
600
+ "kt.actionbar.disableForeground": "#5F656B",
601
+ "kt.actionbar.foreground": "#D7DBDE",
602
+ "kt.actionbar.selectionBackground": "#1B2F44",
603
+ "kt.actionbar.selectionBorder": "#1A66AC",
604
+ "kt.actionbar.separatorBackground": "#5F656B40",
605
+ "kt.activityBar.dropUpBackground": "#1F507D",
606
+ "kt.button.disableBackground": "#5F656B40",
607
+ "kt.button.disableBorder": "#5F656B80",
608
+ "kt.button.disableForeground": "#5F656B",
609
+ "kt.checkbox.disableBackground": "#5F656B40",
610
+ "kt.checkbox.disableForeground": "#5F656B",
611
+ "kt.checkbox.hoverBorder": "#167CDB",
612
+ "kt.checkbox.selectionBackground": "#167CDB",
613
+ "kt.checkbox.selectionForeground": "#FFFFFF",
614
+ "kt.dangerButton.background": "#DB4345",
615
+ "kt.dangerButton.clickBackground": "#D21F28",
616
+ "kt.dangerButton.foreground": "#FFFFFF",
617
+ "kt.dangerButton.hoverBackground": "#F37370",
618
+ "kt.dangerGhostButton.border": "#DB4345",
619
+ "kt.dangerGhostButton.clickBorder": "#D21F28",
620
+ "kt.dangerGhostButton.clickForeground": "#D21F28",
621
+ "kt.dangerGhostButton.foreground": "#DB4345",
622
+ "kt.dangerGhostButton.hoverBorder": "#F37370",
623
+ "kt.dangerGhostButton.hoverForeground": "#F37370",
624
+ "kt.defaultButton.background": "#43484D",
625
+ "kt.defaultButton.border": "#00000000",
626
+ "kt.defaultButton.clickBackground": "#35393D",
627
+ "kt.defaultButton.clickBorder": "#00000000",
628
+ "kt.defaultButton.disableBackground": "#5F656B40",
629
+ "kt.defaultButton.disableBorder": "#5F656B80",
630
+ "kt.defaultButton.disableForeground": "#5F656B",
631
+ "kt.defaultButton.foreground": "#D7DBDE",
632
+ "kt.defaultButton.hoverBackground": "#5F656B",
633
+ "kt.defaultButton.hoverBorder": "#00000000",
634
+ "kt.defaultButton.selectionBackground": "#167CDB",
635
+ "kt.defaultButton.selectionForeground": "#FFFFFF",
636
+ "kt.dirtyDot.foreground": "#868C91",
637
+ "kt.disableForeground": "#5F656B",
638
+ "kt.editorBreadcrumb.borderDown": "#e9e9e914",
639
+ "kt.errorBackground": "#D21F2840",
640
+ "kt.errorIconForeground": "#DB4345",
641
+ "kt.hintBackground": "#5F656B40",
642
+ "kt.hintIconForeground": "#868C91",
643
+ "kt.icon.clickForeground": "#D7DBDE",
644
+ "kt.icon.disableForeground": "#5F656B",
645
+ "kt.icon.foreground": "#D7DBDE",
646
+ "kt.icon.hoverBackground": "#1B2F44",
647
+ "kt.icon.hoverForeground": "#D7DBDE",
648
+ "kt.icon.secondaryForeground": "#868C91",
649
+ "kt.infoBackground": "#167CDB40",
650
+ "kt.infoIconForeground": "#3895EB",
651
+ "kt.input.border": "#00000000",
652
+ "kt.input.disableBackground": "#5F656B40",
653
+ "kt.input.disableForeground": "#5F656B",
654
+ "kt.input.selectionBackground": "#1A66AC",
655
+ "kt.linkButton.clickForeground": "#167CDB",
656
+ "kt.linkButton.disableForeground": "#5F656B",
657
+ "kt.linkButton.foreground": "#3895EB",
658
+ "kt.linkButton.hoverForeground": "#67ABEB",
659
+ "kt.menu.descriptionForeground": "#868C91",
660
+ "kt.menu.disableForeground": "#5F656B",
661
+ "kt.menubar.background": "#00000000",
662
+ "kt.menubar.border": "#252729",
663
+ "kt.menubar.foreground": "#D7DBDE",
664
+ "kt.menubar.separatorBackground": "#5F656B40",
665
+ "kt.modal.background": "#35393D",
666
+ "kt.modal.foreground": "#D7DBDE",
667
+ "kt.modal.separatorBackground": "#2C3033",
668
+ "kt.modalErrorIcon.foreground": "#DB4345",
669
+ "kt.modalInfoIcon.foreground": "#3895EB",
670
+ "kt.modalSuccessIcon.foreground": "#64B436",
671
+ "kt.modalWarningIcon.foreground": "#DBA936",
672
+ "kt.panel.secondaryForeground": "#868C91",
673
+ "kt.panelTab.activeBackground": "#202224",
674
+ "kt.panelTab.activeForeground": "#FFFFFF",
675
+ "kt.panelTab.border": "#2C3033",
676
+ "kt.panelTab.inactiveBackground": "#35393D",
677
+ "kt.panelTab.inactiveForeground": "#D7DBDE",
678
+ "kt.panelTitle.background": "#151b21",
679
+ "kt.popover.background": "#35393D",
680
+ "kt.popover.border": "#2C3033",
681
+ "kt.popover.foreground": "#D7DBDE",
682
+ "kt.popover.prominentBackground": "#2C3033",
683
+ "kt.primaryButton.background": "#167CDB",
684
+ "kt.primaryButton.clickBackground": "#1A66AC",
685
+ "kt.primaryButton.foreground": "#FFFFFF",
686
+ "kt.primaryButton.hoverBackground": "#3895EB",
687
+ "kt.primaryGhostButton.border": "#3895EB",
688
+ "kt.primaryGhostButton.clickBorder": "#167CDB",
689
+ "kt.primaryGhostButton.clickForeground": "#167CDB",
690
+ "kt.primaryGhostButton.foreground": "#3895EB",
691
+ "kt.secondaryButton.border": "#5F656B",
692
+ "kt.secondaryButton.clickBorder": "#167CDB",
693
+ "kt.secondaryButton.clickForeground": "#167CDB",
694
+ "kt.secondaryButton.foreground": "#D7DBDE",
695
+ "kt.secondaryButton.hoverBorder": "#3895EB",
696
+ "kt.secondaryButton.hoverForeground": "#3895EB",
697
+ "kt.select.background": "#00000040",
698
+ "kt.select.border": "#00000000",
699
+ "kt.select.disableBackground": "#5F656B40",
700
+ "kt.select.disableForeground": "#5F656B",
701
+ "kt.select.foreground": "#D7DBDE",
702
+ "kt.select.placeholderForeground": "#5F656B",
703
+ "kt.selectDropdown.background": "#35393D",
704
+ "kt.selectDropdown.foreground": "#D7DBDE",
705
+ "kt.selectDropdown.hoverBackground": "#5F656B40",
706
+ "kt.selectDropdown.selectionBackground": "#167CDB40",
707
+ "kt.selectOption.activeBorder": "#167CDB",
708
+ "kt.statusbar.offline.background": "#DB4345",
709
+ "kt.successBackground": "#48A91840",
710
+ "kt.successIconForeground": "#64B436",
711
+ "kt.tab.activeBorder": "#167CDB",
712
+ "kt.tab.activeForeground": "#FFFFFF",
713
+ "kt.tab.borderDown": "#5F656B40",
714
+ "kt.tab.inactiveForeground": "#D7DBDE",
715
+ "kt.tree.activeSelectionBackground": "#1A66AC",
716
+ "kt.tree.activeSelectionForeground": "#FFFFFF",
717
+ "kt.tree.hoverBackground": "#5F656B40",
718
+ "kt.tree.hoverForeground": "#D7DBDE",
719
+ "kt.tree.inactiveSelectionBackground": "#ffffff1f",
720
+ "kt.tree.inactiveSelectionForeground": "#D7DBDE",
721
+ "kt.warningBackground": "#D7951340",
722
+ "kt.warningIconForeground": "#DBA936",
723
+ "kt.whiteGhostButton.border": "#FFFFFF",
724
+ "kt.whiteGhostButton.clickBorder": "#FFFFFFA6",
725
+ "kt.whiteGhostButton.clickForeground": "#FFFFFFA6",
726
+ "kt.whiteGhostButton.disableBackground": "#FFFFFF03",
727
+ "kt.whiteGhostButton.disableBorder": "#FFFFFF40",
728
+ "kt.whiteGhostButton.disableForeground": "#FFFFFF40",
729
+ "kt.whiteGhostButton.foreground": "#FFFFFF",
730
+ "list.activeSelectionBackground": "#1A66AC",
731
+ "list.activeSelectionForeground": "#e1e4e8",
732
+ "list.evenItemBackground": "#5F656B14",
733
+ "list.headerBackground": "#5F656B1F",
734
+ "list.hoverBackground": "#5F656B40",
735
+ "menu.background": "#35393D",
736
+ "menu.foreground": "#D7DBDE",
737
+ "menu.selectionBackground": "#5F656B40",
738
+ "menu.selectionForeground": "#FFFFFF",
739
+ "menu.separatorBackground": "#43484D",
740
+ "menubar.selectionBackground": "#2C3033",
741
+ "menubar.selectionForeground": "#FFFFFF",
742
+ "message.background": "#35393D",
743
+ "message.foreground": "#D7DBDE",
744
+ "messageErrorIcon.foreground": "#DB4345",
745
+ "messageInfoIcon.foreground": "#3895EB",
746
+ "messageSuccessIcon.foreground": "#64B436",
747
+ "messageWarningIcon.foreground": "#DBA936",
748
+ "notifications.background": "#35393D",
749
+ "notifications.foreground": "#D7DBDE",
750
+ "notificationsErrorIcon.foreground": "#DB4345",
751
+ "notificationsInfoIcon.foreground": "#3895EB",
752
+ "notificationsWarningIcon.foreground": "#DBA936",
753
+ "panel.background": "#151b21",
754
+ "panel.border": "#43484D",
755
+ "panel.foreground": "#D7DBDE",
756
+ "panel.selectionBackground": "#5F656B40",
757
+ "panel.separatorBackground": "#2C3033",
758
+ "panelMenuBadge.background": "#00000040",
759
+ "panelMenuBar.background": "#2C3033",
760
+ "panelMenuBarBadge.foreground": "#5F656B40",
761
+ "panelTabBarActionIcon.Background": "#868C91",
762
+ "panelTabBarError.foreground": "#DB4345",
763
+ "panelTitle.activeBorder": "#167CDB",
764
+ "panelTitle.activeForeground": "#FFFFFF",
765
+ "panelTitle.hoverForeground": "#FFFFFF",
766
+ "panelTitle.inactiveForeground": "#D7DBDE",
767
+ "selectDropdown.descriptionForeground": "#868C91",
768
+ "selectDropdown.teamForeground": "#868C91",
769
+ "sideBar.background": "#00000000",
770
+ "sideBar.border": "#ffffff1f",
771
+ "sideBar.dropBackground": "#43484D",
772
+ "sideBar.dropUpBackground": "#1F507D",
773
+ "sideBarSectionHeader.background": "#00000000",
774
+ "sideBarSectionHeader.foreground": "#FFFFFF",
775
+ "sideBarTitle.foreground": "#FFFFFF",
776
+ "statusBar.background": "#00000000",
777
+ "statusBar.debuggingBackground": "#D77915",
778
+ "statusBar.foreground": "#FFFFFF",
779
+ "statusBar.noFolderBackground": "#43484D",
780
+ "statusBarItem.activeBackground": "#FFFFFF40",
781
+ "statusBarItem.hoverBackground": "#FFFFFF03",
782
+ "statusBarItem.remoteBackground": "#6329B4",
783
+ "tab.activeBackground": "#ffffff0f",
784
+ "tab.activeForeground": "#FFFFFF",
785
+ "tab.border": "#e9e9e914",
786
+ "tab.inactiveBackground": "#00000000",
787
+ "tab.inactiveForeground": "#7F8285",
788
+ "tab.unfocusedActiveBackground": "#202224",
789
+ "tab.unfocusedActiveForeground": "#868C91",
790
+ "tab.unfocusedInactiveForeground": "#868C91",
791
+ "terminal.background": "#151b21",
792
+ "terminal.border": "#252729",
793
+ "terminal.foreground": "#D7DBDE",
794
+ "terminal.offlineBackground": "#D21F2840",
795
+ "terminal.offlineForeground": "#868C91",
796
+ "terminal.offlineLinkForeground": "#3895EB",
797
+ "terminal.selectionBackground": "#5F656B40",
798
+ "tooltip.background": "#35393D",
799
+ "tooltip.foreground": "#D7DBDE",
800
+ "widget.shadow": "#00000099",
801
+ "list.focusOutline": "#00000000",
802
+ "editorInlayHint.parameterBackground": "#00000000"
803
+ },
804
+ semanticHighlighting: true,
805
+ semanticTokenColors: {
806
+ newOperator: "#d4d4d4",
807
+ stringLiteral: "#ce9178",
808
+ customLiteral: "#D4D4D4",
809
+ numberLiteral: "#b5cea8",
810
+ },
811
+ encodedTokensColors: [],
812
+ rules: [],
813
+ base: 'vs-dark',
814
+ inherit: true,
815
+ hasDefaultTokens: false,
816
+ id: 'OpenSumi AI Native Theme',
817
+ name: 'OpenSumi AI Native Dark+ (default dark)',
818
+ };