aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json15
-rw-r--r--themes/dark/flat-plat.json485
-rw-r--r--themes/dark/pocillo-dark.json16
-rw-r--r--themes/light/arc.json842
4 files changed, 0 insertions, 1358 deletions
diff --git a/package.json b/package.json
index 370215c..d73176c 100644
--- a/package.json
+++ b/package.json
@@ -43,16 +43,6 @@
"path": "./themes/dark/arc-dark.json"
},
{
- "label": "Flat-Plat [beta]",
- "uiTheme": "vs-dark",
- "path": "./themes/dark/flat-plat.json"
- },
- {
- "label": "Pocillo Dark [beta]",
- "uiTheme": "vs-dark",
- "path": "./themes/dark/pocillo-dark.json"
- },
- {
"label": "United Ubuntu",
"uiTheme": "vs-dark",
"path": "./themes/dark/united-gnome.json"
@@ -63,11 +53,6 @@
"path": "./themes/dark/yaru-dark.json"
},
{
- "label": "Arc",
- "uiTheme": "vs",
- "path": "./themes/light/arc.json"
- },
- {
"label": "Yaru",
"uiTheme": "vs",
"path": "./themes/light/yaru.json"
diff --git a/themes/dark/flat-plat.json b/themes/dark/flat-plat.json
deleted file mode 100644
index 9775667..0000000
--- a/themes/dark/flat-plat.json
+++ /dev/null
@@ -1,485 +0,0 @@
-{
- "name": "Flat-Plat [beta]",
- "type": "dark",
- "colors": {
- "list.dropBackground": "#383b3d",
- "editor.background": "#2c393f",
- "editor.foreground": "#d4d4d4",
- "editor.inactiveSelectionBackground": "#3a3d41",
- "editor.selectionHighlightBackground": "#add6ff26",
- "editorIndentGuide.background": "#404040",
- "tab.inactiveBackground": "#232d33",
- "tab.border": "#00000000",
- "editorGroup.background": "#37474f",
- "editorGroupHeader.tabsBackground": "#37474f",
- "editorGroupHeader.noTabsBackground": "#37474f",
- "activityBar.background": "#232d33",
- "activityBarBadge.background": "#007acc",
- "sideBar.background": "#2c393f",
- "sideBarTitle.foreground": "#bbbbbb",
- "sideBarSectionHeader.background": "#232d33"
- },
- "tokenColors": [
- {
- "settings": {
- "foreground": "#d4d4d4ff",
- "background": "#2c393fff"
- }
- },
- {
- "scope": "emphasis",
- "settings": {
- "fontStyle": "italic"
- }
- },
- {
- "scope": "strong",
- "settings": {
- "fontStyle": "bold"
- }
- },
- {
- "scope": "header",
- "settings": {
- "foreground": "#000080"
- }
- },
- {
- "scope": "comment",
- "settings": {
- "foreground": "#608b4e"
- }
- },
- {
- "scope": "constant.language",
- "settings": {
- "foreground": "#569cd6"
- }
- },
- {
- "scope": [
- "constant.numeric"
- ],
- "settings": {
- "foreground": "#b5cea8"
- }
- },
- {
- "scope": "constant.regexp",
- "settings": {
- "foreground": "#646695"
- }
- },
- {
- "scope": "entity.name.tag",
- "settings": {
- "foreground": "#569cd6"
- }
- },
- {
- "scope": "entity.name.tag.css",
- "settings": {
- "foreground": "#d7ba7d"
- }
- },
- {
- "scope": "entity.other.attribute-name",
- "settings": {
- "foreground": "#9cdcfe"
- }
- },
- {
- "scope": [
- "entity.other.attribute-name.class.css",
- "entity.other.attribute-name.class.mixin.css",
- "entity.other.attribute-name.id.css",
- "entity.other.attribute-name.parent-selector.css",
- "entity.other.attribute-name.pseudo-class.css",
- "entity.other.attribute-name.pseudo-element.css",
- "source.css.less entity.other.attribute-name.id",
- "entity.other.attribute-name.attribute.scss",
- "entity.other.attribute-name.scss"
- ],
- "settings": {
- "foreground": "#d7ba7d"
- }
- },
- {
- "scope": "invalid",
- "settings": {
- "foreground": "#f44747"
- }
- },
- {
- "scope": "markup.underline",
- "settings": {
- "fontStyle": "underline"
- }
- },
- {
- "scope": "markup.bold",
- "settings": {
- "fontStyle": "bold",
- "foreground": "#569cd6"
- }
- },
- {
- "scope": "markup.heading",
- "settings": {
- "fontStyle": "bold",
- "foreground": "#569cd6"
- }
- },
- {
- "scope": "markup.italic",
- "settings": {
- "fontStyle": "italic"
- }
- },
- {
- "scope": "markup.inserted",
- "settings": {
- "foreground": "#b5cea8"
- }
- },
- {
- "scope": "markup.deleted",
- "settings": {
- "foreground": "#ce9178"
- }
- },
- {
- "scope": "markup.changed",
- "settings": {
- "foreground": "#569cd6"
- }
- },
- {
- "scope": "beginning.punctuation.definition.quote.markdown",
- "settings": {
- "foreground": "#608b4e"
- }
- },
- {
- "scope": "beginning.punctuation.definition.list.markdown",
- "settings": {
- "foreground": "#6796e6"
- }
- },
- {
- "scope": "markup.inline.raw",
- "settings": {
- "foreground": "#ce9178"
- }
- },
- {
- "scope": "meta.selector",
- "settings": {
- "foreground": "#d7ba7d"
- }
- },
- {
- "name": "brackets of XML/HTML tags",
- "scope": "punctuation.definition.tag",
- "settings": {
- "foreground": "#808080"
- }
- },
- {
- "scope": "meta.preprocessor",
- "settings": {
- "foreground": "#569cd6"
- }
- },
- {
- "scope": "meta.preprocessor.string",
- "settings": {
- "foreground": "#ce9178"
- }
- },
- {
- "scope": "meta.preprocessor.numeric",
- "settings": {
- "foreground": "#b5cea8"
- }
- },
- {
- "scope": "meta.structure.dictionary.key.python",
- "settings": {
- "foreground": "#9cdcfe"
- }
- },
- {
- "scope": "meta.diff.header",
- "settings": {
- "foreground": "#569cd6"
- }
- },
- {
- "scope": "storage",
- "settings": {
- "foreground": "#569cd6"
- }
- },
- {
- "scope": "storage.type",
- "settings": {
- "foreground": "#569cd6"
- }
- },
- {
- "scope": "storage.modifier",
- "settings": {
- "foreground": "#569cd6"
- }
- },
- {
- "scope": "string",
- "settings": {
- "foreground": "#ce9178"
- }
- },
- {
- "scope": "string.tag",
- "settings": {
- "foreground": "#ce9178"
- }
- },
- {
- "scope": "string.value",
- "settings": {
- "foreground": "#ce9178"
- }
- },
- {
- "scope": "string.regexp",
- "settings": {
- "foreground": "#d16969"
- }
- },
- {
- "name": "JavaScript string interpolation ${}",
- "scope": [
- "punctuation.definition.template-expression.begin.js",
- "punctuation.definition.template-expression.begin.ts",
- "punctuation.definition.template-expression.end.ts",
- "punctuation.definition.template-expression.end.js",
- "punctuation.section.embedded.coffee"
- ],
- "settings": {
- "foreground": "#569cd6"
- }
- },
- {
- "scope": [
- "support.type.vendored.property-name",
- "support.type.property-name",
- "variable.css",
- "variable.scss",
- "variable.other.less",
- "source.coffee.embedded"
- ],
- "settings": {
- "foreground": "#9cdcfe"
- }
- },
- {
- "scope": "keyword",
- "settings": {
- "foreground": "#569cd6"
- }
- },
- {
- "scope": "keyword.control",
- "settings": {
- "foreground": "#569cd6"
- }
- },
- {
- "scope": "keyword.operator",
- "settings": {
- "foreground": "#d4d4d4"
- }
- },
- {
- "scope": [
- "keyword.operator.new",
- "keyword.operator.expression",
- "keyword.operator.cast",
- "keyword.operator.sizeof",
- "keyword.operator.logical.python"
- ],
- "settings": {
- "foreground": "#569cd6"
- }
- },
- {
- "scope": "keyword.other.unit",
- "settings": {
- "foreground": "#b5cea8"
- }
- },
- {
- "scope": [
- "punctuation.section.embedded.begin.php",
- "punctuation.section.embedded.end.php"
- ],
- "settings": {
- "foreground": "#569cd6"
- }
- },
- {
- "scope": "support.function.git-rebase",
- "settings": {
- "foreground": "#9cdcfe"
- }
- },
- {
- "scope": "constant.sha.git-rebase",
- "settings": {
- "foreground": "#b5cea8"
- }
- },
- {
- "name": "coloring of the Java import and package identifiers",
- "scope": [
- "storage.modifier.import.java",
- "variable.language.wildcard.java",
- "storage.modifier.package.java"
- ],
- "settings": {
- "foreground": "#d4d4d4"
- }
- },
- {
- "name": "this.self",
- "scope": "variable.language",
- "settings": {
- "foreground": "#569cd6"
- }
- },
- {
- "name": "Function declarations",
- "scope": [
- "entity.name.function",
- "support.function",
- "support.constant.handlebars"
- ],
- "settings": {
- "foreground": "#DCDCAA"
- }
- },
- {
- "name": "Types declaration and references",
- "scope": [
- "meta.return-type",
- "support.class",
- "support.type",
- "entity.name.type",
- "entity.name.class",
- "storage.type.cs",
- "storage.type.generic.cs",
- "storage.type.modifier.cs",
- "storage.type.variable.cs",
- "storage.type.annotation.java",
- "storage.type.generic.java",
- "storage.type.java",
- "storage.type.object.array.java",
- "storage.type.primitive.array.java",
- "storage.type.primitive.java",
- "storage.type.token.java",
- "storage.type.groovy",
- "storage.type.annotation.groovy",
- "storage.type.parameters.groovy",
- "storage.type.generic.groovy",
- "storage.type.object.array.groovy",
- "storage.type.primitive.array.groovy",
- "storage.type.primitive.groovy"
- ],
- "settings": {
- "foreground": "#4EC9B0"
- }
- },
- {
- "name": "Types declaration and references, TS grammar specific",
- "scope": [
- "meta.type.cast.expr",
- "meta.type.new.expr",
- "support.constant.math",
- "support.constant.dom",
- "support.constant.json",
- "entity.other.inherited-class"
- ],
- "settings": {
- "foreground": "#4EC9B0"
- }
- },
- {
- "name": "Control flow keywords",
- "scope": "keyword.control",
- "settings": {
- "foreground": "#C586C0"
- }
- },
- {
- "name": "Variable and parameter name",
- "scope": [
- "variable",
- "meta.definition.variable.name",
- "support.variable"
- ],
- "settings": {
- "foreground": "#9CDCFE"
- }
- },
- {
- "name": "Object keys, TS grammar specific",
- "scope": [
- "meta.object-literal.key",
- "meta.object-literal.key entity.name.function"
- ],
- "settings": {
- "foreground": "#9CDCFE"
- }
- },
- {
- "name": "CSS property value",
- "scope": [
- "support.constant.property-value",
- "support.constant.font-name",
- "support.constant.media-type",
- "support.constant.media",
- "constant.other.color.rgb-value",
- "constant.other.rgb-value",
- "support.constant.color"
- ],
- "settings": {
- "foreground": "#CE9178"
- }
- },
- {
- "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"
- }
- }
- ]
-} \ No newline at end of file
diff --git a/themes/dark/pocillo-dark.json b/themes/dark/pocillo-dark.json
deleted file mode 100644
index 4bad094..0000000
--- a/themes/dark/pocillo-dark.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "$schema": "vscode://schemas/color-theme",
- "name": "Pocillo Dark [beta]",
- "type": "dark",
- "include": "./adapta-nokto.json",
- "colors": {
- "editorGroupHeader.tabsBackground": "#20222A",
- "tab.activeBackground": "#292C36",
- "tab.inactiveBackground": "#292C36A0",
- "editor.background": "#292C36",
- "sideBar.background": "#20222A",
- "sideBarSectionHeader.background": "#20222A",
- "activityBar.background": "#20222A",
- "statusBar.background": "#20222A"
- }
-} \ No newline at end of file
diff --git a/themes/light/arc.json b/themes/light/arc.json
deleted file mode 100644
index 2bc1787..0000000
--- a/themes/light/arc.json
+++ /dev/null
@@ -1,842 +0,0 @@
-{
- "$schema": "vscode://schemas/color-theme",
- "name": "Arc",
- "type": "light",
- "colors": {
- "foreground": "#121212",
- "focusBorder": "#404552",
- "widget.shadow": "#cccccc",
- "input.background": "#ffffff",
- "input.foreground": "#121212",
- "input.border": "#cfe6d6",
- "inputOption.activeBorder": "#51b8a4",
- "input.placeholderForeground": "#aaaaaa",
- "inputValidation.infoBackground": "#4dadd4",
- "inputValidation.warningBackground": "#f27835",
- "inputValidation.errorBackground": "#fc4138",
- "list.inactiveSelectionBackground": "#e7e8eb15",
- "list.hoverBackground": "#00000000",
- "list.dropBackground": "#f08437",
- "button.foreground": "#ffffff",
- "button.background": "#383c4a",
- "badge.background": "#51b8a4",
- "editor.background": "#f5f6f7",
- "editor.foreground": "#121212",
- "editorWidget.background": "#e7e8eb",
- "editor.selectionBackground": "#8888ff55",
- "editor.inactiveSelectionBackground": "#ffffff22",
- "editor.findMatchBackground": "#aaaaee",
- "editor.findMatchHighlightBackground": "#ccccee",
- "editorHoverWidget.background": "#e7e8eb",
- "editorHoverWidget.border": "#cbcccf50",
- "editor.lineHighlightBackground": "#eeeeee",
- "editorCursor.foreground": "#5294e2",
- "editorLineNumber.foreground": "#ffffff44",
- "editorBracketMatch.background": "#eeeeee",
- "editorBracketMatch.border": "#dddddd",
- "editorSuggestWidget.background": "#e7e8eb",
- "editorSuggestWidget.foreground": "#121315",
- "tab.activeBackground": "#ffffff",
- "tab.inactiveBackground": "#e7e8eb",
- "tab.border": "#00000000",
- "tab.activeBorder": "#5294e2",
- "tab.activeForeground": "#222222",
- "tab.inactiveForeground": "#555555",
- "editorGroup.background": "#e7e8eb",
- "editorGroupHeader.tabsBackground": "#e7e8eb",
- "editorGroupHeader.noTabsBackground": "#e7e8eb",
- "editorGroup.dropBackground": "#ffffff0f",
- "panelTitle.activeBorder": "#2f343f",
- "statusBar.foreground": "#cccccc",
- "statusBar.background": "#262b33",
- "statusBar.noFolderBackground": "#262b33",
- "statusBarItem.activeBackground": "#00000044",
- "statusBarItem.hoverBackground": "#00000022",
- "statusBarItem.prominentBackground": "#00004444",
- "statusBarItem.prominentHoverBackground": "#00000022",
- "activityBar.background": "#262b33",
- "sideBar.background": "#262b33",
- "sideBar.foreground": "#8d949f",
- "sideBarTitle.foreground": "#ffffff",
- "sideBarSectionHeader.background": "#262b33",
- "sideBarSectionHeader.foreground": "#dddddd",
- "titleBar.activeForeground": "#121212",
- "titleBar.inactiveForeground": "#cccccc",
- "titleBar.activeBackground": "#e7e8eb",
- "titleBar.inactiveBackground": "#e7e8eb",
- "notification.foreground": "#eeeeee",
- "notification.background": "#262a33",
- "statusBar.debuggingBackground": "#f04a50"
- },
- "tokenColors": [
- {
- "settings": {
- "foreground": "#4d4d4cff",
- "background": "#ffffffff"
- }
- },
- {
- "name": "Comment",
- "scope": [
- "comment",
- "punctuation.definition.comment"
- ],
- "settings": {
- "fontStyle": "italic",
- "foreground": "#8e908c"
- }
- },
- {
- "name": "Variables, Parameters",
- "scope": [
- "variable",
- "string constant.other.placeholder",
- "entity.name.variable.parameter",
- "entity.name.variable.local",
- "variable.parameter"
- ],
- "settings": {
- "foreground": "#c82829"
- }
- },
- {
- "name": "Properties",
- "scope": [
- "variable.other.object.property"
- ],
- "settings": {
- "foreground": "#4271ae"
- }
- },
- {
- "name": "Colors",
- "scope": [
- "constant.other.color"
- ],
- "settings": {
- "foreground": "#0f0"
- }
- },
- {
- "name": "Invalid",
- "scope": [
- "invalid",
- "invalid.illegal"
- ],
- "settings": {
- "foreground": "#c82829"
- }
- },
- {
- "name": "Invalid - Deprecated",
- "scope": [
- "invalid.deprecated"
- ],
- "settings": {
- "foreground": "#a3685a"
- }
- },
- {
- "name": "Keyword, Storage",
- "scope": [
- "keyword",
- "storage.modifier"
- ],
- "settings": {
- "foreground": "#8959a8"
- }
- },
- {
- "name": "Keyword Control",
- "scope": [
- "keyword.control",
- "keyword.control.flow",
- "keyword.control.from",
- "keyword.control.import",
- "keyword.control.as"
- ],
- "settings": {
- "foreground": "#8959a8"
- }
- },
- {
- "name": "Keyword",
- "scope": [
- "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"
- ],
- "settings": {
- "foreground": "#8959a8"
- }
- },
- {
- "name": "Types, Primitives",
- "scope": [
- "keyword.type",
- "storage.type.primitive"
- ],
- "settings": {
- "foreground": "#3e999f"
- }
- },
- {
- "name": "Function",
- "scope": [
- "storage.type.function"
- ],
- "settings": {
- "foreground": "#4271ae"
- }
- },
- {
- "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": "#4d4d4c"
- }
- },
- {
- "name": "Embedded",
- "scope": [
- "punctuation.section.embedded",
- "variable.interpolation"
- ],
- "settings": {
- "foreground": "#a3685a"
- }
- },
- {
- "name": "Tag",
- "scope": [
- "entity.name.tag",
- "meta.tag.sgml",
- "markup.deleted.git_gutter"
- ],
- "settings": {
- "foreground": "#c82829"
- }
- },
- {
- "name": "Function, Special Method",
- "scope": [
- "entity.name.function",
- "meta.function-call",
- "variable.function",
- "support.function",
- "keyword.other.special-method"
- ],
- "settings": {
- "foreground": "#4271ae"
- }
- },
- {
- "name": "Block Level Variables",
- "scope": [
- "meta.block variable.other"
- ],
- "settings": {
- "foreground": "#c82829"
- }
- },
- {
- "name": "Other Variable, String Link",
- "scope": [
- "support.other.variable",
- "string.other.link"
- ],
- "settings": {
- "foreground": "#c82829"
- }
- },
- {
- "name": "Number, Constant, Function Argument, Tag Attribute, Embedded",
- "scope": [
- "constant.numeric",
- "constant.language",
- "support.constant",
- "constant.character",
- "constant.escape",
- "keyword.other.unit",
- "keyword.other"
- ],
- "settings": {
- "foreground": "#f5871f"
- }
- },
- {
- "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": "normal",
- "foreground": "#718c00"
- }
- },
- {
- "name": "Class, Support",
- "scope": [
- "entity.name",
- "support.type",
- "support.class",
- "support.orther.namespace.use.php",
- "meta.use.php",
- "support.other.namespace.php",
- "markup.changed.git_gutter",
- "support.type.sys-types"
- ],
- "settings": {
- "foreground": "#eab700"
- }
- },
- {
- "name": "Storage Type, Import Class",
- "scope": [
- "storage.type",
- "storage.modifier.package",
- "storage.modifier.import"
- ],
- "settings": {
- "foreground": "#eab700"
- }
- },
- {
- "name": "Fields",
- "scope": [
- "entity.name.variable.field"
- ],
- "settings": {
- "foreground": "#4271ae"
- }
- },
- {
- "name": "Entity Types",
- "scope": [
- "support.type"
- ],
- "settings": {
- "foreground": "#3e999f"
- }
- },
- {
- "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": "#3e999f"
- }
- },
- {
- "name": "Sub-methods",
- "scope": [
- "entity.name.module.js",
- "variable.import.parameter.js",
- "variable.other.class.js"
- ],
- "settings": {
- "foreground": "#c82829"
- }
- },
- {
- "name": "Language methods",
- "scope": [
- "variable.language"
- ],
- "settings": {
- "fontStyle": "italic",
- "foreground": "#c82829"
- }
- },
- {
- "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": "#4271ae"
- }
- },
- {
- "name": "Attributes",
- "scope": [
- "entity.other.attribute-name"
- ],
- "settings": {
- "foreground": "#4271ae"
- }
- },
- {
- "name": "HTML Attributes",
- "scope": [
- "text.html.basic entity.other.attribute-name.html",
- "text.html.basic entity.other.attribute-name"
- ],
- "settings": {
- "fontStyle": "italic",
- "foreground": "#eab700"
- }
- },
- {
- "name": "CSS Classes",
- "scope": [
- "entity.other.attribute-name.class"
- ],
- "settings": {
- "foreground": "#eab700"
- }
- },
- {
- "name": "CSS ID's",
- "scope": [
- "source.sass keyword.control"
- ],
- "settings": {
- "foreground": "#4271ae"
- }
- },
- {
- "name": "Inserted",
- "scope": [
- "markup.inserted"
- ],
- "settings": {
- "foreground": "#718c00"
- }
- },
- {
- "name": "Deleted",
- "scope": [
- "markup.deleted"
- ],
- "settings": {
- "foreground": "#c82829"
- }
- },
- {
- "name": "Changed",
- "scope": [
- "markup.changed"
- ],
- "settings": {
- "foreground": "#8959a8"
- }
- },
- {
- "name": "Regular Expressions",
- "scope": [
- "string.regexp"
- ],
- "settings": {
- "foreground": "#3e999f"
- }
- },
- {
- "name": "Escape Characters",
- "scope": [
- "constant.character.escape"
- ],
- "settings": {
- "foreground": "#3e999f"
- }
- },
- {
- "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": "#4271ae"
- }
- },
- {
- "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": "#4271ae"
- }
- },
- {
- "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": "#4271ae"
- }
- },
- {
- "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": "#4271ae"
- }
- },
- {
- "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": "#4271ae"
- }
- },
- {
- "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": "#4271ae"
- }
- },
- {
- "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": "#4271ae"
- }
- },
- {
- "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": "#4271ae"
- }
- },
- {
- "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": "#4271ae"
- }
- },
- {
- "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": "#4271ae"
- }
- },
- {
- "name": "Markdown - Plain",
- "scope": [
- "text.html.markdown",
- "punctuation.definition.list_item.markdown"
- ],
- "settings": {
- "foreground": "#4d4d4c"
- }
- },
- {
- "name": "Markdown - Markup Raw Inline",
- "scope": [
- "text.html.markdown markup.inline.raw.markdown"
- ],
- "settings": {
- "foreground": "#8959a8"
- }
- },
- {
- "name": "Markdown - Markup Raw Inline Punctuation",
- "scope": [
- "text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown"
- ],
- "settings": {
- "foreground": "#3e999f"
- }
- },
- {
- "name": "Markdown - Line Break",
- "scope": [
- "text.html.markdown meta.dummy.line-break"
- ],
- "settings": {
- "foreground": ""
- }
- },
- {
- "name": "Markdown - Heading",
- "scope": [
- "markdown.heading",
- "markup.heading | markup.heading entity.name",
- "markup.heading.markdown punctuation.definition.heading.markdown"
- ],
- "settings": {
- "foreground": "#4271ae"
- }
- },
- {
- "name": "Markup - Italic",
- "scope": [
- "markup.italic"
- ],
- "settings": {
- "fontStyle": "italic",
- "foreground": "#c82829"
- }
- },
- {
- "name": "Markup - Bold",
- "scope": [
- "markup.bold",
- "markup.bold string"
- ],
- "settings": {
- "fontStyle": "bold",
- "foreground": "#c82829"
- }
- },
- {
- "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": "#c82829"
- }
- },
- {
- "name": "Markup - Underline",
- "scope": [
- "markup.underline"
- ],
- "settings": {
- "fontStyle": "underline",
- "foreground": "#f5871f"
- }
- },
- {
- "name": "Markup - Strike",
- "scope": [
- "markup.strike"
- ],
- "settings": {
- "fontStyle": "strike",
- "foreground": ""
- }
- },
- {
- "name": "Markdown - Blockquote",
- "scope": [
- "markup.quote punctuation.definition.blockquote.markdown"
- ],
- "settings": {
- "background": "#3e999f",
- "foreground": "#3e999f"
- }
- },
- {
- "name": "Markup - Quote",
- "scope": [
- "markup.quote"
- ],
- "settings": {
- "fontStyle": "italic",
- "foreground": ""
- }
- },
- {
- "name": "Markdown - Link",
- "scope": [
- "string.other.link.title.markdown"
- ],
- "settings": {
- "foreground": "#4271ae"
- }
- },
- {
- "name": "Markdown - Link Description",
- "scope": [
- "string.other.link.description.title.markdown"
- ],
- "settings": {
- "foreground": "#8959a8"
- }
- },
- {
- "name": "Markdown - Link Anchor",