Created
February 24, 2020 23:23
-
-
Save diazdc/60af782f60effb89e51b12fd57c6f94b to your computer and use it in GitHub Desktop.
Modded colors for the vscode OneMonokai theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "vscode://schemas/color-theme", | |
| "type": "dark", | |
| "colors": { | |
| "activityBar.background": "#2f333d", | |
| "activityBar.foreground": "#d7dae0", | |
| "activityBarBadge.background": "#528bff", | |
| "activityBarBadge.foreground": "#f8fafd", | |
| "button.background": "#528bff", | |
| "diffEditor.insertedTextBackground": "#00809b33", | |
| "dropdown.background": "#1d1f23", | |
| "dropdown.border": "#181a1f", | |
| "editor.background": "#1a1e24", | |
| "editor.findMatchBackground": "#42557b", | |
| "editor.findMatchHighlightBackground": "#314365", | |
| "editor.lineHighlightBackground": "#383e4a", | |
| "editor.selectionBackground": "#3e4451", | |
| "editorCursor.foreground": "#f8f8f0", | |
| "editorError.foreground": "#c24038", | |
| "editorGroup.border": "#181a1f", | |
| "editorGroup.emptyBackground": "#181a1f", | |
| "editorGroupHeader.tabsBackground": "#21252b", | |
| "editorHoverWidget.background": "#21252b", | |
| "editorHoverWidget.border": "#181a1f", | |
| "editorIndentGuide.background": "#3b4048", | |
| "editorLineNumber.foreground": "#495162", | |
| "editorRuler.foreground": "#484848", | |
| "editorSuggestWidget.background": "#21252b", | |
| "editorSuggestWidget.border": "#181a1f", | |
| "editorSuggestWidget.selectedBackground": "#2c313a", | |
| "editorUnnecessaryCode.opacity": "#000000c0", | |
| "editorWhitespace.foreground": "#484a50", | |
| "editorWidget.background": "#21252b", | |
| "input.background": "#1d1f23", | |
| "list.activeSelectionBackground": "#2c313a", | |
| "list.activeSelectionForeground": "#d7dae0", | |
| "list.focusBackground": "#383e4a", | |
| "list.highlightForeground": "#c5c5c5", | |
| "list.hoverBackground": "#292d35", | |
| "list.inactiveSelectionBackground": "#2c313a", | |
| "list.inactiveSelectionForeground": "#d7dae0", | |
| "notifications.background": "#21252b", | |
| "scrollbarSlider.activeBackground": "#747d9180", | |
| "scrollbarSlider.background": "#4e566680", | |
| "scrollbarSlider.hoverBackground": "#5a637580", | |
| "sideBar.background": "#21252b", | |
| "sideBarSectionHeader.background": "#282c34", | |
| "statusBar.background": "#21252b", | |
| "statusBar.debuggingBackground": "#21252b", | |
| "statusBar.foreground": "#9da5b4", | |
| "statusBar.noFolderBackground": "#21252b", | |
| "statusBarItem.hoverBackground": "#2c313a", | |
| "tab.activeBackground": "#383e4a", | |
| "tab.border": "#181a1f", | |
| "tab.inactiveBackground": "#21252b", | |
| "terminal.ansiBlack": "#2d3139", | |
| "terminal.ansiBlue": "#528bff", | |
| "terminal.ansiBrightBlack": "#7f848e", | |
| "terminal.ansiBrightBlue": "#528bff", | |
| "terminal.ansiBrightCyan": "#56b6c2", | |
| "terminal.ansiBrightGreen": "#41E02C", | |
| "terminal.ansiBrightMagenta": "#7e0097", | |
| "terminal.ansiBrightRed": "#f44747", | |
| "terminal.ansiBrightWhite": "#d7dae0", | |
| "terminal.ansiBrightYellow": "#e5c07b", | |
| "terminal.ansiCyan": "#56b6c2", | |
| "terminal.ansiGreen": "#60c01b", | |
| "terminal.ansiMagenta": "#c678dd", | |
| "terminal.ansiRed": "#e06c75", | |
| "terminal.ansiWhite": "#d7dae0", | |
| "terminal.ansiYellow": "#e5c07b", | |
| "terminal.foreground": "#ffffff", | |
| "titleBar.activeBackground": "#282c34", | |
| "titleBar.activeForeground": "#9da5b4", | |
| "titleBar.inactiveBackground": "#282c34", | |
| "titleBar.inactiveForeground": "#6b717d", | |
| //"activityBar.activeBorder": "#d7dae0", | |
| //"activityBar.dropBackground": "#ffffff1f", | |
| //"activityBar.inactiveForeground": "#d7dae066", | |
| //"badge.background": "#4d4d4d", | |
| //"badge.foreground": "#ffffff", | |
| //"breadcrumb.activeSelectionForeground": "#e0e0e0", | |
| //"breadcrumb.background": "#21252c", | |
| //"breadcrumb.focusForeground": "#e0e0e0", | |
| //"breadcrumb.foreground": "#cccccccc", | |
| //"breadcrumbPicker.background": "#21252b", | |
| //"button.foreground": "#ffffff", | |
| //"button.hoverBackground": "#95b9ff", | |
| //"checkbox.background": "#1d1f23", | |
| //"checkbox.border": "#181a1f", | |
| //"checkbox.foreground": "#f0f0f0", | |
| //"debugExceptionWidget.background": "#420b0d", | |
| //"debugExceptionWidget.border": "#a31515", | |
| //"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", | |
| //"debugToolBar.background": "#333333", | |
| //"descriptionForeground": "#ccccccb3", | |
| //"diffEditor.removedTextBackground": "#ff000033", | |
| //"dropdown.foreground": "#f0f0f0", | |
| //"editor.findRangeHighlightBackground": "#3a3d4166", | |
| //"editor.focusedStackFrameHighlightBackground": "#7abd7a4d", | |
| //"editor.foldBackground": "#3e44514d", | |
| //"editor.foreground": "#bbbbbb", | |
| //"editor.hoverHighlightBackground": "#264f7840", | |
| //"editor.inactiveSelectionBackground": "#3e445180", | |
| //"editor.lineHighlightBorder": "#282828", | |
| //"editor.rangeHighlightBackground": "#ffffff0b", | |
| "editor.selectionHighlightBackground": "#2c477ea6", | |
| //"editor.snippetFinalTabstopHighlightBorder": "#525252", | |
| //"editor.snippetTabstopHighlightBackground": "#7c7c7c4d", | |
| //"editor.stackFrameHighlightBackground": "#ffff0033", | |
| //"editor.symbolHighlightBackground": "#314365", | |
| //"editor.wordHighlightBackground": "#575757b8", | |
| //"editor.wordHighlightStrongBackground": "#004972b8", | |
| //"editorActiveLineNumber.foreground": "#c6c6c6", | |
| //"editorBracketMatch.background": "#0064001a", | |
| //"editorBracketMatch.border": "#888888", | |
| //"editorCodeLens.foreground": "#999999", | |
| //"editorGroup.dropBackground": "#53595d80", | |
| //"editorGroupHeader.noTabsBackground": "#21252c", | |
| //"editorGutter.addedBackground": "#587c0c", | |
| //"editorGutter.background": "#21252c", | |
| //"editorGutter.commentRangeForeground": "#c5c5c5", | |
| //"editorGutter.deletedBackground": "#94151b", | |
| //"editorGutter.modifiedBackground": "#0c7d9d", | |
| //"editorHint.foreground": "#eeeeeeb3", | |
| //"editorHoverWidget.foreground": "#cccccc", | |
| //"editorHoverWidget.statusBarBackground": "#282c34", | |
| //"editorIndentGuide.activeBackground": "#484a50", | |
| //"editorInfo.foreground": "#75beff", | |
| //"editorLightBulb.foreground": "#ffcc00", | |
| //"editorLightBulbAutoFix.foreground": "#75beff", | |
| //"editorLineNumber.activeForeground": "#c6c6c6", | |
| //"editorLink.activeForeground": "#4e94ce", | |
| //"editorMarkerNavigation.background": "#2d2d30", | |
| //"editorMarkerNavigationError.background": "#c24038", | |
| //"editorMarkerNavigationInfo.background": "#75beff", | |
| //"editorMarkerNavigationWarning.background": "#cca700", | |
| //"editorOverviewRuler.addedForeground": "#587c0c99", | |
| //"editorOverviewRuler.border": "#7f7f7f4d", | |
| //"editorOverviewRuler.bracketMatchForeground": "#a0a0a0", | |
| //"editorOverviewRuler.commonContentForeground": "#60606066", | |
| //"editorOverviewRuler.currentContentForeground": "#40c8ae80", | |
| //"editorOverviewRuler.deletedForeground": "#94151b99", | |
| //"editorOverviewRuler.errorForeground": "#ff1212b3", | |
| //"editorOverviewRuler.findMatchForeground": "#d186167e", | |
| //"editorOverviewRuler.incomingContentForeground": "#40a6ff80", | |
| //"editorOverviewRuler.infoForeground": "#75beff", | |
| //"editorOverviewRuler.modifiedForeground": "#0c7d9d99", | |
| //"editorOverviewRuler.rangeHighlightForeground": "#007acc99", | |
| //"editorOverviewRuler.selectionHighlightForeground": "#a0a0a0cc", | |
| //"editorOverviewRuler.warningForeground": "#cca700", | |
| //"editorOverviewRuler.wordHighlightForeground": "#a0a0a0cc", | |
| //"editorOverviewRuler.wordHighlightStrongForeground": "#c0a0c0cc", | |
| //"editorPane.background": "#21252c", | |
| //"editorSuggestWidget.foreground": "#bbbbbb", | |
| //"editorSuggestWidget.highlightForeground": "#c5c5c5", | |
| //"editorWarning.foreground": "#cca700", | |
| //"editorWidget.border": "#454545", | |
| //"editorWidget.foreground": "#cccccc", | |
| //"errorForeground": "#f48771", | |
| //"extensionBadge.remoteBackground": "#528bff", | |
| //"extensionBadge.remoteForeground": "#f8fafd", | |
| //"extensionButton.prominentBackground": "#327e36", | |
| //"extensionButton.prominentForeground": "#ffffff", | |
| //"extensionButton.prominentHoverBackground": "#28632b", | |
| //"focusBorder": "#0e639ccc", | |
| //"foreground": "#cccccc", | |
| //"gitDecoration.addedResourceForeground": "#81b88b", | |
| //"gitDecoration.conflictingResourceForeground": "#6c6cc4", | |
| //"gitDecoration.deletedResourceForeground": "#c74e39", | |
| //"gitDecoration.ignoredResourceForeground": "#8c8c8c", | |
| //"gitDecoration.modifiedResourceForeground": "#e2c08d", | |
| //"gitDecoration.submoduleResourceForeground": "#8db9e2", | |
| //"gitDecoration.untrackedResourceForeground": "#73c991", | |
| //"icon.foreground": "#c5c5c5", | |
| //"imagePreview.border": "#80808059", | |
| //"input.foreground": "#cccccc", | |
| //"input.placeholderForeground": "#cccccc80", | |
| //"inputOption.activeBackground": "#0e639c66", | |
| //"inputOption.activeBorder": "#007acc00", | |
| //"inputValidation.errorBackground": "#5a1d1d", | |
| //"inputValidation.errorBorder": "#be1100", | |
| //"inputValidation.infoBackground": "#063b49", | |
| //"inputValidation.infoBorder": "#007acc", | |
| //"inputValidation.warningBackground": "#352a05", | |
| //"inputValidation.warningBorder": "#b89500", | |
| //"list.dropBackground": "#383e4a", | |
| //"list.errorForeground": "#f88070", | |
| //"list.filterMatchBackground": "#314365", | |
| //"list.invalidItemForeground": "#b89500", | |
| //"list.warningForeground": "#cca700", | |
| //"listFilterWidget.background": "#653723", | |
| //"listFilterWidget.noMatchesOutline": "#be1100", | |
| //"listFilterWidget.outline": "#00000000", | |
| //"menu.background": "#1d1f23", | |
| //"menu.foreground": "#f0f0f0", | |
| //"menu.selectionBackground": "#2c313a", | |
| //"menu.selectionForeground": "#d7dae0", | |
| //"menu.separatorBackground": "#bbbbbb", | |
| //"menubar.selectionBackground": "#ffffff1a", | |
| //"menubar.selectionForeground": "#9da5b4", | |
| //"merge.commonContentBackground": "#60606029", | |
| //"merge.commonHeaderBackground": "#60606066", | |
| //"merge.currentContentBackground": "#40c8ae33", | |
| //"merge.currentHeaderBackground": "#40c8ae80", | |
| //"merge.incomingContentBackground": "#40a6ff33", | |
| //"merge.incomingHeaderBackground": "#40a6ff80", | |
| //"minimap.errorHighlight": "#ff1212b3", | |
| //"minimap.findMatchHighlight": "#d18616", | |
| //"minimap.selectionHighlight": "#264f78", | |
| //"minimap.warningHighlight": "#cca700", | |
| //"minimapGutter.addedBackground": "#587c0c", | |
| //"minimapGutter.deletedBackground": "#94151b", | |
| //"minimapGutter.modifiedBackground": "#0c7d9d", | |
| //"notificationCenterHeader.background": "#2b3038", | |
| //"notificationLink.foreground": "#3794ff", | |
| //"notifications.border": "#2b3038", | |
| //"notifications.foreground": "#cccccc", | |
| //"notificationsErrorIcon.foreground": "#c24038", | |
| //"notificationsInfoIcon.foreground": "#75beff", | |
| //"notificationsWarningIcon.foreground": "#cca700", | |
| //"panel.background": "#21252c", | |
| //"panel.border": "#80808059", | |
| //"panel.dropBackground": "#ffffff1f", | |
| //"panelTitle.activeBorder": "#e7e7e7", | |
| //"panelTitle.activeForeground": "#e7e7e7", | |
| //"panelTitle.inactiveForeground": "#e7e7e799", | |
| //"peekView.border": "#007acc", | |
| //"peekViewEditor.background": "#001f33", | |
| //"peekViewEditor.matchHighlightBackground": "#ff8f0099", | |
| //"peekViewEditorGutter.background": "#001f33", | |
| //"peekViewResult.background": "#252526", | |
| //"peekViewResult.fileForeground": "#ffffff", | |
| //"peekViewResult.lineForeground": "#bbbbbb", | |
| //"peekViewResult.matchHighlightBackground": "#ea5c004d", | |
| //"peekViewResult.selectionBackground": "#3399ff33", | |
| //"peekViewResult.selectionForeground": "#ffffff", | |
| //"peekViewTitle.background": "#1e1e1e", | |
| //"peekViewTitleDescription.foreground": "#ccccccb3", | |
| //"peekViewTitleLabel.foreground": "#ffffff", | |
| //"pickerGroup.border": "#3f3f46", | |
| //"pickerGroup.foreground": "#3794ff", | |
| //"problemsErrorIcon.foreground": "#c24038", | |
| //"problemsInfoIcon.foreground": "#75beff", | |
| //"problemsWarningIcon.foreground": "#cca700", | |
| //"progressBar.background": "#0e70c0", | |
| //"quickInput.background": "#21252b", | |
| //"scrollbar.shadow": "#000000", | |
| //"searchEditor.findMatchBackground": "#314365a8", | |
| //"settings.checkboxBackground": "#1d1f23", | |
| //"settings.checkboxBorder": "#181a1f", | |
| //"settings.checkboxForeground": "#f0f0f0", | |
| //"settings.dropdownBackground": "#1d1f23", | |
| //"settings.dropdownBorder": "#181a1f", | |
| //"settings.dropdownForeground": "#f0f0f0", | |
| //"settings.dropdownListBorder": "#454545", | |
| //"settings.headerForeground": "#e7e7e7", | |
| //"settings.modifiedItemIndicator": "#0c7d9d", | |
| //"settings.numberInputBackground": "#1d1f23", | |
| //"settings.numberInputForeground": "#cccccc", | |
| //"settings.textInputBackground": "#1d1f23", | |
| //"settings.textInputForeground": "#cccccc", | |
| //"sideBar.dropBackground": "#ffffff1f", | |
| //"statusBar.debuggingForeground": "#9da5b4", | |
| //"statusBar.noFolderForeground": "#9da5b4", | |
| //"statusBarItem.activeBackground": "#ffffff2e", | |
| //"statusBarItem.prominentBackground": "#00000080", | |
| //"statusBarItem.prominentForeground": "#9da5b4", | |
| //"statusBarItem.prominentHoverBackground": "#0000004d", | |
| //"statusBarItem.remoteBackground": "#528bff", | |
| //"statusBarItem.remoteForeground": "#f8fafd", | |
| //"symbolIcon.arrayForeground": "#cccccc", | |
| //"symbolIcon.booleanForeground": "#cccccc", | |
| //"symbolIcon.classForeground": "#ee9d28", | |
| //"symbolIcon.colorForeground": "#cccccc", | |
| //"symbolIcon.constantForeground": "#cccccc", | |
| //"symbolIcon.constructorForeground": "#b180d7", | |
| //"symbolIcon.enumeratorForeground": "#ee9d28", | |
| //"symbolIcon.enumeratorMemberForeground": "#75beff", | |
| //"symbolIcon.eventForeground": "#ee9d28", | |
| //"symbolIcon.fieldForeground": "#75beff", | |
| //"symbolIcon.fileForeground": "#cccccc", | |
| //"symbolIcon.folderForeground": "#cccccc", | |
| //"symbolIcon.functionForeground": "#b180d7", | |
| //"symbolIcon.interfaceForeground": "#75beff", | |
| //"symbolIcon.keyForeground": "#cccccc", | |
| //"symbolIcon.keywordForeground": "#cccccc", | |
| //"symbolIcon.methodForeground": "#b180d7", | |
| //"symbolIcon.moduleForeground": "#cccccc", | |
| //"symbolIcon.namespaceForeground": "#cccccc", | |
| //"symbolIcon.nullForeground": "#cccccc", | |
| //"symbolIcon.numberForeground": "#cccccc", | |
| //"symbolIcon.objectForeground": "#cccccc", | |
| //"symbolIcon.operatorForeground": "#cccccc", | |
| //"symbolIcon.packageForeground": "#cccccc", | |
| //"symbolIcon.propertyForeground": "#cccccc", | |
| //"symbolIcon.referenceForeground": "#cccccc", | |
| //"symbolIcon.snippetForeground": "#cccccc", | |
| //"symbolIcon.stringForeground": "#cccccc", | |
| //"symbolIcon.structForeground": "#cccccc", | |
| //"symbolIcon.textForeground": "#cccccc", | |
| //"symbolIcon.typeParameterForeground": "#cccccc", | |
| //"symbolIcon.unitForeground": "#cccccc", | |
| //"symbolIcon.variableForeground": "#75beff", | |
| //"tab.activeForeground": "#ffffff", | |
| //"tab.activeModifiedBorder": "#3399cc", | |
| //"tab.inactiveForeground": "#ffffff80", | |
| //"tab.inactiveModifiedBorder": "#3399cc80", | |
| //"tab.unfocusedActiveBackground": "#383e4a", | |
| //"tab.unfocusedActiveForeground": "#ffffff80", | |
| //"tab.unfocusedActiveModifiedBorder": "#3399cc80", | |
| //"tab.unfocusedInactiveForeground": "#ffffff40", | |
| //"tab.unfocusedInactiveModifiedBorder": "#3399cc40", | |
| //"terminal.background": "#21252c", | |
| //"terminal.border": "#80808059", | |
| //"terminal.selectionBackground": "#ffffff40", | |
| //"textBlockQuote.background": "#7f7f7f1a", | |
| //"textBlockQuote.border": "#007acc80", | |
| //"textCodeBlock.background": "#0a0a0a66", | |
| //"textLink.activeForeground": "#3794ff", | |
| //"textLink.foreground": "#3794ff", | |
| //"textPreformat.foreground": "#d7ba7d", | |
| //"textSeparator.foreground": "#ffffff2e", | |
| //"tree.indentGuidesStroke": "#585858", | |
| //"widget.shadow": "#000000" | |
| }, | |
| "tokenColors": [ | |
| { | |
| "scope": [ | |
| "comment", | |
| "string.comment" | |
| ], | |
| "settings": { | |
| "foreground": "#676f7d", | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "string", | |
| "string.template" | |
| ], | |
| "settings": { | |
| "foreground": "#E5C07B" | |
| } | |
| }, | |
| { | |
| "scope": "constant.numeric", | |
| "settings": { | |
| "foreground": "#C678DD" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "string.embedded.begin", | |
| "string.embedded.end", | |
| "punctuation.definition.template-expression", | |
| "punctuation.section.embedded" | |
| ], | |
| "settings": { | |
| "foreground": "#C678DD" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "punctuation.section.embedded.begin.js", | |
| "punctuation.section.embedded.end.js", | |
| "punctuation.section.embedded.begin.erb", | |
| "punctuation.section.embedded.end.erb", | |
| "source.elixir.embedded", | |
| "punctuation.separator", | |
| "punctuation.accessor", | |
| "meta.brace" | |
| ], | |
| "settings": { | |
| "foreground": "#ABB2BF" | |
| } | |
| }, | |
| { | |
| "scope": "constant.language", | |
| "settings": { | |
| "foreground": "#56B6C2" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "constant.character", | |
| "constant.other" | |
| ], | |
| "settings": { | |
| "foreground": "#56B6C2" | |
| } | |
| }, | |
| { | |
| "scope": "variable.language", | |
| "settings": { | |
| "foreground": "#ec626d" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "keyword", | |
| "keyword.operator.logical", | |
| "keyword.operator.constructor" | |
| ], | |
| "settings": { | |
| "foreground": "#ec626d" | |
| } | |
| }, | |
| { | |
| "scope": "keyword.operator", | |
| "settings": { | |
| "foreground": "#ec626d" | |
| } | |
| }, | |
| { | |
| "scope": "storage", | |
| "settings": { | |
| "foreground": "#ec626d" | |
| } | |
| }, | |
| { | |
| "scope": "storage.type", | |
| "settings": { | |
| "foreground": "#56B6C2" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "entity.name.class", | |
| "entity.name.module", | |
| "entity.name.type", | |
| "storage.identifier", | |
| "support.class" | |
| ], | |
| "settings": { | |
| "foreground": "#61AFEF" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "variable.other.object", | |
| "variable.other.constant", | |
| "variable.other.global", | |
| "variable.other.readwrite.class", | |
| "variable.other.readwrite.instance", | |
| "variable.other.readwrite.batchfile", | |
| "variable.readwrite", | |
| "variable.readwrite.other.block" | |
| ], | |
| "settings": { | |
| "foreground": "#61AFEF" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "variable.other", | |
| "variable.other.property", | |
| "variable.other.block" | |
| ], | |
| "settings": { | |
| "foreground": "#eeeeee" | |
| } | |
| }, | |
| { | |
| "scope": "entity.other.inherited-class", | |
| "settings": { | |
| "foreground": "#98C379" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "storage.modifier.import", | |
| "storage.modifier.package" | |
| ], | |
| "settings": { | |
| "foreground": "#61AFEF" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "entity.name.function", | |
| "support.function" | |
| ], | |
| "settings": { | |
| "foreground": "#98C379" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "variable.parameter", | |
| "entity.name.variable.parameter", | |
| "parameter.variable" | |
| ], | |
| "settings": { | |
| "foreground": "#fa904a", | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": "entity.name.function-call", | |
| "settings": { | |
| "foreground": "#5a8ce9" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "function.support.builtin", | |
| "function.support.core" | |
| ], | |
| "settings": { | |
| "foreground": "#98C379" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "entity.name.tag", | |
| "entity.name.tag.class.js" | |
| ], | |
| "settings": { | |
| "foreground": "#E06C75" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "entity.name.tag.class", | |
| "entity.name.tag.id" | |
| ], | |
| "settings": { | |
| "foreground": "#56B6C2" | |
| } | |
| }, | |
| { | |
| "scope": "entity.other.attribute-name", | |
| "settings": { | |
| "foreground": "#98C379" | |
| } | |
| }, | |
| { | |
| "scope": "support.constant", | |
| "settings": { | |
| "foreground": "#56B6C2" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "support.type", | |
| "support.variable" | |
| ], | |
| "settings": { | |
| "foreground": "#56B6C2" | |
| } | |
| }, | |
| { | |
| "scope": "support.dictionary.json", | |
| "settings": { | |
| "foreground": "#56B6C2" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "support.type.property-name.css", | |
| "support.type.property-name.scss", | |
| "support.type.property-name.less", | |
| "support.type.property-name.sass" | |
| ], | |
| "settings": { | |
| "foreground": "#ABB2BF" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "entity.other.attribute-name.pseudo-class.css", | |
| "entity.other.attribute-name.pseudo-class.scss", | |
| "entity.other.attribute-name.pseudo-class.less", | |
| "entity.other.attribute-name.pseudo-class.sass", | |
| "entity.other.attribute-name.pseudo-element.css", | |
| "entity.other.attribute-name.pseudo-element.scss", | |
| "entity.other.attribute-name.pseudo-element.less", | |
| "entity.other.attribute-name.pseudo-element.sass" | |
| ], | |
| "settings": { | |
| "foreground": "#56B6C2" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "support.constant.css", | |
| "support.constant.scss", | |
| "support.constant.less", | |
| "support.constant.sass" | |
| ], | |
| "settings": { | |
| "foreground": "#98C379" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "variable.css", | |
| "variable.scss", | |
| "variable.less", | |
| "variable.sass" | |
| ], | |
| "settings": { | |
| "foreground": "#56B6C2" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "variable.css.string", | |
| "variable.scss.string", | |
| "variable.less.string", | |
| "variable.sass.string" | |
| ], | |
| "settings": { | |
| "foreground": "#E5C07B" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "unit.css", | |
| "unit.scss", | |
| "unit.less", | |
| "unit.sass" | |
| ], | |
| "settings": { | |
| "foreground": "#C678DD" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "function.css", | |
| "function.scss", | |
| "function.less", | |
| "function.sass" | |
| ], | |
| "settings": { | |
| "foreground": "#56B6C2" | |
| } | |
| }, | |
| { | |
| "scope": "support.other.variable", | |
| "settings": { | |
| "fontStyle": "" | |
| } | |
| }, | |
| { | |
| "scope": "invalid", | |
| "settings": { | |
| "foreground": "#F8F8F0", | |
| "background": "#C678DD" | |
| } | |
| }, | |
| { | |
| "scope": "invalid.deprecated", | |
| "settings": { | |
| "foreground": "#F8F8F0", | |
| "background": "#56B6C2" | |
| } | |
| }, | |
| { | |
| "scope": "support.type.property-name.json", | |
| "settings": { | |
| "foreground": "#56B6C2" | |
| } | |
| }, | |
| { | |
| "scope": "string.detected-link", | |
| "settings": { | |
| "foreground": "#61AFEF" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "meta.diff", | |
| "meta.diff.header" | |
| ], | |
| "settings": { | |
| "foreground": "#75715E" | |
| } | |
| }, | |
| { | |
| "scope": "markup.deleted", | |
| "settings": { | |
| "foreground": "#E06C75" | |
| } | |
| }, | |
| { | |
| "scope": "markup.inserted", | |
| "settings": { | |
| "foreground": "#98C379" | |
| } | |
| }, | |
| { | |
| "scope": "markup.changed", | |
| "settings": { | |
| "foreground": "#E5C07B" | |
| } | |
| }, | |
| { | |
| "scope": "constant.numeric.line-number.find-in-files - match", | |
| "settings": { | |
| "foreground": "#56B6C2A0" | |
| } | |
| }, | |
| { | |
| "scope": "entity.name.filename.find-in-files", | |
| "settings": { | |
| "foreground": "#E5C07B" | |
| } | |
| }, | |
| { | |
| "scope": "markup.italic, markup.italic.markdown", | |
| "settings": { | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "punctuation.definition.italic.markdown", | |
| "punctuation.definition.bold.markdown", | |
| "punctuation.definition.heading.markdown" | |
| ], | |
| "settings": { | |
| "foreground": "#676F7D" | |
| } | |
| }, | |
| { | |
| "scope": "punctuation.definition.italic.markdown", | |
| "settings": { | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": "markup.underline.link.markdown", | |
| "settings": { | |
| "foreground": "#61AFEF" | |
| } | |
| }, | |
| { | |
| "scope": "markup.bold.markdown", | |
| "settings": { | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": "markup.heading.markdown", | |
| "settings": { | |
| "foreground": "#E06C75", | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": "markup.quote.markdown", | |
| "settings": { | |
| "foreground": "#98C379" | |
| } | |
| }, | |
| { | |
| "scope": "meta.separator.markdown", | |
| "settings": { | |
| "foreground": "#C678DD", | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "markup.raw.inline.markdown", | |
| "markup.raw.block.markdown" | |
| ], | |
| "settings": { | |
| "foreground": "#56B6C2" | |
| } | |
| }, | |
| { | |
| "scope": "punctuation.definition.list_item.markdown", | |
| "settings": { | |
| "foreground": "#FFFFFF", | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": "string", | |
| "settings": { | |
| "foreground": "#368d2a" | |
| } | |
| }, | |
| { | |
| "scope": "meta.embedded.assembly", | |
| "settings": { | |
| "foreground": "#41E02C" | |
| } | |
| }, | |
| { | |
| "scope": "entity.name.function", | |
| "settings": { | |
| "foreground": "#32DBE7" | |
| } | |
| }, | |
| { | |
| "scope": "support.function", | |
| "settings": { | |
| "foreground": "#32DBE7" | |
| } | |
| }, | |
| { | |
| "scope": "token.info-token", | |
| "settings": { | |
| "foreground": "#6796E6" | |
| } | |
| }, | |
| { | |
| "scope": "token.warn-token", | |
| "settings": { | |
| "foreground": "#CD9731" | |
| } | |
| }, | |
| { | |
| "scope": "token.error-token", | |
| "settings": { | |
| "foreground": "#F44747" | |
| } | |
| }, | |
| { | |
| "scope": "token.debug-token", | |
| "settings": { | |
| "foreground": "#B267E6" | |
| } | |
| }, | |
| { | |
| "scope": "string", | |
| "settings": { | |
| "foreground": "#41E02C" | |
| } | |
| }, | |
| { | |
| "scope": "meta.embedded.assembly", | |
| "settings": { | |
| "foreground": "#41E02C" | |
| } | |
| }, | |
| { | |
| "scope": "entity.name.function", | |
| "settings": { | |
| "foreground": "#32DBE7" | |
| } | |
| }, | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment