Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json
14744 views
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
"punctuation.separator.namespace.ruby"
192
],
193
"settings": {
194
"foreground": "#889b4a"
195
}
196
},
197
{
198
"name": "Integers",
199
"scope": "constant.numeric",
200
"settings": {
201
"foreground": "#f79a32"
202
}
203
},
204
{
205
"name": "Floats",
206
"scope": "none",
207
"settings": {
208
"foreground": "#f79a32"
209
}
210
},
211
{
212
"name": "Boolean",
213
"scope": "none",
214
"settings": {
215
"foreground": "#f79a32"
216
}
217
},
218
{
219
"name": "Constants",
220
"scope": "constant",
221
"settings": {
222
"foreground": "#f79a32"
223
}
224
},
225
{
226
"name": "Tags",
227
"scope": "entity.name.tag",
228
"settings": {
229
"foreground": "#dc3958"
230
}
231
},
232
{
233
"name": "Attributes",
234
"scope": "entity.other.attribute-name",
235
"settings": {
236
"foreground": "#f79a32"
237
}
238
},
239
{
240
"name": "Attribute IDs",
241
"scope": [
242
"entity.other.attribute-name.id",
243
"punctuation.definition.entity"
244
],
245
"settings": {
246
"foreground": "#8ab1b0"
247
}
248
},
249
{
250
"name": "Selector",
251
"scope": "meta.selector",
252
"settings": {
253
"foreground": "#98676a"
254
}
255
},
256
{
257
"name": "Values",
258
"scope": "none",
259
"settings": {
260
"foreground": "#f79a32"
261
}
262
},
263
{
264
"name": "Headings",
265
"scope": [
266
"markup.heading",
267
"markup.heading.setext",
268
"punctuation.definition.heading",
269
"entity.name.section"
270
],
271
"settings": {
272
"fontStyle": "bold",
273
"foreground": "#8ab1b0"
274
}
275
},
276
{
277
"name": "Units",
278
"scope": "keyword.other.unit",
279
"settings": {
280
"foreground": "#f79a32"
281
}
282
},
283
{
284
"name": "Bold",
285
"scope": [
286
"markup.bold",
287
"punctuation.definition.bold"
288
],
289
"settings": {
290
"fontStyle": "bold",
291
"foreground": "#f06431"
292
}
293
},
294
{
295
"name": "Italic",
296
"scope": [
297
"markup.italic",
298
"punctuation.definition.italic"
299
],
300
"settings": {
301
"fontStyle": "italic",
302
"foreground": "#98676a"
303
}
304
},
305
{
306
"scope": "markup.strikethrough",
307
"settings": {
308
"fontStyle": "strikethrough"
309
}
310
},
311
{
312
"name": "Code",
313
"scope": "markup.inline.raw",
314
"settings": {
315
"foreground": "#889b4a"
316
}
317
},
318
{
319
"name": "Link Text",
320
"scope": "string.other.link",
321
"settings": {
322
"foreground": "#dc3958"
323
}
324
},
325
{
326
"name": "Link Url",
327
"scope": "meta.link",
328
"settings": {
329
"foreground": "#f79a32"
330
}
331
},
332
{
333
"name": "Lists",
334
"scope": "markup.list",
335
"settings": {
336
"foreground": "#dc3958"
337
}
338
},
339
{
340
"name": "Quotes",
341
"scope": "markup.quote",
342
"settings": {
343
"foreground": "#f79a32"
344
}
345
},
346
{
347
"name": "Separator",
348
"scope": "meta.separator",
349
"settings": {
350
"foreground": "#d3af86"
351
}
352
},
353
{
354
"name": "Inserted",
355
"scope": "markup.inserted",
356
"settings": {
357
"foreground": "#889b4a"
358
}
359
},
360
{
361
"name": "Deleted",
362
"scope": "markup.deleted",
363
"settings": {
364
"foreground": "#dc3958"
365
}
366
},
367
{
368
"name": "Changed",
369
"scope": "markup.changed",
370
"settings": {
371
"foreground": "#98676a"
372
}
373
},
374
{
375
"name": "Colors",
376
"scope": "constant.other.color",
377
"settings": {
378
"foreground": "#7e602c"
379
}
380
},
381
{
382
"name": "Regular Expressions",
383
"scope": "string.regexp",
384
"settings": {
385
"foreground": "#7e602c"
386
}
387
},
388
{
389
"name": "Escape Characters",
390
"scope": "constant.character.escape",
391
"settings": {
392
"foreground": "#7e602c"
393
}
394
},
395
{
396
"name": "Embedded",
397
"scope": [
398
"punctuation.section.embedded",
399
"variable.interpolation"
400
],
401
"settings": {
402
"foreground": "#088649"
403
}
404
},
405
{
406
"name": "Invalid",
407
"scope": "invalid",
408
"settings": {
409
"foreground": "#dc3958"
410
}
411
}
412
],
413
"semanticHighlighting": true
414
}
415
416