light.json

  1{
  2	"type": "light",
  3	"colors": {
  4		"focusBorder": "#d3af86",
  5		"selection.background": "#ccc4b0",
  6		"input.background": "#ddd6c1",
  7		"input.foreground": "#586e75",
  8		"inputOption.activeBorder": "#d3af86",
  9		"input.placeholderForeground": "#586e75aa",
 10		"dropdown.background": "#eee8d5",
 11		"dropdown.border": "#d3af86",
 12		"list.focusBackground": "#dfca8866",
 13		"list.activeSelectionBackground": "#dfca88",
 14		"list.activeSelectionForeground": "#6c6c6c",
 15		"list.inactiveSelectionBackground": "#d1cbb8",
 16		"list.hoverBackground": "#dfca8844",
 17		"list.highlightForeground": "#b58900",
 18		"pickerGroup.foreground": "#2aa19899",
 19		"pickerGroup.border": "#2aa19899",
 20		"button.background": "#ac9d57",
 21		"badge.background": "#b58900aa",
 22		"progressBar.background": "#b58900",
 23		"editor.background": "#fdf6e3",
 24		"editorWidget.background": "#eee8d5",
 25		"editor.selectionBackground": "#eee8d5",
 26		"editorHoverWidget.background": "#ccc4b0",
 27		"editor.lineHighlightBackground": "#eee8d5",
 28		"editorCursor.foreground": "#657b83",
 29		"editorWhitespace.foreground": "#586e7580",
 30		"editorLineNumber.foreground": "#9ca8a6",
 31		"editorLineNumber.activeForeground": "#6f7776",
 32		"editorGutter.background": "#eee8d5",
 33		"peekViewTitle.background": "#eee8d5",
 34		"peekView.border": "#b58900",
 35		"peekViewResult.background": "#eee8d5",
 36		"peekViewEditor.background": "#fffbf2",
 37		"peekViewEditor.matchHighlightBackground": "#7744aa40",
 38		"tab.activeBackground": "#fdf6e3",
 39		"tab.inactiveBackground": "#d3cbb7",
 40		"tab.border": "#ddd6c1",
 41		"tab.inactiveForeground": "#586e75",
 42		"editorGroup.background": "#fffbf2",
 43		"editorGroupHeader.tabsBackground": "#d9d2c2",
 44		"editorGroup.border": "#ddd6c1",
 45		"editorGroup.dropBackground": "#ddd6c1aa",
 46		"panel.border": "#ddd6c1",
 47		"statusBar.foreground": "#586e75",
 48		"statusBar.background": "#eee8d5",
 49		"statusBar.noFolderBackground": "#eee8d5",
 50		"statusBarItem.prominentBackground": "#ddd6c1",
 51		"statusBarItem.prominentHoverBackground": "#ddd6c199",
 52		"activityBar.background": "#ddd6c1",
 53		"activityBar.foreground": "#584c27",
 54		"activityBar.dropBackground": "#eee8d5",
 55		"activityBarBadge.background": "#b58900",
 56		"sideBar.background": "#eee8d5",
 57		"sideBarTitle.foreground": "#586e75",
 58		"titleBar.activeBackground": "#eee8d5",
 59		"terminal.foreground": "#657b83",
 60		"statusBar.debuggingBackground": "#eee8d5",
 61		"debugExceptionWidget.border": "#ab395b",
 62		"debugExceptionWidget.background": "#ddd6c1",
 63		"debugToolBar.background": "#ddd6c1",
 64		"extensionButton.prominentBackground": "#b58900",
 65		"extensionButton.prominentHoverBackground": "#584c27aa",
 66		"terminal.ansiBlack": "#657b83",
 67		"terminal.ansiRed": "#dc322f",
 68		"terminal.ansiGreen": "#859900",
 69		"terminal.ansiYellow": "#b58900",
 70		"terminal.ansiBlue": "#268bd2",
 71		"terminal.ansiMagenta": "#d33682",
 72		"terminal.ansiCyan": "#2aa198",
 73		"terminal.ansiWhite": "#eee8d5",
 74		"terminal.ansiBrightBlack": "#657b83",
 75		"terminal.ansiBrightRed": "#cb4b16",
 76		"terminal.ansiBrightGreen": "#859900",
 77		"terminal.ansiBrightYellow": "#657b83",
 78		"terminal.ansiBrightBlue": "#839496",
 79		"terminal.ansiBrightMagenta": "#6c71c4",
 80		"terminal.ansiBrightCyan": "#93a1a1",
 81		"terminal.ansiBrightWhite": "#eee8d5",
 82		"editorBracketHighlight.foreground1": "#268bd2",
 83		"editorBracketHighlight.foreground2": "#b58900",
 84		"editorBracketHighlight.foreground3": "#d33682"
 85	},
 86	"tokenColors": [
 87		{
 88			"settings": {
 89				"foreground": "#333333ff",
 90				"background": "#fdf6e3ff"
 91			}
 92		},
 93		{
 94			"scope": [
 95				"meta.embedded",
 96				"source.groovy.embedded"
 97			],
 98			"settings": {
 99				"background": "#FDF6E3",
100				"foreground": "#657B83"
101			}
102		},
103		{
104			"name": "Comment",
105			"scope": "comment",
106			"settings": {
107				"fontStyle": "italic",
108				"foreground": "#93A1A1"
109			}
110		},
111		{
112			"name": "String",
113			"scope": "string",
114			"settings": {
115				"foreground": "#2AA198"
116			}
117		},
118		{
119			"name": "Regexp",
120			"scope": "string.regexp",
121			"settings": {
122				"foreground": "#D30102"
123			}
124		},
125		{
126			"name": "Number",
127			"scope": "constant.numeric",
128			"settings": {
129				"foreground": "#D33682"
130			}
131		},
132		{
133			"name": "Variable",
134			"scope": [
135				"variable.language",
136				"variable.other"
137			],
138			"settings": {
139				"foreground": "#268BD2"
140			}
141		},
142		{
143			"name": "Keyword",
144			"scope": "keyword",
145			"settings": {
146				"foreground": "#859900"
147			}
148		},
149		{
150			"name": "Storage",
151			"scope": "storage",
152			"settings": {
153				"fontStyle": "bold",
154				"foreground": "#073642"
155			}
156		},
157		{
158			"name": "Class name",
159			"scope": [
160				"entity.name.class",
161				"entity.name.type"
162			],
163			"settings": {
164				"foreground": "#268BD2"
165			}
166		},
167		{
168			"name": "Function name",
169			"scope": "entity.name.function",
170			"settings": {
171				"foreground": "#268BD2"
172			}
173		},
174		{
175			"name": "Variable start",
176			"scope": "punctuation.definition.variable",
177			"settings": {
178				"foreground": "#859900"
179			}
180		},
181		{
182			"name": "Embedded code markers",
183			"scope": [
184				"punctuation.section.embedded.begin",
185				"punctuation.section.embedded.end"
186			],
187			"settings": {
188				"foreground": "#D30102"
189			}
190		},
191		{
192			"name": "Built-in constant",
193			"scope": [
194				"constant.language",
195				"meta.preprocessor"
196			],
197			"settings": {
198				"foreground": "#B58900"
199			}
200		},
201		{
202			"name": "Support.construct",
203			"scope": [
204				"support.function.construct",
205				"keyword.other.new"
206			],
207			"settings": {
208				"foreground": "#D30102"
209			}
210		},
211		{
212			"name": "User-defined constant",
213			"scope": [
214				"constant.character",
215				"constant.other"
216			],
217			"settings": {
218				"foreground": "#CB4B16"
219			}
220		},
221		{
222			"name": "Inherited class",
223			"scope": "entity.other.inherited-class",
224			"settings": {}
225		},
226		{
227			"name": "Function argument",
228			"scope": "variable.parameter",
229			"settings": {}
230		},
231		{
232			"name": "Tag name",
233			"scope": "entity.name.tag",
234			"settings": {
235				"foreground": "#268BD2"
236			}
237		},
238		{
239			"name": "Tag start/end",
240			"scope": [
241				"punctuation.definition.tag.begin",
242				"punctuation.definition.tag.end"
243			],
244			"settings": {
245				"foreground": "#93A1A1"
246			}
247		},
248		{
249			"name": "Tag attribute",
250			"scope": "entity.other.attribute-name",
251			"settings": {
252				"foreground": "#93A1A1"
253			}
254		},
255		{
256			"name": "Library function",
257			"scope": "support.function",
258			"settings": {
259				"foreground": "#268BD2"
260			}
261		},
262		{
263			"name": "Continuation",
264			"scope": "punctuation.separator.continuation",
265			"settings": {
266				"foreground": "#D30102"
267			}
268		},
269		{
270			"name": "Library constant",
271			"scope": "support.constant",
272			"settings": {}
273		},
274		{
275			"name": "Library class/type",
276			"scope": [
277				"support.type",
278				"support.class"
279			],
280			"settings": {
281				"foreground": "#859900"
282			}
283		},
284		{
285			"name": "Library Exception",
286			"scope": "support.type.exception",
287			"settings": {
288				"foreground": "#CB4B16"
289			}
290		},
291		{
292			"name": "Library variable",
293			"scope": "support.other.variable",
294			"settings": {}
295		},
296		{
297			"name": "Invalid",
298			"scope": "invalid",
299			"settings": {}
300		},
301		{
302			"name": "diff: header",
303			"scope": [
304				"meta.diff",
305				"meta.diff.header"
306			],
307			"settings": {
308				"background": "#b58900",
309				"fontStyle": "italic",
310				"foreground": "#E0EDDD"
311			}
312		},
313		{
314			"name": "diff: deleted",
315			"scope": "markup.deleted",
316			"settings": {
317				"background": "#eee8d5",
318				"fontStyle": "",
319				"foreground": "#dc322f"
320			}
321		},
322		{
323			"name": "diff: changed",
324			"scope": "markup.changed",
325			"settings": {
326				"background": "#eee8d5",
327				"fontStyle": "",
328				"foreground": "#cb4b16"
329			}
330		},
331		{
332			"name": "diff: inserted",
333			"scope": "markup.inserted",
334			"settings": {
335				"background": "#eee8d5",
336				"foreground": "#219186"
337			}
338		},
339		{
340			"name": "Markup Quote",
341			"scope": "markup.quote",
342			"settings": {
343				"foreground": "#859900"
344			}
345		},
346		{
347			"name": "Markup Lists",
348			"scope": "markup.list",
349			"settings": {
350				"foreground": "#B58900"
351			}
352		},
353		{
354			"name": "Markup Styling",
355			"scope": [
356				"markup.bold",
357				"markup.italic"
358			],
359			"settings": {
360				"foreground": "#D33682"
361			}
362		},
363		{
364			"name": "Markup Inline",
365			"scope": "markup.inline.raw",
366			"settings": {
367				"fontStyle": "",
368				"foreground": "#2AA198"
369			}
370		},
371		{
372			"name": "Markup Headings",
373			"scope": "markup.heading",
374			"settings": {
375				"foreground": "#268BD2"
376			}
377		},
378		{
379			"name": "Markup Setext Header",
380			"scope": "markup.heading.setext",
381			"settings": {
382				"fontStyle": "",
383				"foreground": "#268BD2"
384			}
385		},
386		{
387			"scope": "token.info-token",
388			"settings": {
389				"foreground": "#316bcd"
390			}
391		},
392		{
393			"scope": "token.warn-token",
394			"settings": {
395				"foreground": "#cd9731"
396			}
397		},
398		{
399			"scope": "token.error-token",
400			"settings": {
401				"foreground": "#cd3131"
402			}
403		},
404		{
405			"scope": "token.debug-token",
406			"settings": {
407				"foreground": "#800080"
408			}
409		},
410		{
411			"scope": "storage.modifier",
412			"settings": {
413				"foreground": "#859900ff",
414				"fontStyle": ""
415			}
416		},
417		{
418			"scope": "storage.type",
419			"settings": {
420				"foreground": "#859900ff",
421				"fontStyle": ""
422			}
423		},
424		{
425			"scope": "keyword.control.import",
426			"settings": {
427				"foreground": "#D33682"
428			}
429		},
430		{
431			"scope": "storage.modifier.async",
432			"settings": {
433				"foreground": "#859900ff",
434				"fontStyle": ""
435			}
436		},
437		{
438			"scope": "meta.import",
439			"settings": {
440				"foreground": "#657b83"
441			}
442		},
443		{
444			"scope": "source.ts",
445			"settings": {
446				"foreground": "#657b83"
447			}
448		},
449		{
450			"scope": "meta.function-call",
451			"settings": {
452				"foreground": "#657b83"
453			}
454		},
455		{
456			"scope": "entity.name.type",
457			"settings": {
458				"foreground": "#b58900"
459			}
460		},
461		{
462			"scope": "entity.name.function",
463			"settings": {
464				"foreground": "#657b83"
465			}
466		},
467		{
468			"scope": "variable.other",
469			"settings": {
470				"foreground": "#657b83"
471			}
472		},
473		{
474			"scope": "storage.modifier.tsx",
475			"settings": {
476				"foreground": "#859900"
477			}
478		},
479		{
480			"scope": "storage.modifier",
481			"settings": {
482				"foreground": "#859900ff",
483				"fontStyle": ""
484			}
485		},
486		{
487			"scope": "storage.type",
488			"settings": {
489				"foreground": "#859900ff",
490				"fontStyle": ""
491			}
492		},
493		{
494			"scope": "keyword.control.import",
495			"settings": {
496				"foreground": "#D33682"
497			}
498		},
499		{
500			"scope": "storage.modifier.async",
501			"settings": {
502				"foreground": "#859900ff",
503				"fontStyle": ""
504			}
505		},
506		{
507			"scope": "meta.import",
508			"settings": {
509				"foreground": "#657b83"
510			}
511		},
512		{
513			"scope": "source.ts",
514			"settings": {
515				"foreground": "#657b83"
516			}
517		},
518		{
519			"scope": "meta.function-call",
520			"settings": {
521				"foreground": "#657b83"
522			}
523		},
524		{
525			"scope": "entity.name.type",
526			"settings": {
527				"foreground": "#b58900"
528			}
529		},
530		{
531			"scope": "entity.name.function",
532			"settings": {
533				"foreground": "#657b83"
534			}
535		},
536		{
537			"scope": "variable.other",
538			"settings": {
539				"foreground": "#657b83"
540			}
541		},
542		{
543			"scope": "storage.modifier.tsx",
544			"settings": {
545				"foreground": "#859900"
546			}
547		},
548		{
549			"scope": "punctuation.separator.dictionary.key-value.json, punctuation.separator.array.json, punctuation.separator.dictionary.pair.json",
550			"settings": {
551				"foreground": "#657B83"
552			}
553		},
554		{
555			"scope": "storage.type",
556			"settings": {
557				"foreground": "#268BD2"
558			}
559		},
560		{
561			"scope": "punctuation.definition.dictionary.begin.json, punctuation.definition.dictionary.end.json, punctuation.definition.array.begin.json, punctuation.definition.array.end.json",
562			"settings": {
563				"foreground": "#DC3272"
564			}
565		},
566		{
567			"scope": "support.type.primitive",
568			"settings": {
569				"foreground": "#b58900"
570			}
571		},
572		{
573			"scope": "keyword.control.import",
574			"settings": {
575				"foreground": "#cb4b16"
576			}
577		},
578		{
579			"scope": "keyword.control.from",
580			"settings": {
581				"foreground": "#cb4b16"
582			}
583		},
584		{
585			"scope": "source",
586			"settings": {
587				"foreground": "#657b83"
588			}
589		}
590	]
591}