@opensumi/ide-theme 2.21.9-rc-1671176957.0 → 2.21.9

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 (92) hide show
  1. package/lib/browser/icon.service.d.ts +1 -3
  2. package/lib/browser/icon.service.d.ts.map +1 -1
  3. package/lib/browser/icon.service.js +4 -36
  4. package/lib/browser/icon.service.js.map +1 -1
  5. package/lib/common/theme.service.d.ts +0 -20
  6. package/lib/common/theme.service.d.ts.map +1 -1
  7. package/lib/common/theme.service.js.map +1 -1
  8. package/package.json +8 -9
  9. package/src/browser/default-theme.ts +0 -547
  10. package/src/browser/icon-theme-data.ts +0 -294
  11. package/src/browser/icon-theme-store.ts +0 -38
  12. package/src/browser/icon.less +0 -15
  13. package/src/browser/icon.service.ts +0 -457
  14. package/src/browser/index.ts +0 -45
  15. package/src/browser/semantic-tokens-registry.ts +0 -217
  16. package/src/browser/style.service.ts +0 -51
  17. package/src/browser/theme-data.ts +0 -719
  18. package/src/browser/theme-store.ts +0 -95
  19. package/src/browser/theme.contribution.ts +0 -343
  20. package/src/browser/workbench.theme.service.ts +0 -703
  21. package/src/common/color-registry.ts +0 -52
  22. package/src/common/color-tokens/activity-bar.ts +0 -122
  23. package/src/common/color-tokens/badge.ts +0 -31
  24. package/src/common/color-tokens/base.ts +0 -90
  25. package/src/common/color-tokens/basic-color.ts +0 -9
  26. package/src/common/color-tokens/breadcrumb.ts +0 -60
  27. package/src/common/color-tokens/button.ts +0 -69
  28. package/src/common/color-tokens/charts.ts +0 -68
  29. package/src/common/color-tokens/checkbox.ts +0 -23
  30. package/src/common/color-tokens/custom/actionbar.ts +0 -51
  31. package/src/common/color-tokens/custom/activity-bar.ts +0 -16
  32. package/src/common/color-tokens/custom/badge.ts +0 -30
  33. package/src/common/color-tokens/custom/base.ts +0 -111
  34. package/src/common/color-tokens/custom/button.ts +0 -359
  35. package/src/common/color-tokens/custom/checkbox.ts +0 -36
  36. package/src/common/color-tokens/custom/decoration.ts +0 -71
  37. package/src/common/color-tokens/custom/editor.ts +0 -27
  38. package/src/common/color-tokens/custom/extension.ts +0 -9
  39. package/src/common/color-tokens/custom/icon.ts +0 -30
  40. package/src/common/color-tokens/custom/index.ts +0 -26
  41. package/src/common/color-tokens/custom/input.ts +0 -48
  42. package/src/common/color-tokens/custom/menu.ts +0 -61
  43. package/src/common/color-tokens/custom/modal.ts +0 -57
  44. package/src/common/color-tokens/custom/notification.ts +0 -16
  45. package/src/common/color-tokens/custom/panel.ts +0 -112
  46. package/src/common/color-tokens/custom/popover.ts +0 -28
  47. package/src/common/color-tokens/custom/select.ts +0 -155
  48. package/src/common/color-tokens/custom/settings.ts +0 -32
  49. package/src/common/color-tokens/custom/statusbar.ts +0 -16
  50. package/src/common/color-tokens/custom/tab.ts +0 -31
  51. package/src/common/color-tokens/custom/tooltip.ts +0 -55
  52. package/src/common/color-tokens/custom/tree.ts +0 -106
  53. package/src/common/color-tokens/debug.ts +0 -103
  54. package/src/common/color-tokens/debugToolbar.ts +0 -134
  55. package/src/common/color-tokens/dropdown.ts +0 -27
  56. package/src/common/color-tokens/editor.ts +0 -876
  57. package/src/common/color-tokens/index.ts +0 -35
  58. package/src/common/color-tokens/input.ts +0 -105
  59. package/src/common/color-tokens/list-tree.ts +0 -205
  60. package/src/common/color-tokens/menu-bar.ts +0 -43
  61. package/src/common/color-tokens/menu.ts +0 -53
  62. package/src/common/color-tokens/merge-conflict.ts +0 -145
  63. package/src/common/color-tokens/minimap.ts +0 -99
  64. package/src/common/color-tokens/notification.ts +0 -169
  65. package/src/common/color-tokens/panel.ts +0 -177
  66. package/src/common/color-tokens/pick-view.ts +0 -96
  67. package/src/common/color-tokens/picker.ts +0 -15
  68. package/src/common/color-tokens/progress-bar.ts +0 -12
  69. package/src/common/color-tokens/quick-input.ts +0 -57
  70. package/src/common/color-tokens/scrollbar.ts +0 -42
  71. package/src/common/color-tokens/settings.ts +0 -126
  72. package/src/common/color-tokens/sidebar.ts +0 -121
  73. package/src/common/color-tokens/snippet.ts +0 -33
  74. package/src/common/color-tokens/status-bar.ts +0 -350
  75. package/src/common/color-tokens/tab.ts +0 -346
  76. package/src/common/color-tokens/testing.ts +0 -105
  77. package/src/common/color-tokens/text.ts +0 -41
  78. package/src/common/color-tokens/title-bar.ts +0 -62
  79. package/src/common/color-tokens/toolbar.ts +0 -28
  80. package/src/common/color-tokens/welcome-page.ts +0 -27
  81. package/src/common/color.ts +0 -647
  82. package/src/common/default-themes.ts +0 -273
  83. package/src/common/event.ts +0 -9
  84. package/src/common/index.ts +0 -8
  85. package/src/common/mocks/theme.service.ts +0 -55
  86. package/src/common/plistParser.ts +0 -525
  87. package/src/common/semantic-tokens-registry.ts +0 -439
  88. package/src/common/style.ts +0 -9
  89. package/src/common/theme.service.ts +0 -363
  90. package/src/common/themeCompatibility.ts +0 -95
  91. package/src/common/utils.ts +0 -195
  92. package/src/index.ts +0 -1
@@ -1,547 +0,0 @@
1
- export default {
2
- themeSettings: [
3
- {
4
- scope: ['meta.embedded', 'source.groovy.embedded'],
5
- settings: {
6
- foreground: '#D4D4D4',
7
- },
8
- },
9
- {
10
- scope: 'emphasis',
11
- settings: {
12
- fontStyle: 'italic',
13
- },
14
- },
15
- {
16
- scope: 'strong',
17
- settings: {
18
- fontStyle: 'bold',
19
- },
20
- },
21
- {
22
- scope: 'header',
23
- settings: {
24
- foreground: '#000080',
25
- },
26
- },
27
- {
28
- scope: 'comment',
29
- settings: {
30
- foreground: '#6A9955',
31
- },
32
- },
33
- {
34
- scope: 'constant.language',
35
- settings: {
36
- foreground: '#569cd6',
37
- },
38
- },
39
- {
40
- scope: [
41
- 'constant.numeric',
42
- 'variable.other.enummember',
43
- 'keyword.operator.plus.exponent',
44
- 'keyword.operator.minus.exponent',
45
- ],
46
- settings: {
47
- foreground: '#b5cea8',
48
- },
49
- },
50
- {
51
- scope: 'constant.regexp',
52
- settings: {
53
- foreground: '#646695',
54
- },
55
- },
56
- {
57
- scope: 'entity.name.tag',
58
- settings: {
59
- foreground: '#569cd6',
60
- },
61
- },
62
- {
63
- scope: 'entity.name.tag.css',
64
- settings: {
65
- foreground: '#d7ba7d',
66
- },
67
- },
68
- {
69
- scope: 'entity.other.attribute-name',
70
- settings: {
71
- foreground: '#9cdcfe',
72
- },
73
- },
74
- {
75
- scope: [
76
- 'entity.other.attribute-name.class.css',
77
- 'entity.other.attribute-name.class.mixin.css',
78
- 'entity.other.attribute-name.id.css',
79
- 'entity.other.attribute-name.parent-selector.css',
80
- 'entity.other.attribute-name.pseudo-class.css',
81
- 'entity.other.attribute-name.pseudo-element.css',
82
- 'source.css.less entity.other.attribute-name.id',
83
- 'entity.other.attribute-name.scss',
84
- ],
85
- settings: {
86
- foreground: '#d7ba7d',
87
- },
88
- },
89
- {
90
- scope: 'invalid',
91
- settings: {
92
- foreground: '#f44747',
93
- },
94
- },
95
- {
96
- scope: 'markup.underline',
97
- settings: {
98
- fontStyle: 'underline',
99
- },
100
- },
101
- {
102
- scope: 'markup.bold',
103
- settings: {
104
- fontStyle: 'bold',
105
- foreground: '#569cd6',
106
- },
107
- },
108
- {
109
- scope: 'markup.heading',
110
- settings: {
111
- fontStyle: 'bold',
112
- foreground: '#569cd6',
113
- },
114
- },
115
- {
116
- scope: 'markup.italic',
117
- settings: {
118
- fontStyle: 'italic',
119
- },
120
- },
121
- {
122
- scope: 'markup.inserted',
123
- settings: {
124
- foreground: '#b5cea8',
125
- },
126
- },
127
- {
128
- scope: 'markup.deleted',
129
- settings: {
130
- foreground: '#ce9178',
131
- },
132
- },
133
- {
134
- scope: 'markup.changed',
135
- settings: {
136
- foreground: '#569cd6',
137
- },
138
- },
139
- {
140
- scope: 'punctuation.definition.quote.begin.markdown',
141
- settings: {
142
- foreground: '#6A9955',
143
- },
144
- },
145
- {
146
- scope: 'punctuation.definition.list.begin.markdown',
147
- settings: {
148
- foreground: '#6796e6',
149
- },
150
- },
151
- {
152
- scope: 'markup.inline.raw',
153
- settings: {
154
- foreground: '#ce9178',
155
- },
156
- },
157
- {
158
- name: 'brackets of XML/HTML tags',
159
- scope: 'punctuation.definition.tag',
160
- settings: {
161
- foreground: '#808080',
162
- },
163
- },
164
- {
165
- scope: ['meta.preprocessor', 'entity.name.function.preprocessor'],
166
- settings: {
167
- foreground: '#569cd6',
168
- },
169
- },
170
- {
171
- scope: 'meta.preprocessor.string',
172
- settings: {
173
- foreground: '#ce9178',
174
- },
175
- },
176
- {
177
- scope: 'meta.preprocessor.numeric',
178
- settings: {
179
- foreground: '#b5cea8',
180
- },
181
- },
182
- {
183
- scope: 'meta.structure.dictionary.key.python',
184
- settings: {
185
- foreground: '#9cdcfe',
186
- },
187
- },
188
- {
189
- scope: 'meta.diff.header',
190
- settings: {
191
- foreground: '#569cd6',
192
- },
193
- },
194
- {
195
- scope: 'storage',
196
- settings: {
197
- foreground: '#569cd6',
198
- },
199
- },
200
- {
201
- scope: 'storage.type',
202
- settings: {
203
- foreground: '#569cd6',
204
- },
205
- },
206
- {
207
- scope: ['storage.modifier', 'keyword.operator.noexcept'],
208
- settings: {
209
- foreground: '#569cd6',
210
- },
211
- },
212
- {
213
- scope: ['string', 'meta.embedded.assembly'],
214
- settings: {
215
- foreground: '#ce9178',
216
- },
217
- },
218
- {
219
- scope: 'string.tag',
220
- settings: {
221
- foreground: '#ce9178',
222
- },
223
- },
224
- {
225
- scope: 'string.value',
226
- settings: {
227
- foreground: '#ce9178',
228
- },
229
- },
230
- {
231
- scope: 'string.regexp',
232
- settings: {
233
- foreground: '#d16969',
234
- },
235
- },
236
- {
237
- name: 'String interpolation',
238
- scope: [
239
- 'punctuation.definition.template-expression.begin',
240
- 'punctuation.definition.template-expression.end',
241
- 'punctuation.section.embedded',
242
- ],
243
- settings: {
244
- foreground: '#569cd6',
245
- },
246
- },
247
- {
248
- name: 'Reset JavaScript string interpolation expression',
249
- scope: ['meta.template.expression'],
250
- settings: {
251
- foreground: '#d4d4d4',
252
- },
253
- },
254
- {
255
- scope: [
256
- 'support.type.vendored.property-name',
257
- 'support.type.property-name',
258
- 'variable.css',
259
- 'variable.scss',
260
- 'variable.other.less',
261
- 'source.coffee.embedded',
262
- ],
263
- settings: {
264
- foreground: '#9cdcfe',
265
- },
266
- },
267
- {
268
- scope: 'keyword',
269
- settings: {
270
- foreground: '#569cd6',
271
- },
272
- },
273
- {
274
- scope: 'keyword.control',
275
- settings: {
276
- foreground: '#569cd6',
277
- },
278
- },
279
- {
280
- scope: 'keyword.operator',
281
- settings: {
282
- foreground: '#d4d4d4',
283
- },
284
- },
285
- {
286
- scope: [
287
- 'keyword.operator.new',
288
- 'keyword.operator.expression',
289
- 'keyword.operator.cast',
290
- 'keyword.operator.sizeof',
291
- 'keyword.operator.alignof',
292
- 'keyword.operator.typeid',
293
- 'keyword.operator.alignas',
294
- 'keyword.operator.instanceof',
295
- 'keyword.operator.logical.python',
296
- 'keyword.operator.wordlike',
297
- ],
298
- settings: {
299
- foreground: '#569cd6',
300
- },
301
- },
302
- {
303
- scope: 'keyword.other.unit',
304
- settings: {
305
- foreground: '#b5cea8',
306
- },
307
- },
308
- {
309
- scope: ['punctuation.section.embedded.begin.php', 'punctuation.section.embedded.end.php'],
310
- settings: {
311
- foreground: '#569cd6',
312
- },
313
- },
314
- {
315
- scope: 'support.function.git-rebase',
316
- settings: {
317
- foreground: '#9cdcfe',
318
- },
319
- },
320
- {
321
- scope: 'constant.sha.git-rebase',
322
- settings: {
323
- foreground: '#b5cea8',
324
- },
325
- },
326
- {
327
- name: 'coloring of the Java import and package identifiers',
328
- scope: ['storage.modifier.import.java', 'variable.language.wildcard.java', 'storage.modifier.package.java'],
329
- settings: {
330
- foreground: '#d4d4d4',
331
- },
332
- },
333
- {
334
- name: 'this.self',
335
- scope: 'variable.language',
336
- settings: {
337
- foreground: '#569cd6',
338
- },
339
- },
340
-
341
- {
342
- name: 'Function declarations',
343
- scope: [
344
- 'entity.name.function',
345
- 'support.function',
346
- 'support.constant.handlebars',
347
- 'source.powershell variable.other.member',
348
- 'entity.name.operator.custom-literal', // See https://en.cppreference.com/w/cpp/language/user_literal
349
- ],
350
- settings: {
351
- foreground: '#DCDCAA',
352
- },
353
- },
354
- {
355
- name: 'Types declaration and references',
356
- scope: [
357
- 'meta.return-type',
358
- 'support.class',
359
- 'support.type',
360
- 'entity.name.type',
361
- 'entity.name.namespace',
362
- 'entity.other.attribute',
363
- 'entity.name.scope-resolution',
364
- 'entity.name.class',
365
- 'storage.type.numeric.go',
366
- 'storage.type.byte.go',
367
- 'storage.type.boolean.go',
368
- 'storage.type.string.go',
369
- 'storage.type.uintptr.go',
370
- 'storage.type.error.go',
371
- 'storage.type.rune.go',
372
- 'storage.type.cs',
373
- 'storage.type.generic.cs',
374
- 'storage.type.modifier.cs',
375
- 'storage.type.variable.cs',
376
- 'storage.type.annotation.java',
377
- 'storage.type.generic.java',
378
- 'storage.type.java',
379
- 'storage.type.object.array.java',
380
- 'storage.type.primitive.array.java',
381
- 'storage.type.primitive.java',
382
- 'storage.type.token.java',
383
- 'storage.type.groovy',
384
- 'storage.type.annotation.groovy',
385
- 'storage.type.parameters.groovy',
386
- 'storage.type.generic.groovy',
387
- 'storage.type.object.array.groovy',
388
- 'storage.type.primitive.array.groovy',
389
- 'storage.type.primitive.groovy',
390
- ],
391
- settings: {
392
- foreground: '#4EC9B0',
393
- },
394
- },
395
- {
396
- name: 'Types declaration and references, TS grammar specific',
397
- scope: [
398
- 'meta.type.cast.expr',
399
- 'meta.type.new.expr',
400
- 'support.constant.math',
401
- 'support.constant.dom',
402
- 'support.constant.json',
403
- 'entity.other.inherited-class',
404
- ],
405
- settings: {
406
- foreground: '#4EC9B0',
407
- },
408
- },
409
- {
410
- name: 'Control flow / Special keywords',
411
- scope: [
412
- 'keyword.control',
413
- 'source.cpp keyword.operator.new',
414
- 'keyword.operator.delete',
415
- 'keyword.other.using',
416
- 'keyword.other.operator',
417
- 'entity.name.operator',
418
- ],
419
- settings: {
420
- foreground: '#C586C0',
421
- },
422
- },
423
- {
424
- name: 'Variable and parameter name',
425
- scope: [
426
- 'variable',
427
- 'meta.definition.variable.name',
428
- 'support.variable',
429
- 'entity.name.variable',
430
- 'constant.other.placeholder', // placeholders in strings
431
- ],
432
- settings: {
433
- foreground: '#9CDCFE',
434
- },
435
- },
436
- {
437
- name: 'Constants and enums',
438
- scope: ['variable.other.constant', 'variable.other.enummember'],
439
- settings: {
440
- foreground: '#4FC1FF',
441
- },
442
- },
443
- {
444
- name: 'Object keys, TS grammar specific',
445
- scope: ['meta.object-literal.key'],
446
- settings: {
447
- foreground: '#9CDCFE',
448
- },
449
- },
450
- {
451
- name: 'CSS property value',
452
- scope: [
453
- 'support.constant.property-value',
454
- 'support.constant.font-name',
455
- 'support.constant.media-type',
456
- 'support.constant.media',
457
- 'constant.other.color.rgb-value',
458
- 'constant.other.rgb-value',
459
- 'support.constant.color',
460
- ],
461
- settings: {
462
- foreground: '#CE9178',
463
- },
464
- },
465
- {
466
- name: 'Regular expression groups',
467
- scope: [
468
- 'punctuation.definition.group.regexp',
469
- 'punctuation.definition.group.assertion.regexp',
470
- 'punctuation.definition.character-class.regexp',
471
- 'punctuation.character.set.begin.regexp',
472
- 'punctuation.character.set.end.regexp',
473
- 'keyword.operator.negation.regexp',
474
- 'support.other.parenthesis.regexp',
475
- ],
476
- settings: {
477
- foreground: '#CE9178',
478
- },
479
- },
480
- {
481
- scope: [
482
- 'constant.character.character-class.regexp',
483
- 'constant.other.character-class.set.regexp',
484
- 'constant.other.character-class.regexp',
485
- 'constant.character.set.regexp',
486
- ],
487
- settings: {
488
- foreground: '#d16969',
489
- },
490
- },
491
- {
492
- scope: ['keyword.operator.or.regexp', 'keyword.control.anchor.regexp'],
493
- settings: {
494
- foreground: '#DCDCAA',
495
- },
496
- },
497
- {
498
- scope: 'keyword.operator.quantifier.regexp',
499
- settings: {
500
- foreground: '#d7ba7d',
501
- },
502
- },
503
- {
504
- scope: 'constant.character',
505
- settings: {
506
- foreground: '#569cd6',
507
- },
508
- },
509
- {
510
- scope: 'constant.character.escape',
511
- settings: {
512
- foreground: '#d7ba7d',
513
- },
514
- },
515
- {
516
- scope: 'entity.name.label',
517
- settings: {
518
- foreground: '#C8C8C8',
519
- },
520
- },
521
- ],
522
- colors: {
523
- 'editor.background': '#1e1e1eff',
524
- 'editor.foreground': '#d4d4d4ff',
525
- 'editor.inactiveSelectionBackground': '#3a3d41ff',
526
- 'editorIndentGuide.background': '#404040ff',
527
- 'editorIndentGuide.activeBackground': '#707070ff',
528
- 'editor.selectionHighlightBackground': '#add6ff26',
529
- 'list.dropBackground': '#383b3dff',
530
- 'activityBarBadge.background': '#007accff',
531
- 'sideBarTitle.foreground': '#bbbbbbff',
532
- 'input.placeholderForeground': '#a6a6a6ff',
533
- 'settings.textInputBackground': '#292929ff',
534
- 'settings.numberInputBackground': '#292929ff',
535
- 'menu.background': '#252526ff',
536
- 'menu.foreground': '#ccccccff',
537
- 'statusBarItem.remoteForeground': '#ffffffff',
538
- 'statusBarItem.remoteBackground': '#16825dff',
539
- },
540
- encodedTokensColors: [],
541
- rules: [],
542
- base: 'vs-dark',
543
- inherit: true,
544
- hasDefaultTokens: false,
545
- id: 'Default Dark+',
546
- name: 'Dark+ (default dark)',
547
- };