mirror of
https://github.com/danth/stylix
synced 2024-11-22 20:23:15 +00:00
1201 lines
49 KiB
Text
1201 lines
49 KiB
Text
// Modified from https://github.com/golf1052/base16-generator/blob/f34ab4e68d957900bd28b9c2ade3a6ff5598de91/builder/templates/vscode/templates/default.mustache
|
|
{
|
|
"$schema": "vscode://schemas/color-theme",
|
|
"name": "{{scheme-name}}",
|
|
"type": "dark",
|
|
"colors": {
|
|
"foreground": "#{{base05-hex}}",
|
|
"disabledForeground": "#{{base04-hex}}",
|
|
"widget.shadow": "#{{base00-hex}}",
|
|
"selection.background": "#{{base0D-hex}}",
|
|
"descriptionForeground": "#{{base03-hex}}",
|
|
"errorForeground": "#{{base08-hex}}",
|
|
"icon.foreground": "#{{base04-hex}}",
|
|
"textBlockQuote.background": "#{{base01-hex}}",
|
|
"textBlockQuote.border": "#{{base0D-hex}}",
|
|
"textCodeBlock.background": "#{{base00-hex}}",
|
|
"textLink.activeForeground": "#{{base0C-hex}}",
|
|
"textLink.foreground": "#{{base0D-hex}}",
|
|
"textPreformat.foreground": "#{{base0D-hex}}",
|
|
"textSeparator.foreground": "#{{base05-hex}}",
|
|
"toolbar.hoverBackground": "#{{base02-hex}}",
|
|
"toolbar.activeBackground": "#{{base03-hex}}",
|
|
"button.background": "#{{base0D-hex}}",
|
|
"button.foreground": "#{{base07-hex}}",
|
|
"button.hoverBackground": "#{{base04-hex}}",
|
|
"button.secondaryForeground": "#{{base07-hex}}",
|
|
"button.secondaryBackground": "#{{base0E-hex}}",
|
|
"button.secondaryHoverBackground": "#{{base04-hex}}",
|
|
"checkbox.background": "#{{base00-hex}}",
|
|
"checkbox.foreground": "#{{base05-hex}}",
|
|
"dropdown.background": "#{{base00-hex}}",
|
|
"dropdown.listBackground": "#{{base00-hex}}",
|
|
"dropdown.foreground": "#{{base05-hex}}",
|
|
"input.background": "#{{base00-hex}}",
|
|
"input.foreground": "#{{base05-hex}}",
|
|
"input.placeholderForeground": "#{{base03-hex}}",
|
|
"inputOption.activeBackground": "#{{base02-hex}}",
|
|
"inputOption.activeBorder": "#{{base09-hex}}",
|
|
"inputOption.activeForeground": "#{{base05-hex}}",
|
|
"inputValidation.errorBackground": "#{{base08-hex}}",
|
|
"inputValidation.errorForeground": "#{{base05-hex}}",
|
|
"inputValidation.errorBorder": "#{{base08-hex}}",
|
|
"inputValidation.infoBackground": "#{{base0D-hex}}",
|
|
"inputValidation.infoForeground": "#{{base05-hex}}",
|
|
"inputValidation.infoBorder": "#{{base0D-hex}}",
|
|
"inputValidation.warningBackground": "#{{base0A-hex}}",
|
|
"inputValidation.warningForeground": "#{{base05-hex}}",
|
|
"inputValidation.warningBorder": "#{{base0A-hex}}",
|
|
"scrollbar.shadow": "#{{base01-hex}}",
|
|
"scrollbarSlider.activeBackground": "#{{base04-hex}}",
|
|
"scrollbarSlider.background": "#{{base02-hex}}",
|
|
"scrollbarSlider.hoverBackground": "#{{base03-hex}}",
|
|
"badge.background": "#{{base00-hex}}",
|
|
"badge.foreground": "#{{base05-hex}}",
|
|
"progressBar.background": "#{{base03-hex}}",
|
|
"list.activeSelectionBackground": "#{{base02-hex}}",
|
|
"list.activeSelectionForeground": "#{{base05-hex}}",
|
|
"list.dropBackground": "#{{base07-hex}}",
|
|
"list.focusBackground": "#{{base02-hex}}",
|
|
"list.focusForeground": "#{{base05-hex}}",
|
|
"list.highlightForeground": "#{{base07-hex}}",
|
|
"list.hoverBackground": "#{{base02-hex}}",
|
|
"list.hoverForeground": "#{{base05-hex}}",
|
|
"list.inactiveSelectionBackground": "#{{base02-hex}}",
|
|
"list.inactiveSelectionForeground": "#{{base05-hex}}",
|
|
"list.inactiveFocusBackground": "#{{base02-hex}}",
|
|
"list.invalidItemForeground": "#{{base08-hex}}",
|
|
"list.errorForeground": "#{{base08-hex}}",
|
|
"list.warningForeground": "#{{base0A-hex}}",
|
|
"listFilterWidget.background": "#{{base00-hex}}",
|
|
"listFilterWidget.noMatchesOutline": "#{{base08-hex}}",
|
|
"list.filterMatchBackground": "#{{base02-hex}}",
|
|
"tree.indentGuidesStroke": "#{{base05-hex}}",
|
|
"activityBar.background": "#{{base01-hex}}",
|
|
"activityBar.dropBackground": "#{{base07-hex}}",
|
|
"activityBar.foreground": "#{{base05-hex}}",
|
|
"activityBar.inactiveForeground": "#{{base03-hex}}",
|
|
"activityBarBadge.background": "#{{base0D-hex}}",
|
|
"activityBarBadge.foreground": "#{{base07-hex}}",
|
|
"activityBar.activeBackground": "#{{base02-hex}}",
|
|
"sideBar.background": "#{{base01-hex}}",
|
|
"sideBar.foreground": "#{{base05-hex}}",
|
|
"sideBar.dropBackground": "#{{base02-hex}}",
|
|
"sideBarTitle.foreground": "#{{base05-hex}}",
|
|
"sideBarSectionHeader.background": "#{{base01-hex}}",
|
|
"sideBarSectionHeader.foreground": "#{{base05-hex}}",
|
|
"minimap.findMatchHighlight": "#{{base0A-hex}}",
|
|
"minimap.selectionHighlight": "#{{base02-hex}}",
|
|
"minimap.errorHighlight": "#{{base08-hex}}",
|
|
"minimap.warningHighlight": "#{{base0A-hex}}",
|
|
"minimap.background": "#{{base00-hex}}",
|
|
"minimap.selectionOccurrenceHighlight": "#{{base03-hex}}",
|
|
"minimapGutter.addedBackground": "#{{base0B-hex}}",
|
|
"minimapGutter.modifiedBackground": "#{{base0E-hex}}",
|
|
"minimapGutter.deletedBackground": "#{{base08-hex}}",
|
|
"editorGroup.background": "#{{base00-hex}}",
|
|
"editorGroup.dropBackground": "#{{base02-hex}}",
|
|
"editorGroupHeader.noTabsBackground": "#{{base01-hex}}",
|
|
"editorGroupHeader.tabsBackground": "#{{base01-hex}}",
|
|
"editorGroup.emptyBackground": "#{{base00-hex}}",
|
|
"editorGroup.dropIntoPromptForeground": "#{{base06-hex}}",
|
|
"editorGroup.dropIntoPromptBackground": "#{{base00-hex}}",
|
|
"tab.activeBackground": "#{{base02-hex}}",
|
|
"tab.unfocusedActiveBackground": "#{{base02-hex}}",
|
|
"tab.activeForeground": "#{{base05-hex}}",
|
|
"tab.inactiveBackground": "#{{base01-hex}}",
|
|
"tab.inactiveForeground": "#{{base05-hex}}",
|
|
"tab.unfocusedActiveForeground": "#{{base04-hex}}",
|
|
"tab.unfocusedInactiveForeground": "#{{base04-hex}}",
|
|
"tab.hoverBackground": "#{{base02-hex}}",
|
|
"tab.unfocusedHoverBackground": "#{{base02-hex}}",
|
|
"tab.activeModifiedBorder": "#{{base0D-hex}}",
|
|
"tab.inactiveModifiedBorder": "#{{base0D-hex}}",
|
|
"tab.unfocusedActiveModifiedBorder": "#{{base0D-hex}}",
|
|
"tab.unfocusedInactiveModifiedBorder": "#{{base0D-hex}}",
|
|
"editorPane.background": "#{{base00-hex}}",
|
|
"editor.background": "#{{base00-hex}}",
|
|
"editor.foreground": "#{{base05-hex}}",
|
|
"editorLineNumber.foreground": "#{{base03-hex}}",
|
|
"editorLineNumber.activeForeground": "#{{base04-hex}}",
|
|
"editorCursor.foreground": "#{{base05-hex}}",
|
|
"editor.selectionBackground": "#{{base02-hex}}",
|
|
"editor.inactiveSelectionBackground": "#{{base02-hex}}",
|
|
"editor.selectionHighlightBackground": "#{{base01-hex}}",
|
|
"editor.wordHighlightBackground": "#{{base02-hex}}",
|
|
"editor.wordHighlightStrongBackground": "#{{base03-hex}}",
|
|
"editor.findMatchBackground": "#{{base0A-hex}}",
|
|
"editor.findMatchHighlightBackground": "#{{base09-hex}}",
|
|
"editor.findRangeHighlightBackground": "#{{base01-hex}}",
|
|
"searchEditor.findMatchBackground": "#{{base0A-hex}}",
|
|
"editor.hoverHighlightBackground": "#{{base02-hex}}",
|
|
"editor.lineHighlightBackground": "#{{base01-hex}}",
|
|
"editorLink.activeForeground": "#{{base0D-hex}}",
|
|
"editor.rangeHighlightBackground": "#{{base01-hex}}",
|
|
"editorWhitespace.foreground": "#{{base03-hex}}",
|
|
"editorIndentGuide.background": "#{{base03-hex}}",
|
|
"editorIndentGuide.activeBackground": "#{{base04-hex}}",
|
|
"editorInlayHint.background": "#{{base01-hex}}",
|
|
"editorInlayHint.foreground": "#{{base05-hex}}",
|
|
"editorInlayHint.typeBackground": "#{{base01-hex}}",
|
|
"editorInlayHint.typeForeground": "#{{base05-hex}}",
|
|
"editorInlayHint.parameterBackground": "#{{base01-hex}}",
|
|
"editorInlayHint.parameterForeground": "#{{base05-hex}}",
|
|
"editorRuler.foreground": "#{{base03-hex}}",
|
|
"editorCodeLens.foreground": "#{{base02-hex}}",
|
|
"editorLightBulb.foreground": "#{{base0A-hex}}",
|
|
"editorLightBulbAutoFix.foreground": "#{{base0D-hex}}",
|
|
"editorBracketMatch.background": "#{{base02-hex}}",
|
|
"editorBracketHighlight.foreground1": "#{{base08-hex}}",
|
|
"editorBracketHighlight.foreground2": "#{{base09-hex}}",
|
|
"editorBracketHighlight.foreground3": "#{{base0A-hex}}",
|
|
"editorBracketHighlight.foreground4": "#{{base0B-hex}}",
|
|
"editorBracketHighlight.foreground5": "#{{base0D-hex}}",
|
|
"editorBracketHighlight.foreground6": "#{{base0E-hex}}",
|
|
"editorBracketHighlight.unexpectedBracket.foreground": "#{{base0F-hex}}",
|
|
"editorOverviewRuler.findMatchForeground": "#{{base0A-hex}}",
|
|
"editorOverviewRuler.rangeHighlightForeground": "#{{base03-hex}}",
|
|
"editorOverviewRuler.selectionHighlightForeground": "#{{base02-hex}}",
|
|
"editorOverviewRuler.wordHighlightForeground": "#{{base07-hex}}",
|
|
"editorOverviewRuler.wordHighlightStrongForeground": "#{{base0D-hex}}",
|
|
"editorOverviewRuler.modifiedForeground": "#{{base0E-hex}}",
|
|
"editorOverviewRuler.addedForeground": "#{{base0B-hex}}",
|
|
"editorOverviewRuler.deletedForeground": "#{{base08-hex}}",
|
|
"editorOverviewRuler.errorForeground": "#{{base08-hex}}",
|
|
"editorOverviewRuler.warningForeground": "#{{base0A-hex}}",
|
|
"editorOverviewRuler.infoForeground": "#{{base0C-hex}}",
|
|
"editorOverviewRuler.bracketMatchForeground": "#{{base06-hex}}",
|
|
"editorError.foreground": "#{{base08-hex}}",
|
|
"editorWarning.foreground": "#{{base0A-hex}}",
|
|
"editorInfo.foreground": "#{{base0C-hex}}",
|
|
"editorHint.foreground": "#{{base0D-hex}}",
|
|
"problemsErrorIcon.foreground": "#{{base08-hex}}",
|
|
"problemsWarningIcon.foreground": "#{{base0A-hex}}",
|
|
"problemsInfoIcon.foreground": "#{{base0C-hex}}",
|
|
"editorGutter.background": "#{{base00-hex}}",
|
|
"editorGutter.modifiedBackground": "#{{base0E-hex}}",
|
|
"editorGutter.addedBackground": "#{{base0B-hex}}",
|
|
"editorGutter.deletedBackground": "#{{base08-hex}}",
|
|
"editorGutter.commentRangeForeground": "#{{base04-hex}}",
|
|
"editorGutter.foldingControlForeground": "#{{base05-hex}}",
|
|
"diffEditor.insertedTextBackground": "#{{base0B-hex}}20",
|
|
"diffEditor.removedTextBackground": "#{{base08-hex}}20",
|
|
"diffEditor.diagonalFill": "#{{base02-hex}}",
|
|
"editorWidget.foreground": "#{{base05-hex}}",
|
|
"editorWidget.background": "#{{base00-hex}}",
|
|
"editorSuggestWidget.background": "#{{base01-hex}}",
|
|
"editorSuggestWidget.foreground": "#{{base05-hex}}",
|
|
"editorSuggestWidget.focusHighlightForeground": "#{{base07-hex}}",
|
|
"editorSuggestWidget.highlightForeground": "#{{base0D-hex}}",
|
|
"editorSuggestWidget.selectedBackground": "#{{base02-hex}}",
|
|
"editorSuggestWidget.selectedForeground": "#{{base06-hex}}",
|
|
"editorHoverWidget.foreground": "#{{base05-hex}}",
|
|
"editorHoverWidget.background": "#{{base00-hex}}",
|
|
"debugExceptionWidget.background": "#{{base01-hex}}",
|
|
"editorMarkerNavigation.background": "#{{base01-hex}}",
|
|
"editorMarkerNavigationError.background": "#{{base08-hex}}",
|
|
"editorMarkerNavigationWarning.background": "#{{base0A-hex}}",
|
|
"editorMarkerNavigationInfo.background": "#{{base0D-hex}}",
|
|
"editorMarkerNavigationError.headerBackground": "#{{base08-hex}}20",
|
|
"editorMarkerNavigationWarning.headerBackground": "#{{base0A-hex}}20",
|
|
"editorMarkerNavigationInfo.headerBackground": "#{{base0C-hex}}20",
|
|
"peekViewEditor.background": "#{{base01-hex}}",
|
|
"peekViewEditorGutter.background": "#{{base01-hex}}",
|
|
"peekViewEditor.matchHighlightBackground": "#{{base09-hex}}",
|
|
"peekViewResult.background": "#{{base00-hex}}",
|
|
"peekViewResult.fileForeground": "#{{base05-hex}}",
|
|
"peekViewResult.lineForeground": "#{{base03-hex}}",
|
|
"peekViewResult.matchHighlightBackground": "#{{base09-hex}}",
|
|
"peekViewResult.selectionBackground": "#{{base02-hex}}",
|
|
"peekViewResult.selectionForeground": "#{{base05-hex}}",
|
|
"peekViewTitle.background": "#{{base02-hex}}",
|
|
"peekViewTitleDescription.foreground": "#{{base03-hex}}",
|
|
"peekViewTitleLabel.foreground": "#{{base05-hex}}",
|
|
"merge.currentContentBackground": "#{{base0D-hex}}40",
|
|
"merge.currentHeaderBackground": "#{{base0D-hex}}40",
|
|
"merge.incomingContentBackground": "#{{base0B-hex}}60",
|
|
"merge.incomingHeaderBackground": "#{{base0B-hex}}60",
|
|
"editorOverviewRuler.currentContentForeground": "#{{base0D-hex}}",
|
|
"editorOverviewRuler.incomingContentForeground": "#{{base0B-hex}}",
|
|
"editorOverviewRuler.commonContentForeground": "#{{base0F-hex}}",
|
|
"panel.background": "#{{base00-hex}}",
|
|
"panel.dropBackground": "#{{base01-hex}}",
|
|
"panel.dropBorder": "#{{base01-hex}}",
|
|
"panelTitle.activeForeground": "#{{base05-hex}}",
|
|
"panelTitle.inactiveForeground": "#{{base03-hex}}",
|
|
"statusBar.background": "#{{base0D-hex}}",
|
|
"statusBar.foreground": "#{{base07-hex}}",
|
|
"statusBar.debuggingBackground": "#{{base09-hex}}",
|
|
"statusBar.debuggingForeground": "#{{base07-hex}}",
|
|
"statusBar.noFolderBackground": "#{{base0E-hex}}",
|
|
"statusBar.noFolderForeground": "#{{base07-hex}}",
|
|
"statusBarItem.activeBackground": "#{{base03-hex}}",
|
|
"statusBarItem.hoverBackground": "#{{base02-hex}}",
|
|
"statusBarItem.prominentForeground": "#{{base07-hex}}",
|
|
"statusBarItem.prominentBackground": "#{{base0E-hex}}",
|
|
"statusBarItem.prominentHoverBackground": "#{{base08-hex}}",
|
|
"statusBarItem.remoteBackground": "#{{base0B-hex}}",
|
|
"statusBarItem.remoteForeground": "#{{base07-hex}}",
|
|
"statusBarItem.errorBackground": "#{{base08-hex}}",
|
|
"statusBarItem.errorForeground": "#{{base07-hex}}",
|
|
"statusBarItem.warningBackground": "#{{base0A-hex}}",
|
|
"statusBarItem.warningForeground": "#{{base07-hex}}",
|
|
"titleBar.activeBackground": "#{{base00-hex}}",
|
|
"titleBar.activeForeground": "#{{base05-hex}}",
|
|
"titleBar.inactiveBackground": "#{{base01-hex}}",
|
|
"titleBar.inactiveForeground": "#{{base03-hex}}",
|
|
"menubar.selectionForeground": "#{{base05-hex}}",
|
|
"menubar.selectionBackground": "#{{base01-hex}}",
|
|
"menu.foreground": "#{{base05-hex}}",
|
|
"menu.background": "#{{base01-hex}}",
|
|
"menu.selectionForeground": "#{{base05-hex}}",
|
|
"menu.selectionBackground": "#{{base02-hex}}",
|
|
"menu.separatorBackground": "#{{base07-hex}}",
|
|
"commandCenter.foreground": "#{{base05-hex}}",
|
|
"commandCenter.activeForeground": "#{{base07-hex}}",
|
|
"commandCenter.background": "#{{base00-hex}}",
|
|
"commandCenter.activeBackground": "#{{base01-hex}}",
|
|
"notificationCenterHeader.foreground": "#{{base05-hex}}",
|
|
"notificationCenterHeader.background": "#{{base01-hex}}",
|
|
"notifications.foreground": "#{{base05-hex}}",
|
|
"notifications.background": "#{{base02-hex}}",
|
|
"notificationLink.foreground": "#{{base0D-hex}}",
|
|
"notificationsErrorIcon.foreground": "#{{base08-hex}}",
|
|
"notificationsWarningIcon.foreground": "#{{base0A-hex}}",
|
|
"notificationsInfoIcon.foreground": "#{{base0D-hex}}",
|
|
"notification.background": "#{{base02-hex}}",
|
|
"notification.foreground": "#{{base05-hex}}",
|
|
"notification.buttonBackground": "#{{base0D-hex}}",
|
|
"notification.buttonHoverBackground": "#{{base02-hex}}",
|
|
"notification.buttonForeground": "#{{base07-hex}}",
|
|
"notification.infoBackground": "#{{base0C-hex}}",
|
|
"notification.infoForeground": "#{{base07-hex}}",
|
|
"notification.warningBackground": "#{{base0A-hex}}",
|
|
"notification.warningForeground": "#{{base07-hex}}",
|
|
"notification.errorBackground": "#{{base08-hex}}",
|
|
"notification.errorForeground": "#{{base07-hex}}",
|
|
"banner.background": "#{{base02-hex}}",
|
|
"banner.foreground": "#{{base05-hex}}",
|
|
"banner.iconForeground": "#{{base0D-hex}}",
|
|
"extensionButton.prominentBackground": "#{{base0B-hex}}",
|
|
"extensionButton.prominentForeground": "#{{base07-hex}}",
|
|
"extensionButton.prominentHoverBackground": "#{{base02-hex}}",
|
|
"extensionBadge.remoteBackground": "#{{base09-hex}}",
|
|
"extensionBadge.remoteForeground": "#{{base07-hex}}",
|
|
"extensionIcon.starForeground": "#{{base0A-hex}}",
|
|
"extensionIcon.verifiedForeground": "#{{base0D-hex}}",
|
|
"extensionIcon.preReleaseForeground": "#{{base09-hex}}",
|
|
"pickerGroup.foreground": "#{{base03-hex}}",
|
|
"quickInput.background": "#{{base01-hex}}",
|
|
"quickInput.foreground": "#{{base05-hex}}",
|
|
"quickInputList.focusBackground": "#{{base03-hex}}",
|
|
"quickInputList.focusForeground": "#{{base07-hex}}",
|
|
"quickInputList.focusIconForeground": "#{{base07-hex}}",
|
|
"keybindingLabel.background": "#{{base02-hex}}",
|
|
"keybindingLabel.foreground": "#{{base05-hex}}",
|
|
"keybindingTable.headerBackground": "#{{base02-hex}}",
|
|
"keybindingTable.rowsBackground": "#{{base01-hex}}",
|
|
"terminal.background": "#{{base00-hex}}",
|
|
"terminal.foreground": "#{{base05-hex}}",
|
|
"terminal.ansiBlack": "#{{base00-hex}}",
|
|
"terminal.ansiRed": "#{{base08-hex}}",
|
|
"terminal.ansiGreen": "#{{base0B-hex}}",
|
|
"terminal.ansiYellow": "#{{base0A-hex}}",
|
|
"terminal.ansiBlue": "#{{base0D-hex}}",
|
|
"terminal.ansiMagenta": "#{{base0E-hex}}",
|
|
"terminal.ansiCyan": "#{{base0C-hex}}",
|
|
"terminal.ansiWhite": "#{{base05-hex}}",
|
|
"terminal.ansiBrightBlack": "#{{base03-hex}}",
|
|
"terminal.ansiBrightRed": "#{{base08-hex}}",
|
|
"terminal.ansiBrightGreen": "#{{base0B-hex}}",
|
|
"terminal.ansiBrightYellow": "#{{base0A-hex}}",
|
|
"terminal.ansiBrightBlue": "#{{base0D-hex}}",
|
|
"terminal.ansiBrightMagenta": "#{{base0E-hex}}",
|
|
"terminal.ansiBrightCyan": "#{{base0C-hex}}",
|
|
"terminal.ansiBrightWhite": "#{{base07-hex}}",
|
|
"terminalCursor.foreground": "#{{base05-hex}}",
|
|
"terminalOverviewRuler.cursorForeground": "#ff0000",
|
|
"terminalOverviewRuler.findMatchForeground": "#ff0000",
|
|
"debugToolBar.background": "#{{base01-hex}}",
|
|
"debugView.stateLabelForeground": "#{{base07-hex}}",
|
|
"debugView.stateLabelBackground": "#{{base0D-hex}}",
|
|
"debugView.valueChangedHighlight": "#{{base0D-hex}}",
|
|
"debugTokenExpression.name": "#{{base0E-hex}}",
|
|
"debugTokenExpression.value": "#{{base05-hex}}",
|
|
"debugTokenExpression.string": "#{{base0B-hex}}",
|
|
"debugTokenExpression.boolean": "#{{base09-hex}}",
|
|
"debugTokenExpression.number": "#{{base09-hex}}",
|
|
"debugTokenExpression.error": "#{{base08-hex}}",
|
|
"testing.iconFailed": "#{{base08-hex}}",
|
|
"testing.iconErrored": "#{{base0F-hex}}",
|
|
"testing.iconPassed": "#{{base0B-hex}}",
|
|
"testing.runAction": "#{{base04-hex}}",
|
|
"testing.iconQueued": "#{{base0A-hex}}",
|
|
"testing.iconUnset": "#{{base04-hex}}",
|
|
"testing.iconSkipped": "#{{base0E-hex}}",
|
|
"testing.peekHeaderBackground": "#{{base01-hex}}",
|
|
"testing.message.error.decorationForeground": "#{{base05-hex}}",
|
|
"testing.message.error.lineBackground": "#{{base08-hex}}20",
|
|
"testing.message.info.decorationForeground": "#{{base05-hex}}",
|
|
"testing.message.info.lineBackground": "#{{base0D-hex}}20",
|
|
"welcomePage.background": "#{{base00-hex}}",
|
|
"welcomePage.buttonBackground": "#{{base01-hex}}",
|
|
"welcomePage.buttonHoverBackground": "#{{base02-hex}}",
|
|
"welcomePage.progress.background": "#{{base03-hex}}",
|
|
"welcomePage.progress.foreground": "#{{base0D-hex}}",
|
|
"welcomePage.tileBackground": "#{{base01-hex}}",
|
|
"welcomePage.tileHoverBackground": "#{{base02-hex}}",
|
|
"walkThrough.embeddedEditorBackground": "#{{base00-hex}}",
|
|
"gitDecoration.addedResourceForeground": "#{{base0B-hex}}",
|
|
"gitDecoration.modifiedResourceForeground": "#{{base0E-hex}}",
|
|
"gitDecoration.deletedResourceForeground": "#{{base08-hex}}",
|
|
"gitDecoration.renamedResourceForeground": "#{{base0C-hex}}",
|
|
"gitDecoration.stageModifiedResourceForeground": "#{{base0E-hex}}",
|
|
"gitDecoration.stageDeletedResourceForeground": "#{{base08-hex}}",
|
|
"gitDecoration.untrackedResourceForeground": "#{{base09-hex}}",
|
|
"gitDecoration.ignoredResourceForeground": "#{{base03-hex}}",
|
|
"gitDecoration.conflictingResourceForeground": "#{{base0A-hex}}",
|
|
"gitDecoration.submoduleResourceForeground": "#{{base0F-hex}}",
|
|
"settings.headerForeground": "#{{base05-hex}}",
|
|
"settings.modifiedItemIndicator": "#{{base0D-hex}}",
|
|
"settings.modifiedItemForeground": "#{{base0B-hex}}",
|
|
"settings.dropdownBackground": "#{{base01-hex}}",
|
|
"settings.dropdownForeground": "#{{base05-hex}}",
|
|
"settings.checkboxBackground": "#{{base01-hex}}",
|
|
"settings.checkboxForeground": "#{{base05-hex}}",
|
|
"settings.rowHoverBackground": "#{{base02-hex}}",
|
|
"settings.textInputBackground": "#{{base01-hex}}",
|
|
"settings.textInputForeground": "#{{base05-hex}}",
|
|
"settings.numberInputBackground": "#{{base01-hex}}",
|
|
"settings.numberInputForeground": "#{{base05-hex}}",
|
|
"settings.focusedRowBackground": "#{{base02-hex}}",
|
|
"settings.headerBorder": "#{{base05-hex}}",
|
|
"settings.sashBorder": "#{{base05-hex}}",
|
|
"breadcrumb.foreground": "#{{base05-hex}}",
|
|
"breadcrumb.background": "#{{base01-hex}}",
|
|
"breadcrumb.focusForeground": "#{{base06-hex}}",
|
|
"breadcrumb.activeSelectionForeground": "#{{base07-hex}}",
|
|
"breadcrumbPicker.background": "#{{base01-hex}}",
|
|
"editor.snippetTabstopHighlightBackground": "#{{base02-hex}}",
|
|
"editor.snippetFinalTabstopHighlightBackground": "#{{base03-hex}}",
|
|
"symbolIcon.arrayForeground": "#{{base05-hex}}",
|
|
"symbolIcon.booleanForeground": "#{{base09-hex}}",
|
|
"symbolIcon.classForeground": "#{{base0A-hex}}",
|
|
"symbolIcon.colorForeground": "#{{base05-hex}}",
|
|
"symbolIcon.constantForeground": "#{{base09-hex}}",
|
|
"symbolIcon.constructorForeground": "#{{base0D-hex}}",
|
|
"symbolIcon.enumeratorForeground": "#{{base09-hex}}",
|
|
"symbolIcon.enumeratorMemberForeground": "#{{base0D-hex}}",
|
|
"symbolIcon.eventForeground": "#{{base0A-hex}}",
|
|
"symbolIcon.fieldForeground": "#{{base08-hex}}",
|
|
"symbolIcon.fileForeground": "#{{base05-hex}}",
|
|
"symbolIcon.folderForeground": "#{{base05-hex}}",
|
|
"symbolIcon.functionForeground": "#{{base0D-hex}}",
|
|
"symbolIcon.interfaceForeground": "#{{base0D-hex}}",
|
|
"symbolIcon.keyForeground": "#{{base05-hex}}",
|
|
"symbolIcon.keywordForeground": "#{{base0E-hex}}",
|
|
"symbolIcon.methodForeground": "#{{base0D-hex}}",
|
|
"symbolIcon.moduleForeground": "#{{base05-hex}}",
|
|
"symbolIcon.namespaceForeground": "#{{base05-hex}}",
|
|
"symbolIcon.nullForeground": "#{{base0F-hex}}",
|
|
"symbolIcon.numberForeground": "#{{base09-hex}}",
|
|
"symbolIcon.objectForeground": "#{{base05-hex}}",
|
|
"symbolIcon.operatorForeground": "#{{base05-hex}}",
|
|
"symbolIcon.packageForeground": "#{{base05-hex}}",
|
|
"symbolIcon.propertyForeground": "#{{base05-hex}}",
|
|
"symbolIcon.referenceForeground": "#{{base05-hex}}",
|
|
"symbolIcon.snippetForeground": "#{{base05-hex}}",
|
|
"symbolIcon.stringForeground": "#{{base0B-hex}}",
|
|
"symbolIcon.structForeground": "#{{base0A-hex}}",
|
|
"symbolIcon.textForeground": "#{{base05-hex}}",
|
|
"symbolIcon.typeParameterForeground": "#{{base05-hex}}",
|
|
"symbolIcon.unitForeground": "#{{base05-hex}}",
|
|
"symbolIcon.variableForeground": "#{{base08-hex}}",
|
|
"debugIcon.breakpointForeground": "#{{base08-hex}}",
|
|
"debugIcon.breakpointDisabledForeground": "#{{base04-hex}}",
|
|
"debugIcon.breakpointUnverifiedForeground": "#{{base02-hex}}",
|
|
"debugIcon.breakpointCurrentStackframeForeground": "#{{base0A-hex}}",
|
|
"debugIcon.breakpointStackframeForeground": "#{{base0F-hex}}",
|
|
"debugIcon.startForeground": "#{{base0B-hex}}",
|
|
"debugIcon.pauseForeground": "#{{base0D-hex}}",
|
|
"debugIcon.stopForeground": "#{{base08-hex}}",
|
|
"debugIcon.disconnectForeground": "#{{base08-hex}}",
|
|
"debugIcon.restartForeground": "#{{base0B-hex}}",
|
|
"debugIcon.stepOverForeground": "#{{base0D-hex}}",
|
|
"debugIcon.stepIntoForeground": "#{{base0C-hex}}",
|
|
"debugIcon.stepOutForeground": "#{{base0E-hex}}",
|
|
"debugIcon.continueForeground": "#{{base0B-hex}}",
|
|
"debugIcon.stepBackForeground": "#{{base0F-hex}}",
|
|
"debugConsole.infoForeground": "#{{base05-hex}}",
|
|
"debugConsole.warningForeground": "#{{base0A-hex}}",
|
|
"debugConsole.errorForeground": "#{{base08-hex}}",
|
|
"debugConsole.sourceForeground": "#{{base05-hex}}",
|
|
"debugConsoleInputIcon.foreground": "#{{base05-hex}}",
|
|
"notebook.editorBackground": "#{{base00-hex}}",
|
|
"notebook.cellBorderColor": "#{{base03-hex}}",
|
|
"notebook.cellHoverBackground": "#{{base01-hex}}",
|
|
"notebook.cellToolbarSeparator": "#{{base02-hex}}",
|
|
"notebook.cellEditorBackground": "#{{base00-hex}}",
|
|
"notebook.focusedCellBackground": "#{{base02-hex}}",
|
|
"notebook.focusedCellBorder": "#{{base0D-hex}}",
|
|
"notebook.focusedEditorBorder": "#{{base0D-hex}}",
|
|
"notebook.inactiveFocusedCellBorder": "#{{base03-hex}}",
|
|
"notebook.selectedCellBackground": "#{{base02-hex}}",
|
|
"notebookStatusErrorIcon.foreground": "#{{base08-hex}}",
|
|
"notebookStatusRunningIcon.foreground": "#{{base0C-hex}}",
|
|
"notebookStatusSuccessIcon.foreground": "#{{base0B-hex}}",
|
|
"charts.foreground": "#{{base05-hex}}",
|
|
"charts.lines": "#{{base05-hex}}",
|
|
"charts.red": "#{{base08-hex}}",
|
|
"charts.blue": "#{{base0D-hex}}",
|
|
"charts.yellow": "#{{base0A-hex}}",
|
|
"charts.orange": "#{{base09-hex}}",
|
|
"charts.green": "#{{base0B-hex}}",
|
|
"charts.purple": "#{{base0E-hex}}",
|
|
"ports.iconRunningProcessForeground": "#{{base09-hex}}"
|
|
},
|
|
"tokenColors": [
|
|
{
|
|
"name": "Comment",
|
|
"scope": [
|
|
"comment",
|
|
"punctuation.definition.comment"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#{{base03-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Variables, Parameters",
|
|
"scope": [
|
|
"variable",
|
|
"string constant.other.placeholder",
|
|
"entity.name.variable.parameter",
|
|
"entity.name.variable.local",
|
|
"variable.parameter"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base08-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Properties",
|
|
"scope": [
|
|
"variable.other.object.property"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0D-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Colors",
|
|
"scope": [
|
|
"constant.other.color"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0B-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Invalid",
|
|
"scope": [
|
|
"invalid",
|
|
"invalid.illegal"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base08-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Invalid - Deprecated",
|
|
"scope": [
|
|
"invalid.deprecated"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0F-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Keyword, Storage",
|
|
"scope": [
|
|
"keyword",
|
|
"keyword.other",
|
|
"keyword.other.using",
|
|
"keyword.other.namespace",
|
|
"keyword.other.class",
|
|
"keyword.other.new",
|
|
"keyword.other.event",
|
|
"keyword.other.this",
|
|
"keyword.other.await",
|
|
"keyword.other.var",
|
|
"keyword.other.package",
|
|
"keyword.other.import",
|
|
"variable.language.this",
|
|
"storage.type.ts",
|
|
"storage.modifier"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0E-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Keyword Control",
|
|
"scope": [
|
|
"keyword.control",
|
|
"keyword.control.flow",
|
|
"keyword.control.from",
|
|
"keyword.control.import",
|
|
"keyword.control.as"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0E-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Types, Primitives",
|
|
"scope": [
|
|
"keyword.type",
|
|
"storage.type.primitive"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0C-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Function",
|
|
"scope": [
|
|
"storage.type.function"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0D-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Operator, Misc",
|
|
"scope": [
|
|
"constant.other.color",
|
|
"punctuation",
|
|
"punctuation.section.class.end",
|
|
"meta.tag",
|
|
"punctuation.definition.tag",
|
|
"punctuation.separator.inheritance.php",
|
|
"punctuation.definition.tag.html",
|
|
"punctuation.definition.tag.begin.html",
|
|
"punctuation.definition.tag.end.html",
|
|
"keyword.other.template",
|
|
"keyword.other.substitution"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base05-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Embedded",
|
|
"scope": [
|
|
"punctuation.section.embedded",
|
|
"variable.interpolation"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0F-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Tag",
|
|
"scope": [
|
|
"entity.name.tag",
|
|
"meta.tag.sgml",
|
|
"markup.deleted.git_gutter"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base08-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Function, Special Method",
|
|
"scope": [
|
|
"entity.name.function",
|
|
"meta.function-call",
|
|
"variable.function",
|
|
"support.function",
|
|
"keyword.other.special-method"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0D-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Block Level Variables",
|
|
"scope": [
|
|
"meta.block variable.other"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base08-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Other Variable, String Link",
|
|
"scope": [
|
|
"support.other.variable",
|
|
"string.other.link"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base08-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Number, Constant, Function Argument, Tag Attribute, Embedded",
|
|
"scope": [
|
|
"constant.numeric",
|
|
"constant.language",
|
|
"support.constant",
|
|
"constant.character",
|
|
"constant.escape",
|
|
"keyword.other.unit"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base09-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "String, Symbols, Inherited Class, Markup Heading",
|
|
"scope": [
|
|
"string",
|
|
"constant.other.symbol",
|
|
"constant.other.key",
|
|
"entity.other.inherited-class",
|
|
"markup.heading",
|
|
"markup.inserted.git_gutter",
|
|
"meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "",
|
|
"foreground": "#{{base0B-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Class, Support",
|
|
"scope": [
|
|
"entity.name",
|
|
"support.type",
|
|
"support.class",
|
|
"support.other.namespace.use.php",
|
|
"meta.use.php",
|
|
"support.other.namespace.php",
|
|
"markup.changed.git_gutter",
|
|
"support.type.sys-types"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0A-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Storage Type, Import Class",
|
|
"scope": [
|
|
"storage.type",
|
|
"storage.modifier.package",
|
|
"storage.modifier.import"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0A-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Fields",
|
|
"scope": [
|
|
"entity.name.variable.field"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0D-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Entity Types",
|
|
"scope": [
|
|
"support.type"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0C-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "CSS Class and Support",
|
|
"scope": [
|
|
"source.css support.type.property-name",
|
|
"source.sass support.type.property-name",
|
|
"source.scss support.type.property-name",
|
|
"source.less support.type.property-name",
|
|
"source.stylus support.type.property-name",
|
|
"source.postcss support.type.property-name"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0C-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Sub-methods",
|
|
"scope": [
|
|
"entity.name.module.js",
|
|
"variable.import.parameter.js",
|
|
"variable.other.class.js"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base08-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Language methods",
|
|
"scope": [
|
|
"variable.language"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#{{base08-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "entity.name.method.js",
|
|
"scope": [
|
|
"entity.name.method.js"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#{{base0D-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "meta.method.js",
|
|
"scope": [
|
|
"meta.class-method.js entity.name.function.js",
|
|
"variable.function.constructor"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0D-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Attributes",
|
|
"scope": [
|
|
"entity.other.attribute-name"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0D-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "HTML Attributes",
|
|
"scope": [
|
|
"text.html.basic entity.other.attribute-name.html",
|
|
"text.html.basic entity.other.attribute-name"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#{{base0A-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "CSS Classes",
|
|
"scope": [
|
|
"entity.other.attribute-name.class"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0A-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "CSS ID's",
|
|
"scope": [
|
|
"source.sass keyword.control"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0D-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Inserted",
|
|
"scope": [
|
|
"markup.inserted"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0B-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Deleted",
|
|
"scope": [
|
|
"markup.deleted"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base08-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Changed",
|
|
"scope": [
|
|
"markup.changed"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0E-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Regular Expressions",
|
|
"scope": [
|
|
"string.regexp"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0C-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Escape Characters",
|
|
"scope": [
|
|
"constant.character.escape"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0C-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "URL",
|
|
"scope": [
|
|
"*url*",
|
|
"*link*",
|
|
"*uri*"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "underline"
|
|
}
|
|
},
|
|
{
|
|
"name": "Decorators",
|
|
"scope": [
|
|
"tag.decorator.js entity.name.tag.js",
|
|
"tag.decorator.js punctuation.definition.tag.js"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#{{base0D-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "ES7 Bind Operator",
|
|
"scope": [
|
|
"source.js constant.other.object.key.js string.unquoted.label.js"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#{{base0E-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "JSON Key - Level 0",
|
|
"scope": [
|
|
"source.json meta.structure.dictionary.json support.type.property-name.json"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0D-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "JSON Key - Level 1",
|
|
"scope": [
|
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0D-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "JSON Key - Level 2",
|
|
"scope": [
|
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0D-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "JSON Key - Level 3",
|
|
"scope": [
|
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0D-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "JSON Key - Level 4",
|
|
"scope": [
|
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0D-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "JSON Key - Level 5",
|
|
"scope": [
|
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0D-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "JSON Key - Level 6",
|
|
"scope": [
|
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0D-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "JSON Key - Level 7",
|
|
"scope": [
|
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0D-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "JSON Key - Level 8",
|
|
"scope": [
|
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0D-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Plain",
|
|
"scope": [
|
|
"text.html.markdown",
|
|
"punctuation.definition.list_item.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base05-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Markup Raw Inline",
|
|
"scope": [
|
|
"text.html.markdown markup.inline.raw.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0E-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Markup Raw Inline Punctuation",
|
|
"scope": [
|
|
"text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0C-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Line Break",
|
|
"scope": [
|
|
"text.html.markdown meta.dummy.line-break"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base03-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Heading",
|
|
"scope": [
|
|
"markdown.heading",
|
|
"markup.heading | markup.heading entity.name",
|
|
"markup.heading.markdown punctuation.definition.heading.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0D-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Italic",
|
|
"scope": [
|
|
"markup.italic"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#{{base08-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Bold",
|
|
"scope": [
|
|
"markup.bold",
|
|
"markup.bold string"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "bold",
|
|
"foreground": "#{{base08-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Bold-Italic",
|
|
"scope": [
|
|
"markup.bold markup.italic",
|
|
"markup.italic markup.bold",
|
|
"markup.quote markup.bold",
|
|
"markup.bold markup.italic string",
|
|
"markup.italic markup.bold string",
|
|
"markup.quote markup.bold string"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "bold",
|
|
"foreground": "#{{base08-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Underline",
|
|
"scope": [
|
|
"markup.underline"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "underline",
|
|
"foreground": "#{{base09-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Blockquote",
|
|
"scope": [
|
|
"markup.quote punctuation.definition.blockquote.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0C-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Quote",
|
|
"scope": [
|
|
"markup.quote"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Link",
|
|
"scope": [
|
|
"string.other.link.title.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0D-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Link Description",
|
|
"scope": [
|
|
"string.other.link.description.title.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0E-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Link Anchor",
|
|
"scope": [
|
|
"constant.other.reference.link.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0A-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Raw Block",
|
|
"scope": [
|
|
"markup.raw.block"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0E-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Raw Block Fenced",
|
|
"scope": [
|
|
"markup.raw.block.fenced.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#00000050"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Fenced Bode Block",
|
|
"scope": [
|
|
"punctuation.definition.fenced.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#00000050"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Fenced Code Block Variable",
|
|
"scope": [
|
|
"markup.raw.block.fenced.markdown",
|
|
"variable.language.fenced.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0E-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Fenced Language",
|
|
"scope": [
|
|
"variable.language.fenced.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base08-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Separator",
|
|
"scope": [
|
|
"meta.separator"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "bold",
|
|
"foreground": "#{{base0C-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Table",
|
|
"scope": [
|
|
"markup.table"
|
|
],
|
|
"settings": {
|
|
"foreground": "#{{base0E-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"scope": "token.info-token",
|
|
"settings": {
|
|
"foreground": "#{{base0D-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"scope": "token.warn-token",
|
|
"settings": {
|
|
"foreground": "#{{base0A-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"scope": "token.error-token",
|
|
"settings": {
|
|
"foreground": "#{{base08-hex}}"
|
|
}
|
|
},
|
|
{
|
|
"scope": "token.debug-token",
|
|
"settings": {
|
|
"foreground": "#{{base0E-hex}}"
|
|
}
|
|
}
|
|
]
|
|
}
|