@codingame/monaco-vscode-theme-kimbie-dark-default-extension 1.85.2 → 1.85.3

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/index.js CHANGED
@@ -3,7 +3,8 @@ import { registerExtension } from 'vscode/extensions';
3
3
  var manifest = {name:"theme-kimbie-dark",displayName:"%displayName%",description:"%description%",version:"1.0.0",publisher:"vscode",license:"MIT",engines:{vscode:"*"},contributes:{themes:[{id:"Kimbie Dark",label:"%themeLabel%",uiTheme:"vs-dark",path:"./themes/kimbie-dark-color-theme.json"}]},repository:{type:"git",url:"https://github.com/microsoft/vscode.git"},main:undefined};
4
4
 
5
5
  const { registerFileUrl, whenReady } = registerExtension(manifest);
6
- registerFileUrl('./themes/kimbie-dark-color-theme.json', new URL('./kimbie-dark-color-theme.json', import.meta.url).toString(), 'application/json');
7
- registerFileUrl('package.nls.json', new URL('./package.nls.json', import.meta.url).toString(), 'application/json');
6
+ registerFileUrl('package.json', new URL('./resources/package.json', import.meta.url).toString(), 'application/json');
7
+ registerFileUrl('package.nls.json', new URL('./resources/package.nls.json', import.meta.url).toString(), 'application/json');
8
+ registerFileUrl('themes/kimbie-dark-color-theme.json', new URL('./resources/kimbie-dark-color-theme.json', import.meta.url).toString(), 'application/json');
8
9
 
9
10
  export { whenReady };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-theme-kimbie-dark-default-extension",
3
- "version": "1.85.2",
3
+ "version": "1.85.3",
4
4
  "keywords": [],
5
5
  "author": {
6
6
  "name": "CodinGame",
@@ -18,6 +18,6 @@
18
18
  "module": "index.js",
19
19
  "types": "index.d.ts",
20
20
  "dependencies": {
21
- "vscode": "npm:@codingame/monaco-vscode-api@1.85.2"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@1.85.3"
22
22
  }
23
23
  }
@@ -0,0 +1 @@
1
+ {"name":"Kimbie Dark","type":"dark","colors":{"input.background":"#51412c","dropdown.background":"#51412c","editor.background":"#221a0f","editor.foreground":"#d3af86","focusBorder":"#a57a4c","list.highlightForeground":"#e3b583","list.activeSelectionBackground":"#7c5021","list.hoverBackground":"#7c502166","quickInputList.focusBackground":"#7c5021AA","list.inactiveSelectionBackground":"#645342","pickerGroup.foreground":"#e3b583","pickerGroup.border":"#e3b583","inputOption.activeBorder":"#a57a4c","selection.background":"#84613daa","editor.selectionBackground":"#84613daa","minimap.selectionHighlight":"#84613daa","editorWidget.background":"#131510","editorHoverWidget.background":"#221a14","editorGroupHeader.tabsBackground":"#131510","editorLineNumber.activeForeground":"#adadad","tab.inactiveBackground":"#131510","tab.lastPinnedBorder":"#51412c","titleBar.activeBackground":"#423523","statusBar.background":"#423523","statusBar.debuggingBackground":"#423523","statusBar.noFolderBackground":"#423523","statusBarItem.remoteBackground":"#6e583b","ports.iconRunningProcessForeground":"#369432","activityBar.background":"#221a0f","activityBar.foreground":"#d3af86","sideBar.background":"#362712","menu.background":"#362712","menu.foreground":"#CCCCCC","editor.lineHighlightBackground":"#5e452b","editorCursor.foreground":"#d3af86","editorWhitespace.foreground":"#a57a4c","peekViewTitle.background":"#362712","peekView.border":"#5e452b","peekViewResult.background":"#362712","peekViewEditor.background":"#221a14","peekViewEditor.matchHighlightBackground":"#84613daa","button.background":"#6e583b","inputValidation.infoBorder":"#1b60a5","inputValidation.infoBackground":"#2b2a42","inputValidation.warningBackground":"#51412c","inputValidation.errorBackground":"#5f0d0d","inputValidation.errorBorder":"#9d2f23","badge.background":"#7f5d38","progressBar.background":"#7f5d38"},"tokenColors":[{"settings":{"foreground":"#d3af86"}},{"scope":["meta.embedded","source.groovy.embedded","string meta.image.inline.markdown","variable.legacy.builtin.python"],"settings":{"foreground":"#d3af86"}},{"name":"Text","scope":"variable.parameter.function","settings":{"foreground":"#d3af86"}},{"name":"Comments","scope":["comment","punctuation.definition.comment"],"settings":{"foreground":"#a57a4c"}},{"name":"Punctuation","scope":["punctuation.definition.string","punctuation.definition.variable","punctuation.definition.string","punctuation.definition.parameters","punctuation.definition.string","punctuation.definition.array"],"settings":{"foreground":"#d3af86"}},{"name":"Delimiters","scope":"none","settings":{"foreground":"#d3af86"}},{"name":"Operators","scope":"keyword.operator","settings":{"foreground":"#d3af86"}},{"name":"Keywords","scope":["keyword","keyword.control","keyword.operator.new.cpp","keyword.operator.delete.cpp","keyword.other.using","keyword.other.directive.using","keyword.other.operator"],"settings":{"foreground":"#98676a"}},{"name":"Variables","scope":"variable","settings":{"foreground":"#dc3958"}},{"name":"Functions","scope":["entity.name.function","meta.require","support.function.any-method"],"settings":{"foreground":"#8ab1b0"}},{"name":"Classes","scope":["support.class","entity.name.class","entity.name.type","entity.name.namespace","entity.name.scope-resolution"],"settings":{"foreground":"#f06431"}},{"name":"Methods","scope":"keyword.other.special-method","settings":{"foreground":"#8ab1b0"}},{"name":"Storage","scope":"storage","settings":{"foreground":"#98676a"}},{"name":"Support","scope":"support.function","settings":{"foreground":"#7e602c"}},{"name":"Strings, Inherited Class","scope":["string","constant.other.symbol","entity.other.inherited-class"],"settings":{"foreground":"#889b4a"}},{"name":"Integers","scope":"constant.numeric","settings":{"foreground":"#f79a32"}},{"name":"Floats","scope":"none","settings":{"foreground":"#f79a32"}},{"name":"Boolean","scope":"none","settings":{"foreground":"#f79a32"}},{"name":"Constants","scope":"constant","settings":{"foreground":"#f79a32"}},{"name":"Tags","scope":"entity.name.tag","settings":{"foreground":"#dc3958"}},{"name":"Attributes","scope":"entity.other.attribute-name","settings":{"foreground":"#f79a32"}},{"name":"Attribute IDs","scope":["entity.other.attribute-name.id","punctuation.definition.entity"],"settings":{"foreground":"#8ab1b0"}},{"name":"Selector","scope":"meta.selector","settings":{"foreground":"#98676a"}},{"name":"Values","scope":"none","settings":{"foreground":"#f79a32"}},{"name":"Headings","scope":["markup.heading","markup.heading.setext","punctuation.definition.heading","entity.name.section"],"settings":{"fontStyle":"bold","foreground":"#8ab1b0"}},{"name":"Units","scope":"keyword.other.unit","settings":{"foreground":"#f79a32"}},{"name":"Bold","scope":["markup.bold","punctuation.definition.bold"],"settings":{"fontStyle":"bold","foreground":"#f06431"}},{"name":"Italic","scope":["markup.italic","punctuation.definition.italic"],"settings":{"fontStyle":"italic","foreground":"#98676a"}},{"scope":"markup.strikethrough","settings":{"fontStyle":"strikethrough"}},{"name":"Code","scope":"markup.inline.raw","settings":{"foreground":"#889b4a"}},{"name":"Link Text","scope":"string.other.link","settings":{"foreground":"#dc3958"}},{"name":"Link Url","scope":"meta.link","settings":{"foreground":"#f79a32"}},{"name":"Lists","scope":"markup.list","settings":{"foreground":"#dc3958"}},{"name":"Quotes","scope":"markup.quote","settings":{"foreground":"#f79a32"}},{"name":"Separator","scope":"meta.separator","settings":{"foreground":"#d3af86"}},{"name":"Inserted","scope":"markup.inserted","settings":{"foreground":"#889b4a"}},{"name":"Deleted","scope":"markup.deleted","settings":{"foreground":"#dc3958"}},{"name":"Changed","scope":"markup.changed","settings":{"foreground":"#98676a"}},{"name":"Colors","scope":"constant.other.color","settings":{"foreground":"#7e602c"}},{"name":"Regular Expressions","scope":"string.regexp","settings":{"foreground":"#7e602c"}},{"name":"Escape Characters","scope":"constant.character.escape","settings":{"foreground":"#7e602c"}},{"name":"Embedded","scope":["punctuation.section.embedded","variable.interpolation"],"settings":{"foreground":"#088649"}},{"name":"Invalid","scope":"invalid","settings":{"foreground":"#dc3958"}}],"semanticHighlighting":true}
@@ -0,0 +1 @@
1
+ {"name":"theme-kimbie-dark","displayName":"%displayName%","description":"%description%","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"contributes":{"themes":[{"id":"Kimbie Dark","label":"%themeLabel%","uiTheme":"vs-dark","path":"./themes/kimbie-dark-color-theme.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}}
@@ -0,0 +1 @@
1
+ {"displayName":"Kimbie Dark Theme","description":"Kimbie dark theme for Visual Studio Code","themeLabel":"Kimbie Dark"}
@@ -1,413 +0,0 @@
1
- {
2
- "name": "Kimbie Dark",
3
- "type": "dark",
4
- "colors": {
5
- "input.background": "#51412c",
6
- "dropdown.background": "#51412c",
7
- "editor.background": "#221a0f",
8
- "editor.foreground": "#d3af86",
9
- "focusBorder": "#a57a4c",
10
- "list.highlightForeground": "#e3b583",
11
- "list.activeSelectionBackground": "#7c5021",
12
- "list.hoverBackground": "#7c502166",
13
- "quickInputList.focusBackground": "#7c5021AA",
14
- "list.inactiveSelectionBackground": "#645342",
15
- "pickerGroup.foreground": "#e3b583",
16
- "pickerGroup.border": "#e3b583",
17
- "inputOption.activeBorder": "#a57a4c",
18
- "selection.background": "#84613daa",
19
- "editor.selectionBackground": "#84613daa",
20
- "minimap.selectionHighlight": "#84613daa",
21
- "editorWidget.background": "#131510",
22
- "editorHoverWidget.background": "#221a14",
23
- "editorGroupHeader.tabsBackground": "#131510",
24
- "editorLineNumber.activeForeground": "#adadad",
25
- "tab.inactiveBackground": "#131510",
26
- "tab.lastPinnedBorder": "#51412c",
27
- "titleBar.activeBackground": "#423523",
28
- "statusBar.background": "#423523",
29
- "statusBar.debuggingBackground": "#423523",
30
- "statusBar.noFolderBackground": "#423523",
31
- "statusBarItem.remoteBackground": "#6e583b",
32
- "ports.iconRunningProcessForeground": "#369432",
33
- "activityBar.background": "#221a0f",
34
- "activityBar.foreground": "#d3af86",
35
- "sideBar.background": "#362712",
36
- "menu.background": "#362712",
37
- "menu.foreground": "#CCCCCC",
38
- "editor.lineHighlightBackground": "#5e452b",
39
- "editorCursor.foreground": "#d3af86",
40
- "editorWhitespace.foreground": "#a57a4c",
41
- "peekViewTitle.background": "#362712",
42
- "peekView.border": "#5e452b",
43
- "peekViewResult.background": "#362712",
44
- "peekViewEditor.background": "#221a14",
45
- "peekViewEditor.matchHighlightBackground": "#84613daa",
46
- "button.background": "#6e583b",
47
- "inputValidation.infoBorder": "#1b60a5",
48
- "inputValidation.infoBackground": "#2b2a42",
49
- "inputValidation.warningBackground": "#51412c",
50
- // "inputValidation.warningBorder": "#5B7E7A",
51
- "inputValidation.errorBackground": "#5f0d0d",
52
- "inputValidation.errorBorder": "#9d2f23",
53
- "badge.background": "#7f5d38",
54
- "progressBar.background": "#7f5d38"
55
- },
56
- "tokenColors": [
57
- {
58
- "settings": {
59
- "foreground": "#d3af86"
60
- }
61
- },
62
- {
63
- "scope": [
64
- "meta.embedded",
65
- "source.groovy.embedded",
66
- "string meta.image.inline.markdown",
67
- "variable.legacy.builtin.python"
68
- ],
69
- "settings": {
70
- "foreground": "#d3af86"
71
- }
72
- },
73
- {
74
- "name": "Text",
75
- "scope": "variable.parameter.function",
76
- "settings": {
77
- "foreground": "#d3af86"
78
- }
79
- },
80
- {
81
- "name": "Comments",
82
- "scope": [
83
- "comment",
84
- "punctuation.definition.comment"
85
- ],
86
- "settings": {
87
- "foreground": "#a57a4c"
88
- }
89
- },
90
- {
91
- "name": "Punctuation",
92
- "scope": [
93
- "punctuation.definition.string",
94
- "punctuation.definition.variable",
95
- "punctuation.definition.string",
96
- "punctuation.definition.parameters",
97
- "punctuation.definition.string",
98
- "punctuation.definition.array"
99
- ],
100
- "settings": {
101
- "foreground": "#d3af86"
102
- }
103
- },
104
- {
105
- "name": "Delimiters",
106
- "scope": "none",
107
- "settings": {
108
- "foreground": "#d3af86"
109
- }
110
- },
111
- {
112
- "name": "Operators",
113
- "scope": "keyword.operator",
114
- "settings": {
115
- "foreground": "#d3af86"
116
- }
117
- },
118
- {
119
- "name": "Keywords",
120
- "scope": [
121
- "keyword",
122
- "keyword.control",
123
- "keyword.operator.new.cpp",
124
- "keyword.operator.delete.cpp",
125
- "keyword.other.using",
126
- "keyword.other.directive.using",
127
- "keyword.other.operator"
128
- ],
129
- "settings": {
130
- "foreground": "#98676a"
131
- }
132
- },
133
- {
134
- "name": "Variables",
135
- "scope": "variable",
136
- "settings": {
137
- "foreground": "#dc3958"
138
- }
139
- },
140
- {
141
- "name": "Functions",
142
- "scope": [
143
- "entity.name.function",
144
- "meta.require",
145
- "support.function.any-method"
146
- ],
147
- "settings": {
148
- "foreground": "#8ab1b0"
149
- }
150
- },
151
- {
152
- "name": "Classes",
153
- "scope": [
154
- "support.class",
155
- "entity.name.class",
156
- "entity.name.type",
157
- "entity.name.namespace",
158
- "entity.name.scope-resolution"
159
- ],
160
- "settings": {
161
- "foreground": "#f06431"
162
- }
163
- },
164
- {
165
- "name": "Methods",
166
- "scope": "keyword.other.special-method",
167
- "settings": {
168
- "foreground": "#8ab1b0"
169
- }
170
- },
171
- {
172
- "name": "Storage",
173
- "scope": "storage",
174
- "settings": {
175
- "foreground": "#98676a"
176
- }
177
- },
178
- {
179
- "name": "Support",
180
- "scope": "support.function",
181
- "settings": {
182
- "foreground": "#7e602c"
183
- }
184
- },
185
- {
186
- "name": "Strings, Inherited Class",
187
- "scope": [
188
- "string",
189
- "constant.other.symbol",
190
- "entity.other.inherited-class"
191
- ],
192
- "settings": {
193
- "foreground": "#889b4a"
194
- }
195
- },
196
- {
197
- "name": "Integers",
198
- "scope": "constant.numeric",
199
- "settings": {
200
- "foreground": "#f79a32"
201
- }
202
- },
203
- {
204
- "name": "Floats",
205
- "scope": "none",
206
- "settings": {
207
- "foreground": "#f79a32"
208
- }
209
- },
210
- {
211
- "name": "Boolean",
212
- "scope": "none",
213
- "settings": {
214
- "foreground": "#f79a32"
215
- }
216
- },
217
- {
218
- "name": "Constants",
219
- "scope": "constant",
220
- "settings": {
221
- "foreground": "#f79a32"
222
- }
223
- },
224
- {
225
- "name": "Tags",
226
- "scope": "entity.name.tag",
227
- "settings": {
228
- "foreground": "#dc3958"
229
- }
230
- },
231
- {
232
- "name": "Attributes",
233
- "scope": "entity.other.attribute-name",
234
- "settings": {
235
- "foreground": "#f79a32"
236
- }
237
- },
238
- {
239
- "name": "Attribute IDs",
240
- "scope": [
241
- "entity.other.attribute-name.id",
242
- "punctuation.definition.entity"
243
- ],
244
- "settings": {
245
- "foreground": "#8ab1b0"
246
- }
247
- },
248
- {
249
- "name": "Selector",
250
- "scope": "meta.selector",
251
- "settings": {
252
- "foreground": "#98676a"
253
- }
254
- },
255
- {
256
- "name": "Values",
257
- "scope": "none",
258
- "settings": {
259
- "foreground": "#f79a32"
260
- }
261
- },
262
- {
263
- "name": "Headings",
264
- "scope": [
265
- "markup.heading",
266
- "markup.heading.setext",
267
- "punctuation.definition.heading",
268
- "entity.name.section"
269
- ],
270
- "settings": {
271
- "fontStyle": "bold",
272
- "foreground": "#8ab1b0"
273
- }
274
- },
275
- {
276
- "name": "Units",
277
- "scope": "keyword.other.unit",
278
- "settings": {
279
- "foreground": "#f79a32"
280
- }
281
- },
282
- {
283
- "name": "Bold",
284
- "scope": [
285
- "markup.bold",
286
- "punctuation.definition.bold"
287
- ],
288
- "settings": {
289
- "fontStyle": "bold",
290
- "foreground": "#f06431"
291
- }
292
- },
293
- {
294
- "name": "Italic",
295
- "scope": [
296
- "markup.italic",
297
- "punctuation.definition.italic"
298
- ],
299
- "settings": {
300
- "fontStyle": "italic",
301
- "foreground": "#98676a"
302
- }
303
- },
304
- {
305
- "scope": "markup.strikethrough",
306
- "settings": {
307
- "fontStyle": "strikethrough"
308
- }
309
- },
310
- {
311
- "name": "Code",
312
- "scope": "markup.inline.raw",
313
- "settings": {
314
- "foreground": "#889b4a"
315
- }
316
- },
317
- {
318
- "name": "Link Text",
319
- "scope": "string.other.link",
320
- "settings": {
321
- "foreground": "#dc3958"
322
- }
323
- },
324
- {
325
- "name": "Link Url",
326
- "scope": "meta.link",
327
- "settings": {
328
- "foreground": "#f79a32"
329
- }
330
- },
331
- {
332
- "name": "Lists",
333
- "scope": "markup.list",
334
- "settings": {
335
- "foreground": "#dc3958"
336
- }
337
- },
338
- {
339
- "name": "Quotes",
340
- "scope": "markup.quote",
341
- "settings": {
342
- "foreground": "#f79a32"
343
- }
344
- },
345
- {
346
- "name": "Separator",
347
- "scope": "meta.separator",
348
- "settings": {
349
- "foreground": "#d3af86"
350
- }
351
- },
352
- {
353
- "name": "Inserted",
354
- "scope": "markup.inserted",
355
- "settings": {
356
- "foreground": "#889b4a"
357
- }
358
- },
359
- {
360
- "name": "Deleted",
361
- "scope": "markup.deleted",
362
- "settings": {
363
- "foreground": "#dc3958"
364
- }
365
- },
366
- {
367
- "name": "Changed",
368
- "scope": "markup.changed",
369
- "settings": {
370
- "foreground": "#98676a"
371
- }
372
- },
373
- {
374
- "name": "Colors",
375
- "scope": "constant.other.color",
376
- "settings": {
377
- "foreground": "#7e602c"
378
- }
379
- },
380
- {
381
- "name": "Regular Expressions",
382
- "scope": "string.regexp",
383
- "settings": {
384
- "foreground": "#7e602c"
385
- }
386
- },
387
- {
388
- "name": "Escape Characters",
389
- "scope": "constant.character.escape",
390
- "settings": {
391
- "foreground": "#7e602c"
392
- }
393
- },
394
- {
395
- "name": "Embedded",
396
- "scope": [
397
- "punctuation.section.embedded",
398
- "variable.interpolation"
399
- ],
400
- "settings": {
401
- "foreground": "#088649"
402
- }
403
- },
404
- {
405
- "name": "Invalid",
406
- "scope": "invalid",
407
- "settings": {
408
- "foreground": "#dc3958"
409
- }
410
- }
411
- ],
412
- "semanticHighlighting": true
413
- }
package/package.nls.json DELETED
@@ -1,5 +0,0 @@
1
- {
2
- "displayName": "Kimbie Dark Theme",
3
- "description": "Kimbie dark theme for Visual Studio Code",
4
- "themeLabel": "Kimbie Dark"
5
- }