@cisstech/nge
Version:
NG Essentials is a collection of libraries for Angular developers.
716 lines (715 loc) • 30.7 kB
JSON
{
"base": "vs-dark",
"inherit": true,
"rules": [
{ "token": "emphasis", "fontStyle": "italic" },
{ "token": "strong", "fontStyle": "bold" },
{ "token": "comment", "foreground": "616E88" },
{ "token": "constant.character", "foreground": "EBCB8B" },
{ "token": "constant.character.escape", "foreground": "EBCB8B" },
{ "token": "constant.language", "foreground": "81A1C1" },
{ "token": "constant.numeric", "foreground": "B48EAD" },
{ "token": "constant.regexp", "foreground": "EBCB8B" },
{
"token": "entity.name.class,entity.name.type.class",
"foreground": "8FBCBB"
},
{ "token": "entity.name.function", "foreground": "88C0D0" },
{ "token": "entity.name.tag", "foreground": "81A1C1" },
{ "token": "entity.other.attribute-name", "foreground": "8FBCBB" },
{
"token": "entity.other.inherited-class",
"fontStyle": "bold",
"foreground": "8FBCBB"
},
{
"token": "invalid.deprecated",
"foreground": "D8DEE9",
"background": "EBCB8B"
},
{
"token": "invalid.illegal",
"foreground": "D8DEE9",
"background": "BF616A"
},
{ "token": "keyword", "foreground": "81A1C1" },
{ "token": "keyword.operator", "foreground": "81A1C1" },
{ "token": "keyword.other.new", "foreground": "81A1C1" },
{ "token": "markup.bold", "fontStyle": "bold" },
{ "token": "markup.changed", "foreground": "EBCB8B" },
{ "token": "markup.deleted", "foreground": "BF616A" },
{ "token": "markup.inserted", "foreground": "A3BE8C" },
{ "token": "meta.preprocessor", "foreground": "5E81AC" },
{ "token": "punctuation", "foreground": "ECEFF4" },
{
"token": "punctuation.definition.method-parameters,punctuation.definition.function-parameters,punctuation.definition.parameters",
"foreground": "ECEFF4"
},
{ "token": "punctuation.definition.tag", "foreground": "81A1C1" },
{
"token": "punctuation.definition.comment,punctuation.end.definition.comment,punctuation.start.definition.comment",
"foreground": "616E88"
},
{ "token": "punctuation.section", "foreground": "ECEFF4" },
{
"token": "punctuation.section.embedded.begin,punctuation.section.embedded.end",
"foreground": "81A1C1"
},
{ "token": "punctuation.terminator", "foreground": "81A1C1" },
{ "token": "punctuation.definition.variable", "foreground": "81A1C1" },
{ "token": "storage", "foreground": "81A1C1" },
{ "token": "string", "foreground": "A3BE8C" },
{ "token": "string.regexp", "foreground": "EBCB8B" },
{ "token": "support.class", "foreground": "8FBCBB" },
{ "token": "support.constant", "foreground": "81A1C1" },
{ "token": "support.function", "foreground": "88C0D0" },
{ "token": "support.function.construct", "foreground": "81A1C1" },
{ "token": "support.type", "foreground": "8FBCBB" },
{ "token": "support.type.exception", "foreground": "8FBCBB" },
{ "token": "token.debug-token", "foreground": "b48ead" },
{ "token": "token.error-token", "foreground": "bf616a" },
{ "token": "token.info-token", "foreground": "88c0d0" },
{ "token": "token.warn-token", "foreground": "ebcb8b" },
{ "token": "variable.other", "foreground": "D8DEE9" },
{ "token": "variable.language", "foreground": "81A1C1" },
{ "token": "variable.parameter", "foreground": "D8DEE9" },
{
"token": "punctuation.separator.pointer-access.c",
"foreground": "81A1C1"
},
{
"token": "source.c meta.preprocessor.include,source.c string.quoted.other.lt-gt.include",
"foreground": "8FBCBB"
},
{
"token": "source.cpp keyword.control.directive.conditional,source.cpp punctuation.definition.directive,source.c keyword.control.directive.conditional,source.c punctuation.definition.directive",
"foreground": "5E81AC",
"fontStyle": "bold"
},
{
"token": "source.css constant.other.color.rgb-value",
"foreground": "B48EAD"
},
{ "token": "source.css meta.property-value", "foreground": "88C0D0" },
{
"token": "source.css keyword.control.at-rule.media,source.css keyword.control.at-rule.media punctuation.definition.keyword",
"foreground": "D08770"
},
{
"token": "source.css punctuation.definition.keyword",
"foreground": "81A1C1"
},
{
"token": "source.css support.type.property-name",
"foreground": "D8DEE9"
},
{ "token": "source.diff meta.diff.range.context", "foreground": "8FBCBB" },
{
"token": "source.diff meta.diff.header.from-file",
"foreground": "8FBCBB"
},
{
"token": "source.diff punctuation.definition.from-file",
"foreground": "8FBCBB"
},
{
"token": "source.diff punctuation.definition.range",
"foreground": "8FBCBB"
},
{
"token": "source.diff punctuation.definition.separator",
"foreground": "81A1C1"
},
{ "token": "entity.name.type.module.elixir", "foreground": "8FBCBB" },
{
"token": "variable.other.readwrite.module.elixir",
"foreground": "D8DEE9",
"fontStyle": "bold"
},
{
"token": "constant.other.symbol.elixir",
"foreground": "D8DEE9",
"fontStyle": "bold"
},
{ "token": "variable.other.constant.elixir", "foreground": "8FBCBB" },
{
"token": "source.go constant.other.placeholder.go",
"foreground": "EBCB8B"
},
{
"token": "source.java comment.block.documentation.javadoc punctuation.definition.entity.html",
"foreground": "81A1C1"
},
{ "token": "source.java constant.other", "foreground": "D8DEE9" },
{
"token": "source.java keyword.other.documentation",
"foreground": "8FBCBB"
},
{
"token": "source.java keyword.other.documentation.author.javadoc",
"foreground": "8FBCBB"
},
{
"token": "source.java keyword.other.documentation.directive,source.java keyword.other.documentation.custom",
"foreground": "8FBCBB"
},
{
"token": "source.java keyword.other.documentation.see.javadoc",
"foreground": "8FBCBB"
},
{
"token": "source.java meta.method-call meta.method",
"foreground": "88C0D0"
},
{
"token": "source.java meta.tag.template.link.javadoc,source.java string.other.link.title.javadoc",
"foreground": "8FBCBB"
},
{
"token": "source.java meta.tag.template.value.javadoc",
"foreground": "88C0D0"
},
{
"token": "source.java punctuation.definition.keyword.javadoc",
"foreground": "8FBCBB"
},
{
"token": "source.java punctuation.definition.tag.begin.javadoc,source.java punctuation.definition.tag.end.javadoc",
"foreground": "616E88"
},
{ "token": "source.java storage.modifier.import", "foreground": "8FBCBB" },
{ "token": "source.java storage.modifier.package", "foreground": "8FBCBB" },
{ "token": "source.java storage.type", "foreground": "8FBCBB" },
{ "token": "source.java storage.type.annotation", "foreground": "D08770" },
{ "token": "source.java storage.type.generic", "foreground": "8FBCBB" },
{ "token": "source.java storage.type.primitive", "foreground": "81A1C1" },
{
"token": "source.js punctuation.decorator,source.js meta.decorator variable.other.readwrite,source.js meta.decorator entity.name.function",
"foreground": "D08770"
},
{ "token": "source.js meta.object-literal.key", "foreground": "88C0D0" },
{ "token": "source.js storage.type.class.jsdoc", "foreground": "8FBCBB" },
{
"token": "source.js string.quoted.template punctuation.quasi.element.begin,source.js string.quoted.template punctuation.quasi.element.end,source.js string.template punctuation.definition.template-expression",
"foreground": "81A1C1"
},
{
"token": "source.js string.quoted.template meta.method-call.with-arguments",
"foreground": "ECEFF4"
},
{
"token": "source.js string.template meta.template.expression support.variable.property,source.js string.template meta.template.expression variable.other.object",
"foreground": "D8DEE9"
},
{ "token": "source.js support.type.primitive", "foreground": "81A1C1" },
{ "token": "source.js variable.other.object", "foreground": "D8DEE9" },
{
"token": "source.js variable.other.readwrite.alias",
"foreground": "8FBCBB"
},
{
"token": "text.html.basic constant.character.entity.html",
"foreground": "EBCB8B"
},
{
"token": "text.html.basic constant.other.inline-data",
"foreground": "D08770",
"fontStyle": "italic"
},
{
"token": "text.html.basic meta.tag.sgml.doctype",
"foreground": "5E81AC"
},
{
"token": "text.html.basic punctuation.definition.entity",
"foreground": "81A1C1"
},
{
"token": "source.properties entity.name.section.group-title.ini",
"foreground": "88C0D0"
},
{
"token": "source.properties punctuation.separator.key-value.ini",
"foreground": "81A1C1"
},
{
"token": "text.html.markdown markup.fenced_code.block,text.html.markdown markup.fenced_code.block punctuation.definition",
"foreground": "8FBCBB"
},
{ "token": "markup.heading", "foreground": "88C0D0" },
{
"token": "text.html.markdown markup.inline.raw,text.html.markdown markup.inline.raw punctuation.definition.raw",
"foreground": "8FBCBB"
},
{ "token": "text.html.markdown markup.italic", "fontStyle": "italic" },
{
"token": "text.html.markdown markup.underline.link",
"fontStyle": "underline"
},
{
"token": "text.html.markdown beginning.punctuation.definition.list",
"foreground": "81A1C1"
},
{
"token": "text.html.markdown beginning.punctuation.definition.quote",
"foreground": "8FBCBB"
},
{ "token": "text.html.markdown markup.quote", "foreground": "616E88" },
{
"token": "text.html.markdown punctuation.definition.heading",
"foreground": "81A1C1"
},
{
"token": "text.html.markdown punctuation.definition.constant,text.html.markdown punctuation.definition.string",
"foreground": "81A1C1"
},
{
"token": "text.html.markdown constant.other.reference.link,text.html.markdown string.other.link.description,text.html.markdown string.other.link.title",
"foreground": "88C0D0"
},
{
"token": "source.perl punctuation.definition.variable",
"foreground": "D8DEE9"
},
{
"token": "source.php meta.function-call,source.php meta.function-call.object",
"foreground": "88C0D0"
},
{
"token": "source.python entity.name.function.decorator,source.python meta.function.decorator support.type",
"foreground": "D08770"
},
{
"token": "source.python meta.function-call.generic",
"foreground": "88C0D0"
},
{ "token": "source.python support.type", "foreground": "88C0D0" },
{
"token": "source.python variable.parameter.function.language",
"foreground": "D8DEE9"
},
{
"token": "source.python meta.function.parameters variable.parameter.function.language.special.self",
"foreground": "81A1C1"
},
{
"token": "source.css.scss punctuation.definition.interpolation.begin.bracket.curly,source.css.scss punctuation.definition.interpolation.end.bracket.curly",
"foreground": "81A1C1"
},
{
"token": "source.css.scss variable.interpolation",
"foreground": "D8DEE9",
"fontStyle": "italic"
},
{
"token": "source.ts punctuation.decorator,source.ts meta.decorator variable.other.readwrite,source.ts meta.decorator entity.name.function,source.tsx punctuation.decorator,source.tsx meta.decorator variable.other.readwrite,source.tsx meta.decorator entity.name.function",
"foreground": "D08770"
},
{
"token": "source.ts meta.object-literal.key,source.tsx meta.object-literal.key",
"foreground": "D8DEE9"
},
{
"token": "source.ts meta.object-literal.key entity.name.function,source.tsx meta.object-literal.key entity.name.function",
"foreground": "88C0D0"
},
{
"token": "source.ts support.class,source.ts support.type,source.ts entity.name.type,source.ts entity.name.class,source.tsx support.class,source.tsx support.type,source.tsx entity.name.type,source.tsx entity.name.class",
"foreground": "8FBCBB"
},
{
"token": "source.ts support.constant.math,source.ts support.constant.dom,source.ts support.constant.json,source.tsx support.constant.math,source.tsx support.constant.dom,source.tsx support.constant.json",
"foreground": "8FBCBB"
},
{
"token": "source.ts support.variable,source.tsx support.variable",
"foreground": "D8DEE9"
},
{ "token": "text.xml entity.name.tag.namespace", "foreground": "8FBCBB" },
{ "token": "text.xml keyword.other.doctype", "foreground": "5E81AC" },
{
"token": "text.xml meta.tag.preprocessor entity.name.tag",
"foreground": "5E81AC"
},
{
"token": "text.xml string.unquoted.cdata,text.xml string.unquoted.cdata punctuation.definition.string",
"foreground": "D08770",
"fontStyle": "italic"
},
{ "token": "source.yaml entity.name.tag", "foreground": "8FBCBB" }
],
"colors": {
"activityBar.background": "#2e3440",
"activityBar.foreground": "#d8dee9",
"activityBar.activeBorder": "#d8dee9",
"activityBar.dropBackground": "#3b4252",
"activityBar.inactiveForeground": "#d8dee966",
"activityBarBadge.background": "#88c0d0",
"activityBarBadge.foreground": "#2e3440",
"sideBar.dropBackground": "#ffffff1f",
"sideBar.background": "#2e3440",
"sideBar.foreground": "#d8dee9",
"sideBar.border": "#3b4252",
"sideBarSectionHeader.background": "#3b4252",
"sideBarSectionHeader.foreground": "#d8dee9",
"list.focusBackground": "#88c0d099",
"list.focusForeground": "#d8dee9",
"list.activeSelectionBackground": "#88c0d0",
"list.activeSelectionForeground": "#2e3440",
"list.inactiveSelectionBackground": "#434c5e",
"list.inactiveSelectionForeground": "#d8dee9",
"list.hoverBackground": "#3b4252",
"list.hoverForeground": "#eceff4",
"list.dropBackground": "#88c0d099",
"list.errorForeground": "#bf616a",
"list.warningForeground": "#ebcb8b",
"list.highlightForeground": "#88c0d0",
"statusBar.background": "#3b4252",
"statusBar.border": "#3b425200",
"statusBar.debuggingBackground": "#5e81ac",
"statusBar.debuggingForeground": "#d8dee9",
"statusBar.foreground": "#d8dee9",
"statusBar.noFolderBackground": "#3b4252",
"statusBar.noFolderForeground": "#d8dee9",
"statusBarItem.activeBackground": "#4c566a",
"statusBarItem.hoverBackground": "#434c5e",
"statusBarItem.prominentBackground": "#3b4252",
"statusBarItem.prominentHoverBackground": "#434c5e",
"tab.activeBackground": "#3b4252",
"tab.activeBorder": "#88c0d000",
"tab.activeBorderTop": "#88c0d000",
"tab.activeForeground": "#d8dee9",
"tab.border": "#3b425200",
"tab.hoverBackground": "#3b4252cc",
"tab.hoverBorder": "#88c0d000",
"tab.inactiveBackground": "#2e3440",
"tab.inactiveForeground": "#d8dee966",
"tab.unfocusedActiveBorder": "#88c0d000",
"tab.unfocusedActiveBorderTop": "#88c0d000",
"tab.unfocusedActiveForeground": "#d8dee999",
"tab.unfocusedHoverBackground": "#3b4252b3",
"tab.unfocusedHoverBorder": "#88c0d000",
"tab.unfocusedInactiveForeground": "#d8dee966",
"editor.background": "#2e3440",
"editor.foreground": "#d8dee9",
"badge.background": "#88c0d0",
"badge.foreground": "#2e3440",
"button.background": "#434c5e",
"button.foreground": "#d8dee9",
"button.hoverBackground": "#4c566a",
"debugExceptionWidget.background": "#4c566a",
"debugExceptionWidget.border": "#2e3440",
"debugToolBar.background": "#3b4252",
"descriptionForeground": "#d8dee9e6",
"diffEditor.insertedTextBackground": "#81a1c133",
"diffEditor.removedTextBackground": "#bf616a4d",
"dropdown.background": "#3b4252",
"dropdown.border": "#3b4252",
"dropdown.foreground": "#d8dee9",
"editor.findMatchBackground": "#88c0d066",
"editor.findMatchHighlightBackground": "#88c0d033",
"editor.findRangeHighlightBackground": "#88c0d033",
"editor.hoverHighlightBackground": "#3b4252",
"editor.inactiveSelectionBackground": "#434c5ecc",
"editor.lineHighlightBackground": "#3b4252",
"editor.lineHighlightBorder": "#3b4252",
"editor.rangeHighlightBackground": "#434c5e52",
"editor.selectionBackground": "#434c5ecc",
"editor.selectionHighlightBackground": "#434c5ecc",
"editor.wordHighlightBackground": "#81a1c166",
"editor.wordHighlightStrongBackground": "#81a1c199",
"editorActiveLineNumber.foreground": "#d8dee9cc",
"editorBracketMatch.background": "#2e344000",
"editorBracketMatch.border": "#88c0d0",
"editorCodeLens.foreground": "#4c566a",
"editorCursor.foreground": "#d8dee9",
"editorError.border": "#bf616a00",
"editorError.foreground": "#bf616a",
"editorGroup.background": "#2e3440",
"editorGroup.border": "#3b425201",
"editorGroup.dropBackground": "#3b425299",
"editorGroupHeader.noTabsBackground": "#2e3440",
"editorGroupHeader.tabsBackground": "#2e3440",
"editorGroupHeader.tabsBorder": "#3b425200",
"editorGutter.addedBackground": "#a3be8c",
"editorGutter.background": "#2e3440",
"editorGutter.deletedBackground": "#bf616a",
"editorGutter.modifiedBackground": "#ebcb8b",
"editorHint.border": "#ebcb8b00",
"editorHint.foreground": "#ebcb8b",
"editorHoverWidget.background": "#3b4252",
"editorHoverWidget.border": "#3b4252",
"editorIndentGuide.activeBackground": "#4c566a",
"editorIndentGuide.background": "#434c5eb3",
"editorLineNumber.activeForeground": "#d8dee9",
"editorLineNumber.foreground": "#4c566a",
"editorLink.activeForeground": "#88c0d0",
"editorMarkerNavigation.background": "#5e81acc0",
"editorMarkerNavigationError.background": "#bf616ac0",
"editorMarkerNavigationWarning.background": "#ebcb8bc0",
"editorOverviewRuler.addedForeground": "#a3be8c",
"editorOverviewRuler.border": "#3b4252",
"editorOverviewRuler.currentContentForeground": "#3b4252",
"editorOverviewRuler.deletedForeground": "#bf616a",
"editorOverviewRuler.errorForeground": "#bf616a",
"editorOverviewRuler.findMatchForeground": "#88c0d066",
"editorOverviewRuler.incomingContentForeground": "#3b4252",
"editorOverviewRuler.infoForeground": "#81a1c1",
"editorOverviewRuler.modifiedForeground": "#ebcb8b",
"editorOverviewRuler.rangeHighlightForeground": "#88c0d066",
"editorOverviewRuler.selectionHighlightForeground": "#88c0d066",
"editorOverviewRuler.warningForeground": "#ebcb8b",
"editorOverviewRuler.wordHighlightForeground": "#88c0d066",
"editorOverviewRuler.wordHighlightStrongForeground": "#88c0d066",
"editorRuler.foreground": "#434c5e",
"editorSuggestWidget.background": "#2e3440",
"editorSuggestWidget.border": "#3b4252",
"editorSuggestWidget.foreground": "#d8dee9",
"editorSuggestWidget.highlightForeground": "#88c0d0",
"editorSuggestWidget.selectedBackground": "#434c5e",
"editorWarning.border": "#ebcb8b00",
"editorWarning.foreground": "#ebcb8b",
"editorWhitespace.foreground": "#4c566ab3",
"editorWidget.background": "#2e3440",
"editorWidget.border": "#3b4252",
"errorForeground": "#bf616a",
"extensionButton.prominentBackground": "#434c5e",
"extensionButton.prominentForeground": "#d8dee9",
"extensionButton.prominentHoverBackground": "#4c566a",
"focusBorder": "#3b4252",
"foreground": "#d8dee9",
"gitDecoration.conflictingResourceForeground": "#5e81ac",
"gitDecoration.deletedResourceForeground": "#bf616a",
"gitDecoration.ignoredResourceForeground": "#d8dee966",
"gitDecoration.modifiedResourceForeground": "#ebcb8b",
"gitDecoration.submoduleResourceForeground": "#8fbcbb",
"gitDecoration.untrackedResourceForeground": "#a3be8c",
"input.background": "#3b4252",
"input.border": "#3b4252",
"input.foreground": "#d8dee9",
"input.placeholderForeground": "#d8dee999",
"inputOption.activeBackground": "#5e81ac",
"inputOption.activeBorder": "#5e81ac",
"inputValidation.errorBackground": "#bf616a",
"inputValidation.errorBorder": "#bf616a",
"inputValidation.infoBackground": "#81a1c1",
"inputValidation.infoBorder": "#81a1c1",
"inputValidation.warningBackground": "#d08770",
"inputValidation.warningBorder": "#d08770",
"merge.border": "#3b425200",
"merge.currentContentBackground": "#81a1c14d",
"merge.currentHeaderBackground": "#81a1c166",
"merge.incomingContentBackground": "#8fbcbb4d",
"merge.incomingHeaderBackground": "#8fbcbb66",
"minimap.findMatchHighlight": "#88c0d0",
"notificationCenter.border": "#3b425200",
"notificationCenterHeader.background": "#2e3440",
"notificationCenterHeader.foreground": "#88c0d0",
"notificationLink.foreground": "#88c0d0",
"notificationToast.border": "#3b425200",
"notifications.background": "#3b4252",
"notifications.border": "#2e3440",
"notifications.foreground": "#d8dee9",
"panel.background": "#2e3440",
"panel.border": "#3b4252",
"panelTitle.activeBorder": "#88c0d000",
"panelTitle.activeForeground": "#88c0d0",
"panelTitle.inactiveForeground": "#d8dee9",
"peekView.border": "#4c566a",
"peekViewEditor.background": "#2e3440",
"peekViewEditor.matchHighlightBackground": "#88c0d04d",
"peekViewEditorGutter.background": "#2e3440",
"peekViewResult.background": "#2e3440",
"peekViewResult.fileForeground": "#88c0d0",
"peekViewResult.lineForeground": "#d8dee966",
"peekViewResult.matchHighlightBackground": "#88c0d0cc",
"peekViewResult.selectionBackground": "#434c5e",
"peekViewResult.selectionForeground": "#d8dee9",
"peekViewTitle.background": "#3b4252",
"peekViewTitleDescription.foreground": "#d8dee9",
"peekViewTitleLabel.foreground": "#88c0d0",
"pickerGroup.border": "#3b4252",
"pickerGroup.foreground": "#88c0d0",
"progressBar.background": "#88c0d0",
"scrollbar.shadow": "#00000066",
"scrollbarSlider.activeBackground": "#434c5eaa",
"scrollbarSlider.background": "#434c5e99",
"scrollbarSlider.hoverBackground": "#434c5eaa",
"selection.background": "#88c0d099",
"terminal.ansiBlack": "#3b4252",
"terminal.ansiBlue": "#81a1c1",
"terminal.ansiBrightBlack": "#4c566a",
"terminal.ansiBrightBlue": "#81a1c1",
"terminal.ansiBrightCyan": "#8fbcbb",
"terminal.ansiBrightGreen": "#a3be8c",
"terminal.ansiBrightMagenta": "#b48ead",
"terminal.ansiBrightRed": "#bf616a",
"terminal.ansiBrightWhite": "#eceff4",
"terminal.ansiBrightYellow": "#ebcb8b",
"terminal.ansiCyan": "#88c0d0",
"terminal.ansiGreen": "#a3be8c",
"terminal.ansiMagenta": "#b48ead",
"terminal.ansiRed": "#bf616a",
"terminal.ansiWhite": "#e5e9f0",
"terminal.ansiYellow": "#ebcb8b",
"terminal.background": "#2e3440",
"terminal.foreground": "#d8dee9",
"textBlockQuote.background": "#3b4252",
"textBlockQuote.border": "#81a1c1",
"textCodeBlock.background": "#4c566a",
"textLink.activeForeground": "#88c0d0",
"textLink.foreground": "#88c0d0",
"textPreformat.foreground": "#8fbcbb",
"textSeparator.foreground": "#eceff4",
"titleBar.activeBackground": "#2e3440",
"titleBar.activeForeground": "#d8dee9",
"titleBar.border": "#2e344000",
"titleBar.inactiveBackground": "#2e3440",
"titleBar.inactiveForeground": "#d8dee966",
"widget.shadow": "#00000066",
"breadcrumb.activeSelectionForeground": "#f5f6f9",
"breadcrumb.background": "#2e3440",
"breadcrumb.focusForeground": "#f5f6f9",
"breadcrumb.foreground": "#d8dee9cc",
"breadcrumbPicker.background": "#2e3440",
"checkbox.background": "#3b4252",
"checkbox.border": "#3b4252",
"checkbox.foreground": "#d8dee9",
"debugIcon.breakpointCurrentStackframeForeground": "#ffcc00",
"debugIcon.breakpointDisabledForeground": "#848484",
"debugIcon.breakpointForeground": "#e51400",
"debugIcon.breakpointStackframeForeground": "#89d185",
"debugIcon.breakpointUnverifiedForeground": "#848484",
"debugIcon.continueForeground": "#75beff",
"debugIcon.disconnectForeground": "#f48771",
"debugIcon.pauseForeground": "#75beff",
"debugIcon.restartForeground": "#89d185",
"debugIcon.startForeground": "#89d185",
"debugIcon.stepBackForeground": "#75beff",
"debugIcon.stepIntoForeground": "#75beff",
"debugIcon.stepOutForeground": "#75beff",
"debugIcon.stepOverForeground": "#75beff",
"debugIcon.stopForeground": "#f48771",
"editor.focusedStackFrameHighlightBackground": "#7abd7a4d",
"editor.foldBackground": "#434c5e3d",
"editor.snippetFinalTabstopHighlightBorder": "#525252",
"editor.snippetTabstopHighlightBackground": "#7c7c7c4d",
"editor.stackFrameHighlightBackground": "#ffff0033",
"editor.symbolHighlightBackground": "#88c0d033",
"editorGutter.commentRangeForeground": "#c5c5c5",
"editorHoverWidget.foreground": "#d8dee9",
"editorHoverWidget.statusBarBackground": "#474f62",
"editorInfo.foreground": "#75beff",
"editorLightBulb.foreground": "#ffcc00",
"editorLightBulbAutoFix.foreground": "#75beff",
"editorMarkerNavigationInfo.background": "#75beff",
"editorOverviewRuler.bracketMatchForeground": "#a0a0a0",
"editorOverviewRuler.commonContentForeground": "#60606066",
"editorPane.background": "#2e3440",
"editorUnnecessaryCode.opacity": "#000000aa",
"editorWidget.foreground": "#d8dee9",
"extensionBadge.remoteBackground": "#88c0d0",
"extensionBadge.remoteForeground": "#2e3440",
"gitDecoration.addedResourceForeground": "#81b88b",
"gitlens.gutterBackgroundColor": "#ffffff13",
"gitlens.gutterForegroundColor": "#bebebe",
"gitlens.gutterUncommittedForegroundColor": "#00bcf299",
"gitlens.lineHighlightBackgroundColor": "#00bcf233",
"gitlens.lineHighlightOverviewRulerColor": "#00bcf299",
"gitlens.trailingLineBackgroundColor": "#00000000",
"gitlens.trailingLineForegroundColor": "#99999959",
"icon.foreground": "#c5c5c5",
"imagePreview.border": "#80808059",
"list.filterMatchBackground": "#88c0d033",
"list.invalidItemForeground": "#b89500",
"listFilterWidget.background": "#653723",
"listFilterWidget.noMatchesOutline": "#be1100",
"listFilterWidget.outline": "#00000000",
"menu.background": "#3b4252",
"menu.foreground": "#d8dee9",
"menu.selectionBackground": "#88c0d0",
"menu.selectionForeground": "#2e3440",
"menu.separatorBackground": "#bbbbbb",
"menubar.selectionBackground": "#ffffff1a",
"menubar.selectionForeground": "#d8dee9",
"merge.commonContentBackground": "#60606029",
"merge.commonHeaderBackground": "#60606066",
"minimap.errorHighlight": "#ff1212b3",
"minimap.selectionHighlight": "#264f78",
"minimap.warningHighlight": "#ebcb8b",
"minimapGutter.addedBackground": "#587c0c",
"minimapGutter.deletedBackground": "#94151b",
"minimapGutter.modifiedBackground": "#0c7d9d",
"notificationsErrorIcon.foreground": "#bf616a",
"notificationsInfoIcon.foreground": "#75beff",
"notificationsWarningIcon.foreground": "#ebcb8b",
"panel.dropBackground": "#ffffff1f",
"problemsErrorIcon.foreground": "#bf616a",
"problemsInfoIcon.foreground": "#75beff",
"problemsWarningIcon.foreground": "#ebcb8b",
"quickInput.background": "#2e3440",
"quickInput.foreground": "#d8dee9",
"searchEditor.findMatchBackground": "#88c0d022",
"searchEditor.textInputBorder": "#3b4252",
"settings.checkboxBackground": "#3b4252",
"settings.checkboxBorder": "#3b4252",
"settings.checkboxForeground": "#d8dee9",
"settings.dropdownBackground": "#3b4252",
"settings.dropdownBorder": "#3b4252",
"settings.dropdownForeground": "#d8dee9",
"settings.dropdownListBorder": "#3b4252",
"settings.headerForeground": "#e7e7e7",
"settings.modifiedItemIndicator": "#0c7d9d",
"settings.numberInputBackground": "#3b4252",
"settings.numberInputBorder": "#3b4252",
"settings.numberInputForeground": "#d8dee9",
"settings.textInputBackground": "#3b4252",
"settings.textInputBorder": "#3b4252",
"settings.textInputForeground": "#d8dee9",
"statusBar.debuggingBorder": "#3b425200",
"statusBar.noFolderBorder": "#3b425200",
"statusBarItem.prominentForeground": "#d8dee9",
"statusBarItem.remoteBackground": "#88c0d0",
"statusBarItem.remoteForeground": "#2e3440",
"symbolIcon.arrayForeground": "#d8dee9",
"symbolIcon.booleanForeground": "#d8dee9",
"symbolIcon.classForeground": "#ee9d28",
"symbolIcon.colorForeground": "#d8dee9",
"symbolIcon.constantForeground": "#d8dee9",
"symbolIcon.constructorForeground": "#b180d7",
"symbolIcon.enumeratorForeground": "#ee9d28",
"symbolIcon.enumeratorMemberForeground": "#75beff",
"symbolIcon.eventForeground": "#ee9d28",
"symbolIcon.fieldForeground": "#75beff",
"symbolIcon.fileForeground": "#d8dee9",
"symbolIcon.folderForeground": "#d8dee9",
"symbolIcon.functionForeground": "#b180d7",
"symbolIcon.interfaceForeground": "#75beff",
"symbolIcon.keyForeground": "#d8dee9",
"symbolIcon.keywordForeground": "#d8dee9",
"symbolIcon.methodForeground": "#b180d7",
"symbolIcon.moduleForeground": "#d8dee9",
"symbolIcon.namespaceForeground": "#d8dee9",
"symbolIcon.nullForeground": "#d8dee9",
"symbolIcon.numberForeground": "#d8dee9",
"symbolIcon.objectForeground": "#d8dee9",
"symbolIcon.operatorForeground": "#d8dee9",
"symbolIcon.packageForeground": "#d8dee9",
"symbolIcon.propertyForeground": "#d8dee9",
"symbolIcon.referenceForeground": "#d8dee9",
"symbolIcon.snippetForeground": "#d8dee9",
"symbolIcon.stringForeground": "#d8dee9",
"symbolIcon.structForeground": "#d8dee9",
"symbolIcon.textForeground": "#d8dee9",
"symbolIcon.typeParameterForeground": "#d8dee9",
"symbolIcon.unitForeground": "#d8dee9",
"symbolIcon.variableForeground": "#75beff",
"tab.activeModifiedBorder": "#3399cc",
"tab.inactiveModifiedBorder": "#3399cc80",
"tab.unfocusedActiveBackground": "#3b4252",
"tab.unfocusedActiveModifiedBorder": "#3399cc80",
"tab.unfocusedInactiveModifiedBorder": "#3399cc40",
"terminal.border": "#3b4252",
"terminal.selectionBackground": "#ffffff40"
}
}