diff --git a/themes/Strawberry-color-theme.json b/themes/Strawberry-color-theme.json index 038f488..e532cd1 100644 --- a/themes/Strawberry-color-theme.json +++ b/themes/Strawberry-color-theme.json @@ -1,629 +1,568 @@ { - "name": "Strawberry", - "type": "dark", - "colors": { - "editor.background": "#263238", - "editor.foreground": "#eeffff", - "activityBarBadge.background": "#007acc", - "sideBarTitle.foreground": "#bbbbbb" - }, - "tokenColors": [ - { - "name": "Comment", - "scope": [ - "comment", - "punctuation.definition.comment" - ], - "settings": { - "fontStyle": "italic", - "foreground": "#546E7A" - } - }, - { - "name": "Variables", - "scope": [ - "variable", - "string constant.other.placeholder" - ], - "settings": { - "foreground": "#EEFFFF" - } - }, - { - "name": "Colors", - "scope": [ - "constant.other.color" - ], - "settings": { - "foreground": "#ffffff" - } - }, - { - "name": "Invalid", - "scope": [ - "invalid", - "invalid.illegal" - ], - "settings": { - "foreground": "#FF5370" - } - }, - { - "name": "Keyword, Storage", - "scope": [ - "keyword", - "storage.type", - "storage.modifier" - ], - "settings": { - "foreground": "#C792EA" - } - }, - { - "name": "Operator, Misc", - "scope": [ - "keyword.control", - "constant.other.color", - "punctuation", - "meta.tag", - "punctuation.definition.tag", - "punctuation.separator.inheritance.php", - "punctuation.definition.tag.html", - "punctuation.definition.tag.begin.html", - "punctuation.definition.tag.end.html", - "punctuation.section.embedded", - "keyword.other.template", - "keyword.other.substitution" - ], - "settings": { - "foreground": "#89DDFF" - } - }, - { - "name": "Tag", - "scope": [ - "entity.name.tag", - "meta.tag.sgml", - "markup.deleted.git_gutter" - ], - "settings": { - "foreground": "#f07178" - } - }, - { - "name": "Function, Special Method", - "scope": [ - "entity.name.function", - "meta.function-call", - "variable.function", - "support.function", - "keyword.other.special-method" - ], - "settings": { - "foreground": "#82AAFF" - } - }, - { - "name": "Block Level Variables", - "scope": [ - "meta.block variable.other" - ], - "settings": { - "foreground": "#f07178" - } - }, - { - "name": "Other Variable, String Link", - "scope": [ - "support.other.variable", - "string.other.link" - ], - "settings": { - "foreground": "#f07178" - } - }, - { - "name": "Number, Constant, Function Argument, Tag Attribute, Embedded", - "scope": [ - "constant.numeric", - "constant.language", - "support.constant", - "constant.character", - "constant.escape", - "variable.parameter", - "keyword.other.unit", - "keyword.other" - ], - "settings": { - "foreground": "#F78C6C" - } - }, - { - "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": { - "foreground": "#C3E88D" - } - }, - { - "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": "#FFCB6B" - } - }, - { - "name": "Entity Types", - "scope": [ - "support.type" - ], - "settings": { - "foreground": "#B2CCD6" - } - }, - { - "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": "#B2CCD6" - } - }, - { - "name": "Sub-methods", - "scope": [ - "entity.name.module.js", - "variable.import.parameter.js", - "variable.other.class.js" - ], - "settings": { - "foreground": "#FF5370" - } - }, - { - "name": "Language methods", - "scope": [ - "variable.language" - ], - "settings": { - "fontStyle": "italic", - "foreground": "#FF5370" - } - }, - { - "name": "entity.name.method.js", - "scope": [ - "entity.name.method.js" - ], - "settings": { - "fontStyle": "italic", - "foreground": "#82AAFF" - } - }, - { - "name": "meta.method.js", - "scope": [ - "meta.class-method.js entity.name.function.js", - "variable.function.constructor" - ], - "settings": { - "foreground": "#82AAFF" - } - }, - { - "name": "Attributes", - "scope": [ - "entity.other.attribute-name" - ], - "settings": { - "foreground": "#C792EA" - } - }, - { - "name": "HTML Attributes", - "scope": [ - "text.html.basic entity.other.attribute-name.html", - "text.html.basic entity.other.attribute-name" - ], - "settings": { - "fontStyle": "italic", - "foreground": "#FFCB6B" - } - }, - { - "name": "CSS Classes", - "scope": [ - "entity.other.attribute-name.class" - ], - "settings": { - "foreground": "#FFCB6B" - } - }, - { - "name": "CSS ID's", - "scope": [ - "source.sass keyword.control" - ], - "settings": { - "foreground": "#82AAFF" - } - }, - { - "name": "Inserted", - "scope": [ - "markup.inserted" - ], - "settings": { - "foreground": "#C3E88D" - } - }, - { - "name": "Deleted", - "scope": [ - "markup.deleted" - ], - "settings": { - "foreground": "#FF5370" - } - }, - { - "name": "Changed", - "scope": [ - "markup.changed" - ], - "settings": { - "foreground": "#C792EA" - } - }, - { - "name": "Regular Expressions", - "scope": [ - "string.regexp" - ], - "settings": { - "foreground": "#89DDFF" - } - }, - { - "name": "Escape Characters", - "scope": [ - "constant.character.escape" - ], - "settings": { - "foreground": "#89DDFF" - } - }, - { - "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": "#82AAFF" - } - }, - { - "name": "ES7 Bind Operator", - "scope": [ - "source.js constant.other.object.key.js string.unquoted.label.js" - ], - "settings": { - "fontStyle": "italic", - "foreground": "#FF5370" - } - }, - { - "name": "JSON Key - Level 0", - "scope": [ - "source.json meta.structure.dictionary.json support.type.property-name.json" - ], - "settings": { - "foreground": "#C792EA" - } - }, - { - "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": "#FFCB6B" - } - }, - { - "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": "#F78C6C" - } - }, - { - "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": "#FF5370" - } - }, - { - "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": "#C17E70" - } - }, - { - "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": "#82AAFF" - } - }, - { - "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": "#f07178" - } - }, - { - "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": "#C792EA" - } - }, - { - "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": "#C3E88D" - } - }, - { - "name": "Markdown - Plain", - "scope": [ - "text.html.markdown", - "punctuation.definition.list_item.markdown" - ], - "settings": { - "foreground": "#EEFFFF" - } - }, - { - "name": "Markdown - Markup Raw Inline", - "scope": [ - "text.html.markdown markup.inline.raw.markdown" - ], - "settings": { - "foreground": "#C792EA" - } - }, - { - "name": "Markdown - Markup Raw Inline Punctuation", - "scope": [ - "text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown" - ], - "settings": { - "foreground": "#65737E" - } - }, - { - "name": "Markdown - Heading", - "scope": [ - "markdown.heading", - "markup.heading | markup.heading entity.name", - "markup.heading.markdown punctuation.definition.heading.markdown" - ], - "settings": { - "foreground": "#C3E88D" - } - }, - { - "name": "Markup - Italic", - "scope": [ - "markup.italic" - ], - "settings": { - "fontStyle": "italic", - "foreground": "#f07178" - } - }, - { - "name": "Markup - Bold", - "scope": [ - "markup.bold", - "markup.bold string" - ], - "settings": { - "fontStyle": "bold", - "foreground": "#f07178" - } - }, - { - "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": "#f07178" - } - }, - { - "name": "Markup - Underline", - "scope": [ - "markup.underline" - ], - "settings": { - "fontStyle": "underline", - "foreground": "#F78C6C" - } - }, - { - "name": "Markdown - Blockquote", - "scope": [ - "markup.quote punctuation.definition.blockquote.markdown" - ], - "settings": { - "foreground": "#65737E" - } - }, - { - "name": "Markup - Quote", - "scope": [ - "markup.quote" - ], - "settings": { - "fontStyle": "italic" - } - }, - { - "name": "Markdown - Link", - "scope": [ - "string.other.link.title.markdown" - ], - "settings": { - "foreground": "#82AAFF" - } - }, - { - "name": "Markdown - Link Description", - "scope": [ - "string.other.link.description.title.markdown" - ], - "settings": { - "foreground": "#C792EA" - } - }, - { - "name": "Markdown - Link Anchor", - "scope": [ - "constant.other.reference.link.markdown" - ], - "settings": { - "foreground": "#FFCB6B" - } - }, - { - "name": "Markup - Raw Block", - "scope": [ - "markup.raw.block" - ], - "settings": { - "foreground": "#C792EA" - } - }, - { - "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 Bode Block Variable", - "scope": [ - "markup.raw.block.fenced.markdown", - "variable.language.fenced.markdown", - "punctuation.section.class.end" - ], - "settings": { - "foreground": "#EEFFFF" - } - }, - { - "name": "Markdown - Fenced Language", - "scope": [ - "variable.language.fenced.markdown" - ], - "settings": { - "foreground": "#65737E" - } - }, - { - "name": "Markdown - Separator", - "scope": [ - "meta.separator" - ], - "settings": { - "fontStyle": "bold", - "foreground": "#65737E" - } - }, - { - "name": "Markup - Table", - "scope": [ - "markup.table" - ], - "settings": { - "foreground": "#EEFFFF" - } - } - ] + "editor.renderWhitespace": "none", + "editor.minimap.enabled": false, + "workbench.colorTheme": "strawberry", + "workbench.colorCustomizations": { + + + "[Strawberry]": { + "focusBorder": "#f07171", + "foreground": "#21e441", + "widget.shadow": "#000000", + "selection.background": "#f0717180", + "errorForeground": "#f07171", + "textLink.foreground": "#78bd65", + "textLink.activeForeground": "#ffce6b", + "textPreformat.foreground": "#399ee6", + "textSeparator.foreground": "#140000", + "button.background": "#399ee6", + "button.foreground": "#000000", + "button.hoverBackground": "#2c7ab3", + "dropdown.background": "#3b0000", + "dropdown.border": "#450000", + "input.background": "#3b0000", + "input.border": "#450000", + "inputValidation.errorBackground": "#f0717190", + "inputValidation.errorBorder": "#f07171", + "inputValidation.errorForeground": "#000000", + "inputValidation.infoBackground": "#399ee690", + "inputValidation.infoBorder": "#399ee6", + "inputValidation.infoForeground": "#000000", + "inputValidation.warningBackground": "#ef7c2a90", + "inputValidation.warningBorder": "#ef7c2a", + "inputValidation.warningForeground": "#000000", + "scrollbar.shadow": "#000000", + "scrollbarSlider.background": "#7b000050", + "scrollbarSlider.hoverBackground": "#94000040", + "scrollbarSlider.activeBackground": "#61000040", + "badge.background": "#ffce6b", + "badge.foreground": "#000000", + "progressBar.background": "#f07171", + "list.activeSelectionBackground": "#f0717120", + "list.focusBackground": "#f0717130", + "list.highlightForeground": "#a470d8", + "list.hoverBackground": "#480000", + "list.inactiveSelectionBackground": "#f0717125", + "list.errorForeground": "#f07171", + "list.warningForeground": "#ef7c2a", + "activityBar.background": "#210000", + "activityBar.inactiveForeground": "#1ab133", + "activityBar.dropBorder": "#610000", + "activityBarBadge.background": "#ffce6b", + "activityBarBadge.foreground": "#000000", + "activityBar.activeBorder": "#f07171", + "activityBar.activeBackground": "#f0717113", + "activityBar.activeFocusBorder": "#f07171", + "sideBar.background": "#280000", + "sideBarSectionHeader.background": "#350000", + "minimap.selectionHighlight": "#f0717180", + "minimap.errorHighlight": "#f07171", + "minimap.warningHighlight": "#ef7c2a", + "minimapGutter.addedBackground": "#78bd65", + "minimapGutter.deletedBackground": "#f07171", + "minimapGutter.modifiedBackground": "#399ee6", + "editorGroup.border": "#210000", + "editorGroup.dropBackground": "#f0717130", + "editorGroupHeader.noTabsBackground": "#3b0000", + "editorGroupHeader.tabsBackground": "#3b0000", + "tab.activeBackground": "#2e0000", + "tab.border": "#480000", + "tab.activeBorder": "#f07171", + "tab.lastPinnedBorder": "#f0717150", + "tab.inactiveBackground": "#3b0000", + "tab.hoverBackground": "#480000", + "tab.activeModifiedBorder": "#399ee6", + "editorPane.background": "#240000", + "editor.background": "#2e0000", + "editor.foreground": "#21e441", + "editorLineNumber.foreground": "#940000", + "editorLineNumber.activeForeground": "#ff2e2e", + "editorCursor.background": "#000000", + "editorCursor.foreground": "#f07171", + "editor.selectionBackground": "#f0717130", + "editor.lineHighlightBackground": "#3b0000", + "editorLink.activeForeground": "#f07171", + "editorWhitespace.foreground": "#610000", + "editorIndentGuide.background": "#480000", + "editorIndentGuide.activeBackground": "#f07171", + "editorRuler.foreground": "#480000", + "editorBracketMatch.border": "#bd5959", + "editorBracketMatch.background": "#f0717120", + "editor.foldBackground": "#ffce6b30", + "editorOverviewRuler.border": "#480000", + "editorOverviewRuler.selectionHighlightForeground": "#e67c7c48", + "editorOverviewRuler.modifiedForeground": "#399ee6", + "editorOverviewRuler.addedForeground": "#399ee6", + "editorOverviewRuler.deletedForeground": "#399ee6", + "editorOverviewRuler.errorForeground": "#f07171", + "editorOverviewRuler.warningForeground": "#ef7c2a", + "editorOverviewRuler.infoForeground": "#399ee6", + "editorOverviewRuler.bracketMatchForeground": "#f07171", + "editorError.foreground": "#f07171", + "editorWarning.foreground": "#ef7c2a", + "editorInfo.foreground": "#399ee6", + "problemsErrorIcon.foreground": "#f07171", + "problemsWarningIcon.foreground": "#ef7c2a", + "problemsInfoIcon.foreground": "#399ee6", + "editorGutter.modifiedBackground": "#399ee6", + "editorGutter.addedBackground": "#78bd65", + "editorGutter.deletedBackground": "#f07171", + "diffEditor.insertedTextBackground": "#78bd6530", + "diffEditor.removedTextBackground": "#f0717135", + "editorWidget.background": "#2e0000", + "editorWidget.resizeBorder": "#480000", + "editorSuggestWidget.background": "#3b0000", + "editorSuggestWidget.border": "#480000", + "editorSuggestWidget.highlightForeground": "#a470d8", + "editorHoverWidget.border": "#480000", + "editorMarkerNavigation.background": "#2e0000", + "editorMarkerNavigationError.background": "#f07171", + "editorMarkerNavigationWarning.background": "#ef7c2a", + "editorMarkerNavigationInfo.background": "#399ee6", + "peekViewResult.background": "#3b0000", + "peekViewTitle.background": "#210000", + "panelTitle.activeBorder": "#f07171", + "statusBar.background": "#210000", + "statusBarItem.hoverBackground": "#3b0000", + "statusBarItem.prominentBackground": "#f07171", + "statusBarItem.prominentForeground": "#000000", + "statusBarItem.prominentHoverBackground": "#d66565", + "titleBar.activeBackground": "#3b0000", + "titleBar.inactiveBackground": "#2e0000", + "titleBar.border": "#400000", + "menu.background": "#2e0000", + "menu.foreground": "#21e441", + "menu.selectionBackground": "#f07171DD", + "menu.selectionForeground": "#000000", + "menu.separatorBackground": "#610000", + "notificationsErrorIcon.foreground": "#f07171", + "notificationsWarningIcon.foreground": "#ef7c2a", + "notificationsInfoIcon.foreground": "#399ee6", + "notifications.background": "#2e0000", + "extensionButton.prominentBackground": "#399ee6", + "extensionButton.prominentForeground": "#000000", + "extensionButton.prominentHoverBackground": "#2c7ab3", + "pickerGroup.border": "#140000", + "pickerGroup.foreground": "#f07171", + "terminal.selectionBackground": "#f07171", + "terminalCursor.foreground": "#f07171", + "terminalCursor.background": "#000000", + "gitDecoration.addedResourceForeground": "#78bd65", + "gitDecoration.modifiedResourceForeground": "#399ee6", + "gitDecoration.deletedResourceForeground": "#f07171", + "gitDecoration.stageDeletedResourceForeground": "#f07171", + "gitDecoration.stageModifiedResourceForeground": "#399ee6", + "settings.modifiedItemIndicator": "#399ee6", + "notebook.focusedRowBorder": "#f07171" + } + }, + "editor.tokenColorCustomizations": { + "[Strawberry]": { + "textMateRules": [ + { + "scope": "invalid", + "settings": { + "foreground": "#f07171" + } + }, + { + "scope": [ + "meta.embedded", + "source.groovy.embedded", + "meta.template.expression" + ], + "settings": { + "foreground": "#21e441" + } + }, + { + "scope": [ + "variable", + "support.variable.property.dom", + "support.variable.dom", + "support.variable.property", + "punctuation.separator.parameter", + "string.interpolated.pug variable" + ], + "settings": { + "foreground": "#21e441" + } + }, + { + "scope": [ + "comment", + "punctuation.definition.comment" + ], + "settings": { + "foreground": "#A55555" + } + }, + { + "scope": [ + "string", + "punctuation.definition.string" + ], + "settings": { + "foreground": "#f07171" + } + }, + { + "scope": "constant.character.escape", + "settings": { + "foreground": "#78bd65" + } + }, + { + "scope": [ + "keyword", + "constant.language.import-export-all" + ], + "settings": { + "foreground": "#fa8d3e" + } + }, + { + "scope": [ + "entity.name.type", + "support.type.primitive", + "support.type.builtin", + "meta.type.annotation entity.name.type", + "meta.type.parameters entity.name.type" + ], + "settings": { + "foreground": "#399ee6" + } + }, + { + "scope": [ + "keyword.control", + "storage", + "support.type", + "keyword.operator.expression", + "keyword.operator.new" + ], + "settings": { + "foreground": "#78bd65" + } + }, + { + "scope": [ + "entity.name.function", + "support.class", + "support.function", + "new.expr entity.name.type", + "entity.other.inherited-class" + ], + "settings": { + "foreground": "#ffce6b" + } + }, + { + "scope": [ + "punctuation.definition.typeparameters", + "keyword.operator.type", + "keyword.operator.optional", + "source.tsx punctuation.section.embedded", + "source.jsx punctuation.section.embedded" + ], + "settings": { + "foreground": "#4cbf99" + } + }, + { + "scope": "constant", + "settings": { + "foreground": "#399ee6" + } + }, + { + "scope": [ + "constant.numeric", + "constant.language" + ], + "settings": { + "foreground": "#a470d8" + } + }, + { + "scope": [ + "variable.parameter", + "parameter.variable", + "meta.function.parameter variable", + "source.rust meta.type_params.rust" + ], + "settings": { + "foreground": "#a470d8" + } + }, + { + "scope": [ + "punctuation", + "meta.brace" + ], + "settings": { + "foreground": "#148b28" + } + }, + { + "scope": "comment.block.documentation entity.name.type", + "settings": { + "foreground": "#4cbf99" + } + }, + { + "scope": [ + "variable.language.this", + "variable.language.special.self" + ], + "settings": { + "foreground": "#78bd65" + } + }, + { + "scope": [ + "meta.tag.metadata.doctype entity.name.tag", + "meta.tag.metadata.doctype punctuation.definition.tag", + "meta.tag.metadata.doctype string", + "meta.tag.metadata.doctype entity.other.attribute-name.html", + "meta.tag.sgml.doctype" + ], + "settings": { + "foreground": "#148b28" + } + }, + { + "scope": "entity.name.tag", + "settings": { + "foreground": "#78bd65" + } + }, + { + "scope": "meta.tag string", + "settings": { + "foreground": "#f07171" + } + }, + { + "scope": "meta.attribute punctuation.definition.string", + "settings": { + "foreground": "#148b28" + } + }, + { + "scope": [ + "meta.tag entity.other.attribute-name", + "entity.other.attribute-name.html" + ], + "settings": { + "foreground": "#fa8d3e" + } + }, + { + "scope": [ + "constant.character.entity", + "punctuation.definition.entity" + ], + "settings": { + "foreground": "#a470d8" + } + }, + { + "scope": [ + "entity.name.section.markdown", + "markup.heading.setext" + ], + "settings": { + "foreground": "#fa8d3e" + } + }, + { + "scope": "punctuation.definition.list", + "settings": { + "foreground": "#fa8d3e" + } + }, + { + "scope": "meta.separator.markdown", + "settings": { + "foreground": "#fa8d3e" + } + }, + { + "scope": "markup.inline.raw", + "settings": { + "foreground": "#78bd65" + } + }, + { + "scope": "markup.bold", + "settings": { + "fontStyle": "bold" + } + }, + { + "scope": "markup.italic", + "settings": { + "fontStyle": "italic" + } + }, + { + "scope": [ + "meta.link punctuation.definition.string", + "meta.image punctuation.definition.string" + ], + "settings": { + "foreground": "#148b28" + } + }, + { + "scope": [ + "link", + "markup.underline.link", + "constant.other.reference.link.markdown" + ], + "settings": { + "foreground": "#ffce6b" + } + }, + { + "scope": "markup.quote", + "settings": { + "foreground": "#a470d8" + } + }, + { + "scope": [ + "entity.name.tag.css", + "entity.name.tag.wildcard" + ], + "settings": { + "foreground": "#f07171" + } + }, + { + "scope": [ + "entity.other.attribute-name.class", + "entity.other.attribute-name punctuation.definition.entity" + ], + "settings": { + "foreground": "#fa8d3e" + } + }, + { + "scope": [ + "entity.other.attribute-name.pseudo-element", + "entity.other.attribute-name.pseudo-class", + "constant.other.color" + ], + "settings": { + "foreground": "#78bd65" + } + }, + { + "scope": [ + "entity.other.attribute-name.id", + "entity.other.attribute-name.id punctuation.definition.entity" + ], + "settings": { + "foreground": "#ffce6b" + } + }, + { + "scope": "source.css constant.numeric", + "settings": { + "foreground": "#f07171" + } + }, + { + "scope": [ + "meta.property-name", + "support.type.property-name" + ], + "settings": { + "foreground": "#a470d8" + } + }, + { + "scope": [ + "meta.property-value", + "meta.property-value constant.other", + "support.constant.property-value" + ], + "settings": { + "foreground": "#ffce6b" + } + }, + { + "scope": "variable.parameter.url", + "settings": { + "foreground": "#a470d8" + } + }, + { + "scope": "punctuation.definition.variable", + "settings": { + "foreground": "#21e441" + } + }, + { + "scope": [ + "punctuation.section.embedded.begin.php", + "punctuation.section.embedded.end.php" + ], + "settings": { + "foreground": "#fa8d3e" + } + }, + { + "scope": "entity.name.section", + "settings": { + "foreground": "#ffce6b" + } + }, + { + "scope": "support.type.property-name.json", + "settings": { + "foreground": "#fa8d3e" + } + }, + { + "scope": "markup.inserted", + "settings": { + "foreground": "#78bd65" + } + }, + { + "scope": "markup.changed", + "settings": { + "foreground": "#399ee6" + } + }, + { + "scope": "markup.deleted", + "settings": { + "foreground": "#f07171" + } + }, + { + "scope": "meta.diff.header", + "settings": { + "foreground": "#399ee6", + "fontStyle": "italic" + } + }, + { + "scope": "meta.diff.range", + "settings": { + "foreground": "#78bd65" + } + } + ] + } + }, + "breadcrumbs.enabled": false, + "workbench.editor.showTabs": false, + "editor.semanticTokenColorCustomizations": null, + "window.menuBarVisibility": "toggle", + "workbench.statusBar.visible": false }