Created
November 2, 2024 18:39
-
-
Save AmroAbdul/bf7c7bcdfab7fee39cd52d357ca4270e to your computer and use it in GitHub Desktop.
chadracula evondev color scheme https://github.com/evondev/evondev-dracula
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
| { | |
| "name": "Dracula high contrast", | |
| "$schema": "vscode://schemas/color-theme", | |
| "type": "dark", | |
| "semanticHighlighting": true, | |
| "colors": { | |
| "activityBar.activeBackground": "#C96AE710", | |
| "activityBar.activeBorder": "#FE4E9F", | |
| "activityBar.background": "#1E1F35", | |
| "activityBar.foreground": "#f8f8fa", | |
| "activityBar.inactiveForeground": "#6272a4", | |
| "activityBarBadge.background": "#FE4E9F", | |
| "activityBarBadge.foreground": "#f8f8fa", | |
| "badge.background": "#44475a", | |
| "badge.foreground": "#f8f8fa", | |
| "breadcrumb.activeSelectionForeground": "#f8f8fa", | |
| "breadcrumb.background": "#1E1F35", | |
| "breadcrumb.focusForeground": "#f8f8fa", | |
| "breadcrumb.foreground": "#6272a4", | |
| "breadcrumbPicker.background": "#191a21", | |
| "button.background": "#44475a", | |
| "button.foreground": "#f8f8fa", | |
| "contrastBorder": "#191a21", | |
| "debugToolBar.background": "#21222c", | |
| "diffEditor.insertedTextBackground": "#50fa7b20", | |
| "diffEditor.removedTextBackground": "#ff555550", | |
| "dropdown.background": "#343746", | |
| "dropdown.border": "#191a21", | |
| "dropdown.foreground": "#f8f8fa", | |
| "editor.background": "#1E1F35", | |
| "editor.findMatchBackground": "#ffb86c80", | |
| "editor.findMatchHighlightBackground": "#ffffff40", | |
| "editor.findRangeHighlightBackground": "#44475a75", | |
| // "editor.foldBackground": "#1E1F35", | |
| "editor.foreground": "#f8f8fa", | |
| "editor.hoverHighlightBackground": "#8be9fd50", | |
| "editor.lineHighlightBorder": "#44475a", | |
| "editor.rangeHighlightBackground": "#C96AE715", | |
| "editor.selectionBackground": "#44475a", | |
| "editor.selectionHighlightBackground": "#424450", | |
| "editor.snippetFinalTabstopHighlightBackground": "#282a36", | |
| "editor.snippetFinalTabstopHighlightBorder": "#37DD9E", | |
| "editor.snippetTabstopHighlightBackground": "#282a36", | |
| "editor.snippetTabstopHighlightBorder": "#6272a4", | |
| "editor.wordHighlightBackground": "#8be9fd50", | |
| "editor.wordHighlightStrongBackground": "#50fa7b50", | |
| "editorCodeLens.foreground": "#6272a4", | |
| "editorCursor.foreground": "#FE4E9F", | |
| "editorError.foreground": "#ff5555", | |
| "editorGroup.dropBackground": "#44475a70", | |
| "editorGroupHeader.tabsBackground": "#191a21", | |
| "editorGutter.addedBackground": "#50fa7b80", | |
| "editorGutter.deletedBackground": "#ff555580", | |
| "editorGutter.modifiedBackground": "#8be9fd80", | |
| "editorHoverWidget.background": "#282a36", | |
| "editorHoverWidget.border": "#6272a4", | |
| "editorIndentGuide.activeBackground": "#ffffff45", | |
| "editorIndentGuide.background": "#ffffff1a", | |
| "editorLineNumber.foreground": "#6272a4", | |
| "editorLink.activeForeground": "#8be9fd", | |
| "editorMarkerNavigation.background": "#21222c", | |
| "editorOverviewRuler.addedForeground": "#50fa7b80", | |
| "editorOverviewRuler.border": "#191a21", | |
| "editorOverviewRuler.currentContentForeground": "#37DD9E", | |
| "editorOverviewRuler.deletedForeground": "#ff555580", | |
| "editorOverviewRuler.errorForeground": "#ff555580", | |
| "editorOverviewRuler.incomingContentForeground": "#C96AE7", | |
| "editorOverviewRuler.infoForeground": "#8be9fd80", | |
| "editorOverviewRuler.modifiedForeground": "#8be9fd80", | |
| "editorOverviewRuler.selectionHighlightForeground": "#ffb86c", | |
| "editorOverviewRuler.warningForeground": "#ffb86c80", | |
| "editorOverviewRuler.wordHighlightForeground": "#8be9fd", | |
| "editorOverviewRuler.wordHighlightStrongForeground": "#37DD9E", | |
| "editorRuler.foreground": "#ffffff1a", | |
| "editorSuggestWidget.background": "#21222c", | |
| "editorSuggestWidget.foreground": "#f8f8fa", | |
| "editorSuggestWidget.selectedBackground": "#44475a", | |
| "editorWarning.foreground": "#8be9fd", | |
| "editorWhitespace.foreground": "#ffffff1a", | |
| "editorWidget.background": "#21222c", | |
| "errorForeground": "#ff5555", | |
| "extensionButton.prominentBackground": "#50fa7b90", | |
| "extensionButton.prominentForeground": "#f8f8fa", | |
| "extensionButton.prominentHoverBackground": "#50fa7b60", | |
| "focusBorder": "#6272a4", | |
| "foreground": "#f8f8fa", | |
| "gitDecoration.conflictingResourceForeground": "#ffb86c", | |
| "gitDecoration.deletedResourceForeground": "#ff5555", | |
| "gitDecoration.ignoredResourceForeground": "#6272a4", | |
| "gitDecoration.modifiedResourceForeground": "#8be9fd", | |
| "gitDecoration.untrackedResourceForeground": "#37DD9E", | |
| "input.background": "#282a36", | |
| "input.border": "#191a21", | |
| "input.foreground": "#f8f8fa", | |
| "input.placeholderForeground": "#6272a4", | |
| "inputOption.activeBorder": "#C96AE7", | |
| "inputValidation.errorBorder": "#ff5555", | |
| "inputValidation.infoBorder": "#FE4E9F", | |
| "inputValidation.warningBorder": "#ffb86c", | |
| "list.activeSelectionBackground": "#44475a", | |
| "list.activeSelectionForeground": "#f8f8fa", | |
| "list.dropBackground": "#44475a", | |
| "list.errorForeground": "#ff5555", | |
| "list.focusBackground": "#44475a75", | |
| "list.highlightForeground": "#8be9fd", | |
| "list.hoverBackground": "#44475a75", | |
| "list.inactiveSelectionBackground": "#44475a75", | |
| "list.warningForeground": "#ffb86c", | |
| "listFilterWidget.background": "#343746", | |
| "listFilterWidget.noMatchesOutline": "#ff5555", | |
| "listFilterWidget.outline": "#424450", | |
| "merge.currentHeaderBackground": "#50fa7b90", | |
| "merge.incomingHeaderBackground": "#C96AE790", | |
| "panel.background": "#1E1F35", | |
| "panelTitle.activeBorder": "#FE4E9F", | |
| "panelTitle.activeForeground": "#f8f8fa", | |
| "panelTitle.inactiveForeground": "#6272a4", | |
| "peekView.border": "#44475a", | |
| "peekViewEditor.background": "#282a36", | |
| "peekViewEditor.matchHighlightBackground": "#EAC39480", | |
| "peekViewResult.background": "#21222c", | |
| "peekViewResult.fileForeground": "#f8f8fa", | |
| "peekViewResult.lineForeground": "#f8f8fa", | |
| "peekViewResult.matchHighlightBackground": "#EAC39480", | |
| "peekViewResult.selectionBackground": "#44475a", | |
| "peekViewResult.selectionForeground": "#f8f8fa", | |
| "peekViewTitle.background": "#191a21", | |
| "peekViewTitleDescription.foreground": "#6272a4", | |
| "peekViewTitleLabel.foreground": "#f8f8fa", | |
| "pickerGroup.border": "#C96AE7", | |
| "pickerGroup.foreground": "#8be9fd", | |
| "progressBar.background": "#FE4E9F", | |
| "selection.background": "#ffffff18", | |
| "settings.checkboxBackground": "#21222c", | |
| "settings.checkboxBorder": "#191a21", | |
| "settings.checkboxForeground": "#f8f8fa", | |
| "settings.dropdownBackground": "#21222c", | |
| "settings.dropdownBorder": "#191a21", | |
| "settings.dropdownForeground": "#f8f8fa", | |
| "settings.headerForeground": "#f8f8fa", | |
| "settings.modifiedItemIndicator": "#ffb86c", | |
| "settings.numberInputBackground": "#21222c", | |
| "settings.numberInputBorder": "#191a21", | |
| "settings.numberInputForeground": "#f8f8fa", | |
| "settings.textInputBackground": "#21222c", | |
| "settings.textInputBorder": "#191a21", | |
| "settings.textInputForeground": "#f8f8fa", | |
| "sideBar.background": "#1E1F35", | |
| "sideBarSectionHeader.background": "#1E1F35", | |
| "sideBarSectionHeader.border": "#191a21", | |
| "sideBarTitle.foreground": "#f8f8fa", | |
| "statusBar.background": "#191a21", | |
| "statusBar.debuggingBackground": "#ff5555", | |
| "statusBar.debuggingForeground": "#191a21", | |
| "statusBar.foreground": "#f8f8fa", | |
| "statusBar.noFolderBackground": "#191a21", | |
| "statusBar.noFolderForeground": "#f8f8fa", | |
| "statusBarItem.prominentBackground": "#ff5555", | |
| "statusBarItem.prominentHoverBackground": "#ffb86c", | |
| "statusBarItem.remoteBackground": "#C96AE7", | |
| "statusBarItem.remoteForeground": "#f8f8fa", | |
| "tab.lastPinnedBorder": "#1e1f35", | |
| "tab.activeBackground": "#1E1F35", | |
| "tab.activeBorderTop": "#FE4E9F", | |
| "tab.activeForeground": "#f8f8fa", | |
| "tab.border": "#191a21", | |
| "tab.inactiveBackground": "#191a21", | |
| "tab.inactiveForeground": "#6272a4", | |
| "terminal.ansiBlack": "#21222c", | |
| "terminal.ansiBlue": "#C96AE7", | |
| "terminal.ansiBrightBlack": "#8d92ff", | |
| "terminal.ansiBrightBlue": "#C96AE7", | |
| "terminal.ansiBrightCyan": "#15BBFF", | |
| "terminal.ansiBrightGreen": "#37DD9E", | |
| "terminal.ansiBrightMagenta": "#FE4E9F", | |
| "terminal.ansiBrightRed": "#ff6e6e", | |
| "terminal.ansiBrightWhite": "#ffffff", | |
| "terminal.ansiBrightYellow": "#EAC394", | |
| "terminal.ansiCyan": "#8be9fd", | |
| "terminal.ansiGreen": "#37DD9E", | |
| "terminal.ansiMagenta": "#FE4E9F", | |
| "terminal.ansiRed": "#ff5555", | |
| "terminal.ansiWhite": "#cbdaff", | |
| "terminal.ansiYellow": "#fde181", | |
| "terminal.background": "#1E1F35", | |
| "terminal.foreground": "#f8f8fa", | |
| "titleBar.activeBackground": "#1e1f35", | |
| "titleBar.activeForeground": "#f8f8fa", | |
| "titleBar.inactiveBackground": "#191a21", | |
| "titleBar.inactiveForeground": "#6272a4", | |
| "walkThrough.embeddedEditorBackground": "#21222c", | |
| "sideBar.border": "#21293d", | |
| "activityBar.border": "#21293d", | |
| "panel.border": "#21293d", | |
| "editorGroup.border": "#21293d", | |
| "editorGroupHeader.border": "#21293d", | |
| "checkbox.border": "#6272a4" | |
| }, | |
| "tokenColors": [ | |
| { | |
| "scope": ["emphasis"], | |
| "settings": { | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": ["strong"], | |
| "settings": { | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": ["header"], | |
| "settings": { | |
| "foreground": "#C96AE7" | |
| } | |
| }, | |
| { | |
| "scope": ["source"], | |
| "settings": { | |
| "foreground": "#cbdaff" | |
| } | |
| }, | |
| { | |
| "scope": ["meta.diff", "meta.diff.header"], | |
| "settings": { | |
| "foreground": "#7F848E" | |
| } | |
| }, | |
| { | |
| "scope": ["markup.inserted"], | |
| "settings": { | |
| "foreground": "#37DD9E" | |
| } | |
| }, | |
| { | |
| "scope": ["markup.deleted"], | |
| "settings": { | |
| "foreground": "#FF5555" | |
| } | |
| }, | |
| { | |
| "scope": ["markup.changed"], | |
| "settings": { | |
| "foreground": "#FFB86C" | |
| } | |
| }, | |
| { | |
| "scope": ["invalid"], | |
| "settings": { | |
| "foreground": "#FF5555", | |
| "fontStyle": "underline italic" | |
| } | |
| }, | |
| { | |
| "scope": ["invalid.deprecated"], | |
| "settings": { | |
| "foreground": "#cbdaff", | |
| "fontStyle": "underline italic" | |
| } | |
| }, | |
| { | |
| "scope": ["entity.name.filename"], | |
| "settings": { | |
| "foreground": "#EAC394" | |
| } | |
| }, | |
| { | |
| "scope": ["markup.error"], | |
| "settings": { | |
| "foreground": "#FF5555" | |
| } | |
| }, | |
| { | |
| "scope": ["markup.underline"], | |
| "settings": { | |
| "fontStyle": "underline" | |
| } | |
| }, | |
| { | |
| "scope": ["markup.bold"], | |
| "settings": { | |
| "foreground": "#FFB86C", | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": ["markup.heading"], | |
| "settings": { | |
| "foreground": "#C96AE7", | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": ["markup.italic"], | |
| "settings": { | |
| "foreground": "#ffb86c", | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "beginning.punctuation.definition.list.markdown", | |
| "beginning.punctuation.definition.quote.markdown", | |
| "punctuation.definition.link.restructuredtext" | |
| ], | |
| "settings": { | |
| "foreground": "#8BE9FD" | |
| } | |
| }, | |
| { | |
| "scope": ["markup.inline.raw", "markup.raw.restructuredtext"], | |
| "settings": { | |
| "foreground": "#37DD9E" | |
| } | |
| }, | |
| { | |
| "scope": ["markup.underline.link", "markup.underline.link.image"], | |
| "settings": { | |
| "foreground": "#8BE9FD" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "meta.link.reference.def.restructuredtext", | |
| "punctuation.definition.directive.restructuredtext", | |
| "string.other.link.description", | |
| "string.other.link.title" | |
| ], | |
| "settings": { | |
| "foreground": "#FE4E9F" | |
| } | |
| }, | |
| { | |
| "scope": ["entity.name.directive.restructuredtext", "markup.quote"], | |
| "settings": { | |
| "foreground": "#EAC394", | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": ["meta.separator.markdown"], | |
| "settings": { | |
| "foreground": "#7F848E" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "fenced_code.block.language", | |
| "markup.raw.inner.restructuredtext", | |
| "markup.fenced_code.block.markdown punctuation.definition.markdown" | |
| ], | |
| "settings": { | |
| "foreground": "#37DD9E" | |
| } | |
| }, | |
| { | |
| "scope": ["punctuation.definition.constant.restructuredtext"], | |
| "settings": { | |
| "foreground": "#C96AE7" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "markup.heading.markdown punctuation.definition.string.begin", | |
| "markup.heading.markdown punctuation.definition.string.end" | |
| ], | |
| "settings": { | |
| "foreground": "#C96AE7" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "meta.paragraph.markdown punctuation.definition.string.begin", | |
| "meta.paragraph.markdown punctuation.definition.string.end" | |
| ], | |
| "settings": { | |
| "foreground": "#cbdaff" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "markup.quote.markdown meta.paragraph.markdown punctuation.definition.string.begin", | |
| "markup.quote.markdown meta.paragraph.markdown punctuation.definition.string.end" | |
| ], | |
| "settings": { | |
| "foreground": "#EAC394" | |
| } | |
| }, | |
| { | |
| "scope": ["entity.name.type.class", "entity.name.class"], | |
| "settings": { | |
| "foreground": "#8BE9FD", | |
| "fontStyle": "normal" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "keyword.expressions-and-types.swift", | |
| "keyword.other.this", | |
| "variable.language", | |
| "variable.language punctuation.definition.variable.php", | |
| "variable.other.readwrite.instance.ruby", | |
| "variable.parameter.function.language.special" | |
| ], | |
| "settings": { | |
| "foreground": "#C96AE7", | |
| "fontStyle": "" | |
| } | |
| }, | |
| { | |
| "scope": ["entity.other.inherited-class"], | |
| "settings": { | |
| "foreground": "#8BE9FD", | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "comment keyword.codetag.notation", | |
| "comment.block.documentation keyword", | |
| "comment.block.documentation storage.type.class" | |
| ], | |
| "settings": { | |
| "foreground": "#FE4E9F" | |
| } | |
| }, | |
| { | |
| "scope": ["comment.block.documentation entity.name.type"], | |
| "settings": { | |
| "foreground": "#8BE9FD", | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "comment.block.documentation entity.name.type punctuation.definition.bracket" | |
| ], | |
| "settings": { | |
| "foreground": "#8BE9FD" | |
| } | |
| }, | |
| { | |
| "scope": ["comment.block.documentation variable"], | |
| "settings": { | |
| "foreground": "#FFB86C", | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": ["constant", "variable.other.constant"], | |
| "settings": { | |
| "foreground": "#C96AE7" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "constant.character.escape", | |
| "constant.character.string.escape", | |
| "constant.regexp" | |
| ], | |
| "settings": { | |
| "foreground": "#FE4E9F" | |
| } | |
| }, | |
| { | |
| "scope": ["entity.name.tag"], | |
| "settings": { | |
| "foreground": "#FE4E9F" | |
| } | |
| }, | |
| { | |
| "scope": ["entity.other.attribute-name.parent-selector"], | |
| "settings": { | |
| "foreground": "#FE4E9F" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "entity.name.function", | |
| "meta.function-call.generic", | |
| "meta.function-call.object", | |
| "meta.function-call.php", | |
| "meta.function-call.static", | |
| "meta.method-call.java meta.method", | |
| "meta.method.groovy", | |
| "support.function.any-method.lua", | |
| "keyword.operator.function.infix" | |
| ], | |
| "settings": { | |
| "foreground": "#37DD9E" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "entity.name.variable.parameter", | |
| "meta.at-rule.function variable", | |
| "meta.at-rule.mixin variable", | |
| "meta.function.arguments variable.other.php", | |
| "meta.selectionset.graphql meta.arguments.graphql variable.arguments.graphql" | |
| ], | |
| "settings": { | |
| "foreground": "#FFB86C", | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "meta.decorator variable.other.readwrite", | |
| "meta.decorator variable.other.property" | |
| ], | |
| "settings": { | |
| "foreground": "#37DD9E", | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": ["meta.decorator variable.other.object"], | |
| "settings": { | |
| "foreground": "#37DD9E" | |
| } | |
| }, | |
| { | |
| "scope": ["keyword", "punctuation.definition.keyword"], | |
| "settings": { | |
| "foreground": "#FE4E9F" | |
| } | |
| }, | |
| { | |
| "scope": ["keyword.control.new", "keyword.operator.new"], | |
| "settings": { | |
| "fontStyle": "" | |
| } | |
| }, | |
| { | |
| "scope": ["meta.selector"], | |
| "settings": { | |
| "foreground": "#FE4E9F" | |
| } | |
| }, | |
| { | |
| "scope": ["support"], | |
| "settings": { | |
| "foreground": "#8BE9FD", | |
| "fontStyle": "" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "support.function.magic", | |
| "support.variable", | |
| "variable.other.predefined" | |
| ], | |
| "settings": { | |
| "foreground": "#cbdaff" | |
| } | |
| }, | |
| { | |
| "scope": ["support.function", "support.type.property-name"], | |
| "settings": {} | |
| }, | |
| { | |
| "scope": [ | |
| "constant.other.symbol.hashkey punctuation.definition.constant.ruby", | |
| "entity.other.attribute-name.placeholder punctuation", | |
| "entity.other.attribute-name.pseudo-class punctuation", | |
| "entity.other.attribute-name.pseudo-element punctuation", | |
| "meta.group.double.toml", | |
| "meta.group.toml", | |
| "meta.object-binding-pattern-variable punctuation.destructuring", | |
| "punctuation.colon.graphql", | |
| "punctuation.definition.block.scalar.folded.yaml", | |
| "punctuation.definition.block.scalar.literal.yaml", | |
| "punctuation.definition.block.sequence.item.yaml", | |
| "punctuation.definition.entity.other.inherited-class", | |
| "punctuation.function.swift", | |
| "punctuation.separator.dictionary.key-value", | |
| "punctuation.separator.hash", | |
| "punctuation.separator.inheritance", | |
| "punctuation.separator.key-value", | |
| "punctuation.separator.key-value.mapping.yaml", | |
| "punctuation.separator.namespace", | |
| "punctuation.separator.pointer-access", | |
| "punctuation.separator.slice", | |
| "string.unquoted.heredoc punctuation.definition.string", | |
| "support.other.chomping-indicator.yaml", | |
| "punctuation.separator.annotation" | |
| ], | |
| "settings": { | |
| "foreground": "#FE4E9F" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "keyword.operator.other.powershell", | |
| "keyword.other.statement-separator.powershell", | |
| "meta.brace.round", | |
| "meta.function-call punctuation", | |
| "punctuation.definition.arguments.begin", | |
| "punctuation.definition.arguments.end", | |
| "punctuation.definition.entity.begin", | |
| "punctuation.definition.entity.end", | |
| "punctuation.definition.tag.cs", | |
| "punctuation.definition.type.begin", | |
| "punctuation.definition.type.end", | |
| "punctuation.section.scope.begin", | |
| "punctuation.section.scope.end", | |
| "storage.type.generic.java", | |
| "string.template meta.brace", | |
| "string.template punctuation.accessor" | |
| ], | |
| "settings": { | |
| "foreground": "#cbdaff" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "meta.string-contents.quoted.double punctuation.definition.variable", | |
| "punctuation.definition.interpolation.begin", | |
| "punctuation.definition.interpolation.end", | |
| "punctuation.definition.template-expression.begin", | |
| "punctuation.definition.template-expression.end", | |
| "punctuation.section.embedded.begin", | |
| "punctuation.section.embedded.coffee", | |
| "punctuation.section.embedded.end", | |
| "punctuation.section.embedded.end source.php", | |
| "punctuation.section.embedded.end source.ruby", | |
| "punctuation.definition.variable.makefile" | |
| ], | |
| "settings": { | |
| "foreground": "#FE4E9F" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "entity.name.function.target.makefile", | |
| "entity.name.section.toml", | |
| "entity.name.tag.yaml", | |
| "variable.other.key.toml" | |
| ], | |
| "settings": { | |
| "foreground": "#8BE9FD" | |
| } | |
| }, | |
| { | |
| "scope": ["constant.other.date", "constant.other.timestamp"], | |
| "settings": { | |
| "foreground": "#FFB86C" | |
| } | |
| }, | |
| { | |
| "scope": ["variable.other.alias.yaml"], | |
| "settings": { | |
| "foreground": "#37DD9E", | |
| "fontStyle": "italic underline" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "storage", | |
| "meta.implementation storage.type.objc", | |
| "meta.interface-or-protocol storage.type.objc", | |
| "source.groovy storage.type.def" | |
| ], | |
| "settings": { | |
| "foreground": "#FE4E9F" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "entity.name.type", | |
| "keyword.primitive-datatypes.swift", | |
| "keyword.type.cs", | |
| "meta.protocol-list.objc", | |
| "meta.return-type.objc", | |
| "source.go storage.type", | |
| "source.groovy storage.type", | |
| "source.java storage.type", | |
| "source.powershell entity.other.attribute-name", | |
| "storage.class.std.rust", | |
| "storage.type.attribute.swift", | |
| "storage.type.c", | |
| "storage.type.core.rust", | |
| "storage.type.cs", | |
| "storage.type.groovy", | |
| "storage.type.objc", | |
| "storage.type.php", | |
| "storage.type.haskell", | |
| "storage.type.ocaml" | |
| ], | |
| "settings": { | |
| "foreground": "#8BE9FD", | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "entity.name.type.type-parameter", | |
| "meta.indexer.mappedtype.declaration entity.name.type", | |
| "meta.type.parameters entity.name.type" | |
| ], | |
| "settings": { | |
| "foreground": "#FFB86C" | |
| } | |
| }, | |
| { | |
| "scope": ["storage.modifier"], | |
| "settings": { | |
| "foreground": "#FE4E9F" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "string.regexp", | |
| "constant.other.character-class.set.regexp", | |
| "constant.character.escape.backslash.regexp" | |
| ], | |
| "settings": { | |
| "foreground": "#EAC394" | |
| } | |
| }, | |
| { | |
| "scope": ["punctuation.definition.group.capture.regexp"], | |
| "settings": { | |
| "foreground": "#FE4E9F" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "string.regexp punctuation.definition.string.begin", | |
| "string.regexp punctuation.definition.string.end" | |
| ], | |
| "settings": { | |
| "foreground": "#FF5555" | |
| } | |
| }, | |
| { | |
| "scope": ["punctuation.definition.character-class.regexp"], | |
| "settings": { | |
| "foreground": "#8BE9FD" | |
| } | |
| }, | |
| { | |
| "scope": ["punctuation.definition.group.regexp"], | |
| "settings": { | |
| "foreground": "#FFB86C" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "punctuation.definition.group.assertion.regexp", | |
| "keyword.operator.negation.regexp" | |
| ], | |
| "settings": { | |
| "foreground": "#FF5555" | |
| } | |
| }, | |
| { | |
| "scope": ["meta.assertion.look-ahead.regexp"], | |
| "settings": { | |
| "foreground": "#37DD9E" | |
| } | |
| }, | |
| { | |
| "scope": ["string"], | |
| "settings": { | |
| "foreground": "#EAC394" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "punctuation.definition.string.begin", | |
| "punctuation.definition.string.end" | |
| ], | |
| "settings": { | |
| "foreground": "#E9F284" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "punctuation.support.type.property-name.begin", | |
| "punctuation.support.type.property-name.end" | |
| ], | |
| "settings": { | |
| "foreground": "#8BE9FE" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "string.quoted.docstring.multi", | |
| "string.quoted.docstring.multi.python punctuation.definition.string.begin", | |
| "string.quoted.docstring.multi.python punctuation.definition.string.end", | |
| "string.quoted.docstring.multi.python constant.character.escape" | |
| ], | |
| "settings": { | |
| "foreground": "#7F848E" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "variable", | |
| "constant.other.key.perl", | |
| "variable.other.constant.js", | |
| "variable.other.constant.ts", | |
| "variable.other.constant.tsx" | |
| ], | |
| "settings": { | |
| "foreground": "#cbdaff" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "meta.import variable.other.readwrite", | |
| "meta.object-binding-pattern-variable variable.object.property", | |
| "meta.variable.assignment.destructured.object.coffee variable" | |
| ], | |
| "settings": { | |
| "foreground": "#FFB86C", | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "meta.export variable.other.readwrite.alias", | |
| "meta.variable.assignment.destructured.object.coffee variable variable" | |
| ], | |
| "settings": { | |
| "foreground": "#cbdaff", | |
| "fontStyle": "" | |
| } | |
| }, | |
| { | |
| "scope": ["meta.selectionset.graphql variable"], | |
| "settings": { | |
| "foreground": "#EAC394" | |
| } | |
| }, | |
| { | |
| "scope": ["meta.selectionset.graphql meta.arguments variable"], | |
| "settings": { | |
| "foreground": "#cbdaff" | |
| } | |
| }, | |
| { | |
| "scope": ["entity.name.fragment.graphql", "variable.fragment.graphql"], | |
| "settings": { | |
| "foreground": "#8BE9FD" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "constant.other.symbol.hashkey.ruby", | |
| "keyword.operator.dereference.java", | |
| "keyword.operator.navigation.groovy", | |
| "meta.scope.for-loop.shell punctuation.definition.string.begin", | |
| "meta.scope.for-loop.shell punctuation.definition.string.end", | |
| "meta.scope.for-loop.shell string", | |
| "storage.modifier.import", | |
| "punctuation.section.embedded.begin.tsx", | |
| "punctuation.section.embedded.end.tsx", | |
| "punctuation.section.embedded.begin.jsx", | |
| "punctuation.section.embedded.end.jsx", | |
| "punctuation.separator.list.comma.css", | |
| "constant.language.empty-list.haskell" | |
| ], | |
| "settings": { | |
| "foreground": "#cbdaff" | |
| } | |
| }, | |
| { | |
| "scope": ["source.shell variable.other"], | |
| "settings": { | |
| "foreground": "#C96AE7" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "support.constant", | |
| "support.type.property-name.media.css", | |
| "meta.property-values.css" | |
| ], | |
| "settings": { | |
| "foreground": "#C96AE7" | |
| } | |
| }, | |
| { | |
| "scope": ["meta.scope.prerequisites.makefile"], | |
| "settings": { | |
| "foreground": "#EAC394" | |
| } | |
| }, | |
| { | |
| "scope": ["meta.attribute-selector.scss"], | |
| "settings": { | |
| "foreground": "#EAC394" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "punctuation.definition.attribute-selector.end.bracket.square.scss", | |
| "punctuation.definition.attribute-selector.begin.bracket.square.scss" | |
| ], | |
| "settings": { | |
| "foreground": "#cbdaff" | |
| } | |
| }, | |
| { | |
| "scope": ["meta.preprocessor.haskell"], | |
| "settings": { | |
| "foreground": "#7F848E" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "entity.other.attribute-name.html", | |
| "entity.other.attribute-name.js", | |
| "entity.other.attribute-name.jsx", | |
| "entity.other.attribute-name.ts", | |
| "entity.other.attribute-name.tsx" | |
| ], | |
| "settings": { | |
| "foreground": "#37DD9E", | |
| "fontStyle": "" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "entity.other.attribute-name", | |
| "entity.name.function", | |
| "support.type.media-names.css", | |
| "support.type.property-names.css", | |
| "variable.other.class.js" | |
| ], | |
| "settings": { | |
| "foreground": "#37DD9E", | |
| "fontStyle": "" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "variable.other.property.js", | |
| "variable.other.property.tsx", | |
| "variable.other.property.static.js", | |
| "JSXNested", | |
| "variable.other.readwrite.js", | |
| "punctuation.semi-colon", | |
| "punctuation.colon", | |
| "punctuation.definition.tag" | |
| ], | |
| "settings": { | |
| "foreground": "#FFFFFF" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "variable.graphql", | |
| "string", | |
| "punctuation.definition.string.begin", | |
| "punctuation.definition.string.end", | |
| "meta.attribute-selector.scss", | |
| "meta.attribute-selector.css" | |
| ], | |
| "settings": { | |
| "foreground": "#EAC394" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "keyword", | |
| "storage", | |
| "constant.length.units.css", | |
| "source.inside-js.css.styled", | |
| "constant.numeric.css", | |
| "punctuation.definition.keyword", | |
| "entity.name.tag", | |
| "keyword.other.unit.percentage.css", | |
| "keyword.other.unit.px.css", | |
| "keyword.other.unit.rem.css", | |
| "constant.length.units.css", | |
| "constant.percentage.units.css", | |
| "constant.time.units.css", | |
| "constant.angle.units.css", | |
| "storage.modifier.ts" | |
| ], | |
| "settings": { | |
| "foreground": "#FE4E9F" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "variable.other.constant", | |
| "variable.other.constant.ts", | |
| "variable.other.constant.tsx", | |
| "support.variable", | |
| "constant" | |
| ], | |
| "settings": { | |
| "foreground": "#add7ff", | |
| "fontStyle": "" | |
| } | |
| }, | |
| { | |
| "scope": ["support.class.component"], | |
| "settings": { | |
| "fontStyle": "" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "variable.other.object", | |
| "variable.other.object.ts", | |
| "variable.other.object.tsx", | |
| "variable.other.constant.ts", | |
| "variable.other.constant.tsx", | |
| "variable.parameter", | |
| "variable.other.readwrite.shorthandpropertyname.js" | |
| ], | |
| "settings": { | |
| "foreground": "#C96AE7" | |
| } | |
| }, | |
| { | |
| "scope": ["variable.other.constant.object"], | |
| "settings": { | |
| "foreground": "#add7ff" | |
| } | |
| }, | |
| { | |
| "scope": ["entity.name.type.parameter"], | |
| "settings": { | |
| "foreground": "#FFB86C" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "support.constant.important.css", | |
| "punctuation.important.css", | |
| "support.function", | |
| "support.function.css", | |
| "support.function.transform.css", | |
| "constant.language.pseudo.css", | |
| "constant.language.pseudo.prefixed.css", | |
| "entity.name.function.scss", | |
| "constant.other.color" | |
| ], | |
| "settings": { | |
| "foreground": "#C96AE7" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "support", | |
| "entity.name.type", | |
| "meta.interface.ts", | |
| "entity.other.inherited-class" | |
| ], | |
| "settings": { | |
| "foreground": "#15BBFF", | |
| "fontStyle": "" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "meta.import variable.other.readwrite.alias", | |
| "support.variable.property", | |
| "variable.other.readwrite.ts", | |
| "variable.other.readwrite.tsx", | |
| "variable.other.readwrite.js", | |
| "entity.name.type.class", | |
| "variable.other.property.js", | |
| "variable.other.property.ts", | |
| "variable.other.property.tsx", | |
| "variable.scss", | |
| "variable.other.property.static.js", | |
| "string.unquoted.js", | |
| "meta.object-literal.key" | |
| ], | |
| "settings": { | |
| "foreground": "#cbdaff", | |
| "fontStyle": "" | |
| } | |
| }, | |
| { | |
| "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": [ | |
| "constant.length.units.css", | |
| "constant.percentage.units.css", | |
| "support.type.media-names.css", | |
| "support.type.property-names.css" | |
| ], | |
| "settings": { | |
| "foreground": "#9B87FD" | |
| } | |
| }, | |
| { | |
| "scope": ["meta.paragraph.markdown", "text.html.derivative", "JSXNested"], | |
| "settings": { | |
| "foreground": "#FBF3E8" | |
| } | |
| }, | |
| { | |
| "scope": ["support.function"], | |
| "settings": { | |
| "foreground": "#37DD9E" | |
| } | |
| }, | |
| { | |
| "scope": ["entity.name.class.js"], | |
| "settings": { | |
| "foreground": "#15BBFF" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "keyword.other.unit.vh.css", | |
| "keyword.other.unit.vw.css", | |
| "keyword.other.unit.px.css", | |
| "keyword.other.unit.em.css", | |
| "keyword.other.unit.rem.css", | |
| "keyword.other.unit.percentage.css" | |
| ], | |
| "settings": { | |
| "foreground": "#C96AE7", | |
| "fontStyle": "" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "entity.other.attribute-name.html", | |
| "entity.other.attribute-name.jsx", | |
| "entity.other.attribute-name.tsx", | |
| "entity.other.attribute-name.generic.html", | |
| "entity.other.attribute-name.tag.pug" | |
| ], | |
| "settings": { | |
| "foreground": "#37DD9E" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "comment", | |
| "punctuation.definition.comment", | |
| "unused.comment", | |
| "wildcard.comment" | |
| ], | |
| "settings": { | |
| "foreground": "#6272a4", | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "keyword", | |
| "storage.type", | |
| "keyword.operator", | |
| "storage.modifier" | |
| ], | |
| "settings": { | |
| "fontStyle": "" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "storage.type.function.arrow.js", | |
| "storage.type.function.arrow.ts", | |
| "storage.type.function.arrow.jsx", | |
| "storage.type.function.arrow.tsx" | |
| ], | |
| "settings": { | |
| "fontStyle": "" | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment