From 0df8f82ebfa34df46077a18a3cfc31c48fd4841f Mon Sep 17 00:00:00 2001
From: Nathan Graule <solarliner@gmail.com>
Date: Fri, 22 Sep 2017 00:03:39 +0200
Subject: Updated Ubuntu GNOME theme

---
 themes/united-gnome.json | 630 ++++++++++++++++++++++++++++++++---------------
 1 file changed, 437 insertions(+), 193 deletions(-)

(limited to 'themes')

diff --git a/themes/united-gnome.json b/themes/united-gnome.json
index b5af292..d34ca3b 100644
--- a/themes/united-gnome.json
+++ b/themes/united-gnome.json
@@ -33,14 +33,14 @@
 		"editorGroupHeader.noTabsBackground": "#111111",
 		"statusBar.background": "#181818",
 		"statusBar.noFolderBackground": "#111111",
-		"activityBar.background": "#111111",
+		"activityBar.background": "#242424",
 		"activityBar.foreground": "#dddddd",
 		"activityBarBadge.background": "#48b258",
 		"activityBarBadge.foreground": "#dddddd",
 		"sideBar.background": "#242424",
 		"sideBar.foreground": "#dddddd",
 		"sideBarTitle.foreground": "#ffffff",
-		"sideBarSectionHeader.background": "#1e1e1e",
+		"sideBarSectionHeader.background": "#242424",
 		"titleBar.activeForeground": "#dddddd",
 		"titleBar.inactiveForeground": "#999999",
 		"titleBar.activeBackground": "#111111",
@@ -51,463 +51,707 @@
 	"tokenColors": [
 		{
 			"settings": {
-				"foreground": "#ddddddff",
-				"background": "#1e1e1eff"
+				"foreground": "#b5b3aaff",
+				"background": "#000000ff"
 			}
 		},
 		{
-			"scope": "emphasis",
+			"name": "Comment",
+			"scope": [
+				"comment",
+				"punctuation.definition.comment"
+			],
 			"settings": {
-				"fontStyle": "italic"
+				"fontStyle": "italic",
+				"foreground": "#6c6c66"
 			}
 		},
 		{
-			"scope": "strong",
+			"name": "Variables",
+			"scope": [
+				"variable",
+				"string constant.other.placeholder"
+			],
 			"settings": {
-				"fontStyle": "bold"
+				"foreground": "#ff6c60"
 			}
 		},
 		{
-			"scope": "header",
+			"name": "Colors",
+			"scope": [
+				"constant.other.color"
+			],
 			"settings": {
-				"foreground": "#000080"
+				"foreground": "#0f0"
 			}
 		},
 		{
-			"scope": "comment",
+			"name": "Invalid",
+			"scope": [
+				"invalid",
+				"invalid.illegal"
+			],
 			"settings": {
-				"foreground": "#608b4e"
+				"foreground": "#ff6c60"
 			}
 		},
 		{
-			"scope": "constant.language",
+			"name": "Invalid - Deprecated",
+			"scope": [
+				"invalid.deprecated"
+			],
 			"settings": {
-				"foreground": "#569cd6"
+				"foreground": "#b18a3d"
 			}
 		},
 		{
+			"name": "Keyword, Storage",
 			"scope": [
-				"constant.numeric"
+				"keyword",
+				"storage.type",
+				"storage.modifier"
 			],
 			"settings": {
-				"foreground": "#b5cea8"
+				"foreground": "#ff73fd"
 			}
 		},
 		{
-			"scope": "constant.regexp",
+			"name": "Keyword Control",
+			"scope": [
+				"keyword.control.flow"
+			],
 			"settings": {
-				"foreground": "#646695"
+				"foreground": "#ff73fd"
 			}
 		},
 		{
-			"scope": "entity.name.tag",
+			"name": "Operator, Misc",
+			"scope": [
+				"keyword.control",
+				"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",
+				"punctuation.section.embedded",
+				"keyword.other.template",
+				"keyword.other.substitution"
+			],
 			"settings": {
-				"foreground": "#569cd6"
+				"foreground": "#b5b3aa"
 			}
 		},
 		{
-			"scope": "entity.name.tag.css",
+			"name": "Embedded",
+			"scope": [
+				"punctuation.section.embedded",
+				"variable.interpolation"
+			],
 			"settings": {
-				"foreground": "#d7ba7d"
+				"foreground": "#b18a3d"
 			}
 		},
 		{
-			"scope": "entity.other.attribute-name",
+			"name": "Tag",
+			"scope": [
+				"entity.name.tag",
+				"meta.tag.sgml",
+				"markup.deleted.git_gutter"
+			],
 			"settings": {
-				"foreground": "#9cdcfe"
+				"foreground": "#ff6c60"
 			}
 		},
 		{
+			"name": "Function, Special Method",
 			"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"
+				"entity.name.function",
+				"meta.function-call",
+				"variable.function",
+				"support.function",
+				"keyword.other.special-method"
 			],
 			"settings": {
-				"foreground": "#d7ba7d"
+				"foreground": "#96cbfe"
 			}
 		},
 		{
-			"scope": "invalid",
+			"name": "Block Level Variables",
+			"scope": [
+				"meta.block variable.other"
+			],
 			"settings": {
-				"foreground": "#f44747"
+				"foreground": "#ff6c60"
 			}
 		},
 		{
-			"scope": "markup.underline",
+			"name": "Other Variable, String Link",
+			"scope": [
+				"support.other.variable",
+				"string.other.link"
+			],
 			"settings": {
-				"fontStyle": "underline"
+				"foreground": "#ff6c60"
 			}
 		},
 		{
-			"scope": "markup.bold",
+			"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": {
-				"fontStyle": "bold",
-				"foreground": "#569cd6"
+				"foreground": "#e9c062"
 			}
 		},
 		{
-			"scope": "markup.heading",
+			"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": "bold",
-				"foreground": "#569cd6"
+				"fontStyle": "normal",
+				"foreground": "#a8ff60"
 			}
 		},
 		{
-			"scope": "markup.italic",
+			"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": {
-				"fontStyle": "italic"
+				"foreground": "#ffffb6"
+			}
+		},
+		{
+			"name": "Entity Types",
+			"scope": [
+				"support.type"
+			],
+			"settings": {
+				"foreground": "#c6c5fe"
+			}
+		},
+		{
+			"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": "#c6c5fe"
+			}
+		},
+		{
+			"name": "Sub-methods",
+			"scope": [
+				"entity.name.module.js",
+				"variable.import.parameter.js",
+				"variable.other.class.js"
+			],
+			"settings": {
+				"foreground": "#ff6c60"
+			}
+		},
+		{
+			"name": "Language methods",
+			"scope": [
+				"variable.language"
+			],
+			"settings": {
+				"fontStyle": "italic",
+				"foreground": "#ff6c60"
+			}
+		},
+		{
+			"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": "#96cbfe"
+			}
+		},
+		{
+			"name": "Attributes",
+			"scope": [
+				"entity.other.attribute-name"
+			],
+			"settings": {
+				"foreground": "#96cbfe"
+			}
+		},
+		{
+			"name": "HTML Attributes",
+			"scope": [
+				"text.html.basic entity.other.attribute-name.html",
+				"text.html.basic entity.other.attribute-name"
+			],
+			"settings": {
+				"fontStyle": "italic",
+				"foreground": "#ffffb6"
 			}
 		},
 		{
-			"scope": "markup.inserted",
+			"name": "CSS Classes",
+			"scope": [
+				"entity.other.attribute-name.class"
+			],
 			"settings": {
-				"foreground": "#b5cea8"
+				"foreground": "#ffffb6"
 			}
 		},
 		{
-			"scope": "markup.deleted",
+			"name": "CSS ID's",
+			"scope": [
+				"source.sass keyword.control"
+			],
 			"settings": {
-				"foreground": "#ce9178"
+				"foreground": "#96cbfe"
 			}
 		},
 		{
-			"scope": "markup.changed",
+			"name": "Inserted",
+			"scope": [
+				"markup.inserted"
+			],
 			"settings": {
-				"foreground": "#569cd6"
+				"foreground": "#a8ff60"
 			}
 		},
 		{
-			"scope": "beginning.punctuation.definition.quote.markdown",
+			"name": "Deleted",
+			"scope": [
+				"markup.deleted"
+			],
 			"settings": {
-				"foreground": "#608b4e"
+				"foreground": "#ff6c60"
 			}
 		},
 		{
-			"scope": "beginning.punctuation.definition.list.markdown",
+			"name": "Changed",
+			"scope": [
+				"markup.changed"
+			],
 			"settings": {
-				"foreground": "#6796e6"
+				"foreground": "#ff73fd"
 			}
 		},
 		{
-			"scope": "markup.inline.raw",
+			"name": "Regular Expressions",
+			"scope": [
+				"string.regexp"
+			],
 			"settings": {
-				"foreground": "#ce9178"
+				"foreground": "#c6c5fe"
 			}
 		},
 		{
-			"scope": "meta.selector",
+			"name": "Escape Characters",
+			"scope": [
+				"constant.character.escape"
+			],
 			"settings": {
-				"foreground": "#d7ba7d"
+				"foreground": "#c6c5fe"
 			}
 		},
 		{
-			"name": "brackets of XML/HTML tags",
-			"scope": "punctuation.definition.tag",
+			"name": "URL",
+			"scope": [
+				"*url*",
+				"*link*",
+				"*uri*"
+			],
 			"settings": {
-				"foreground": "#808080"
+				"fontStyle": "underline"
 			}
 		},
 		{
-			"scope": "meta.preprocessor",
+			"name": "Decorators",
+			"scope": [
+				"tag.decorator.js entity.name.tag.js",
+				"tag.decorator.js punctuation.definition.tag.js"
+			],
 			"settings": {
-				"foreground": "#569cd6"
+				"fontStyle": "italic",
+				"foreground": "#96cbfe"
 			}
 		},
 		{
-			"scope": "meta.preprocessor.string",
+			"name": "ES7 Bind Operator",
+			"scope": [
+				"source.js constant.other.object.key.js string.unquoted.label.js"
+			],
 			"settings": {
-				"foreground": "#ce9178"
+				"fontStyle": "italic",
+				"foreground": "#FF5370"
 			}
 		},
 		{
-			"scope": "meta.preprocessor.numeric",
+			"name": "JSON Key - Level 0",
+			"scope": [
+				"source.json meta.structure.dictionary.json support.type.property-name.json"
+			],
 			"settings": {
-				"foreground": "#b5cea8"
+				"foreground": "#96cbfe"
 			}
 		},
 		{
-			"scope": "meta.structure.dictionary.key.python",
+			"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": "#9cdcfe"
+				"foreground": "#96cbfe"
 			}
 		},
 		{
-			"scope": "meta.diff.header",
+			"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": "#569cd6"
+				"foreground": "#96cbfe"
 			}
 		},
 		{
-			"scope": "storage",
+			"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": "#569cd6"
+				"foreground": "#96cbfe"
 			}
 		},
 		{
-			"scope": "storage.type",
+			"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": "#569cd6"
+				"foreground": "#96cbfe"
 			}
 		},
 		{
-			"scope": "storage.modifier",
+			"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": "#569cd6"
+				"foreground": "#96cbfe"
 			}
 		},
 		{
-			"scope": "string",
+			"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": "#ce9178"
+				"foreground": "#96cbfe"
 			}
 		},
 		{
-			"scope": "string.tag",
+			"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": "#ce9178"
+				"foreground": "#96cbfe"
 			}
 		},
 		{
-			"scope": "string.value",
+			"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": "#ce9178"
+				"foreground": "#96cbfe"
 			}
 		},
 		{
-			"scope": "string.regexp",
+			"name": "Markdown - Plain",
+			"scope": [
+				"text.html.markdown",
+				"punctuation.definition.list_item.markdown"
+			],
 			"settings": {
-				"foreground": "#d16969"
+				"foreground": "#b5b3aa"
 			}
 		},
 		{
-			"name": "JavaScript string interpolation ${}",
+			"name": "Markdown - Markup Raw Inline",
 			"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"
+				"text.html.markdown markup.inline.raw.markdown"
 			],
 			"settings": {
-				"foreground": "#569cd6"
+				"foreground": "#ff73fd"
 			}
 		},
 		{
+			"name": "Markdown - Markup Raw Inline Punctuation",
 			"scope": [
-				"support.type.vendored.property-name",
-				"support.type.property-name",
-				"variable.css",
-				"variable.scss",
-				"variable.other.less",
-				"source.coffee.embedded"
+				"text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown"
 			],
 			"settings": {
-				"foreground": "#9cdcfe"
+				"foreground": "#c6c5fe"
 			}
 		},
 		{
-			"scope": "keyword",
+			"name": "Markdown - Line Break",
+			"scope": [
+				"text.html.markdown meta.dummy.line-break"
+			],
 			"settings": {
-				"foreground": "#569cd6"
+				"foreground": ""
 			}
 		},
 		{
-			"scope": "keyword.control",
+			"name": "Markdown - Heading",
+			"scope": [
+				"markdown.heading",
+				"markup.heading | markup.heading entity.name",
+				"markup.heading.markdown punctuation.definition.heading.markdown"
+			],
 			"settings": {
-				"foreground": "#569cd6"
+				"foreground": "#96cbfe"
 			}
 		},
 		{
-			"scope": "keyword.operator",
+			"name": "Markup - Italic",
+			"scope": [
+				"markup.italic"
+			],
 			"settings": {
-				"foreground": "#d4d4d4"
+				"fontStyle": "italic",
+				"foreground": "#ff6c60"
 			}
 		},
 		{
+			"name": "Markup - Bold",
 			"scope": [
-				"keyword.operator.new",
-				"keyword.operator.expression",
-				"keyword.operator.cast",
-				"keyword.operator.sizeof",
-				"keyword.operator.logical.python"
+				"markup.bold",
+				"markup.bold string"
 			],
 			"settings": {
-				"foreground": "#569cd6"
+				"fontStyle": "bold",
+				"foreground": "#ff6c60"
 			}
 		},
 		{
-			"scope": "keyword.other.unit",
+			"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": {
-				"foreground": "#b5cea8"
+				"fontStyle": "bold",
+				"foreground": "#ff6c60"
 			}
 		},
 		{
+			"name": "Markup - Underline",
 			"scope": [
-				"punctuation.section.embedded.begin.php",
-				"punctuation.section.embedded.end.php"
+				"markup.underline"
 			],
 			"settings": {
-				"foreground": "#569cd6"
+				"fontStyle": "underline",
+				"foreground": "#e9c062"
 			}
 		},
 		{
-			"scope": "support.function.git-rebase",
+			"name": "Markup - Strike",
+			"scope": [
+				"markup.strike"
+			],
 			"settings": {
-				"foreground": "#9cdcfe"
+				"fontStyle": "strike",
+				"foreground": ""
 			}
 		},
 		{
-			"scope": "constant.sha.git-rebase",
+			"name": "Markdown - Blockquote",
+			"scope": [
+				"markup.quote punctuation.definition.blockquote.markdown"
+			],
 			"settings": {
-				"foreground": "#b5cea8"
+				"background": "#c6c5fe",
+				"foreground": "#c6c5fe"
 			}
 		},
 		{
-			"name": "coloring of the Java import and package identifiers",
+			"name": "Markup - Quote",
 			"scope": [
-				"storage.modifier.import.java",
-				"variable.language.wildcard.java",
-				"storage.modifier.package.java"
+				"markup.quote"
 			],
 			"settings": {
-				"foreground": "#d4d4d4"
+				"fontStyle": "italic",
+				"foreground": ""
 			}
 		},
 		{
-			"name": "this.self",
-			"scope": "variable.language",
+			"name": "Markdown - Link",
+			"scope": [
+				"string.other.link.title.markdown"
+			],
 			"settings": {
-				"foreground": "#569cd6"
+				"foreground": "#96cbfe"
 			}
 		},
 		{
-			"name": "Function declarations",
+			"name": "Markdown - Link Description",
 			"scope": [
-				"entity.name.function",
-				"support.function",
-				"support.constant.handlebars"
+				"string.other.link.description.title.markdown"
 			],
 			"settings": {
-				"foreground": "#DCDCAA"
+				"foreground": "#ff73fd"
 			}
 		},
 		{
-			"name": "Types declaration and references",
+			"name": "Markdown - Link Anchor",
 			"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"
+				"constant.other.reference.link.markdown"
+			],
+			"settings": {
+				"foreground": "#ffffb6"
+			}
+		},
+		{
+			"name": "Markup - Raw Block",
+			"scope": [
+				"markup.raw.block"
 			],
 			"settings": {
-				"foreground": "#4EC9B0"
+				"foreground": "#ff73fd"
 			}
 		},
 		{
-			"name": "Types declaration and references, TS grammar specific",
+			"name": "Markdown - Raw Block Fenced",
 			"scope": [
-				"meta.type.cast.expr",
-				"meta.type.new.expr",
-				"support.constant.math",
-				"support.constant.dom",
-				"support.constant.json",
-				"entity.other.inherited-class"
+				"markup.raw.block.fenced.markdown"
 			],
 			"settings": {
-				"foreground": "#4EC9B0"
+				"foreground": "#00000050"
 			}
 		},
 		{
-			"name": "Control flow keywords",
-			"scope": "keyword.control",
+			"name": "Markdown - Fenced Bode Block",
+			"scope": [
+				"punctuation.definition.fenced.markdown"
+			],
 			"settings": {
-				"foreground": "#C586C0"
+				"foreground": "#00000050"
 			}
 		},
 		{
-			"name": "Variable and parameter name",
+			"name": "Markdown - Fenced Bode Block Variable",
 			"scope": [
-				"variable",
-				"meta.definition.variable.name",
-				"support.variable"
+				"markup.raw.block.fenced.markdown",
+				"variable.language.fenced.markdown"
 			],
 			"settings": {
-				"foreground": "#9CDCFE"
+				"foreground": "#f0f"
 			}
 		},
 		{
-			"name": "Object keys, TS grammar specific",
+			"name": "Markdown - Fenced Language",
 			"scope": [
-				"meta.object-literal.key",
-				"meta.object-literal.key entity.name.function"
+				"variable.language.fenced.markdown"
 			],
 			"settings": {
-				"foreground": "#9CDCFE"
+				"foreground": "#f00"
 			}
 		},
 		{
-			"name": "CSS property value",
+			"name": "Markdown - Separator",
 			"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"
+				"meta.separator"
 			],
 			"settings": {
-				"foreground": "#CE9178"
+				"fontStyle": "bold",
+				"background": "#00000050",
+				"foreground": "#f0f"
+			}
+		},
+		{
+			"name": "Markup - Table",
+			"scope": [
+				"markup.table"
+			],
+			"settings": {
+				"foreground": "#f0f"
 			}
 		},
 		{
 			"scope": "token.info-token",
 			"settings": {
-				"foreground": "#6796e6"
+				"foreground": "#96cbfe"
 			}
 		},
 		{
 			"scope": "token.warn-token",
 			"settings": {
-				"foreground": "#cd9731"
+				"foreground": "#ffffb6"
 			}
 		},
 		{
 			"scope": "token.error-token",
 			"settings": {
-				"foreground": "#f44747"
+				"foreground": "#ff6c60"
 			}
 		},
 		{
 			"scope": "token.debug-token",
 			"settings": {
-				"foreground": "#b267e6"
+				"foreground": "#ff73fd"
+			}
+		},
+		{
+			"scope": "comment",
+			"settings": {
+				"foreground": "#747c84",
+				"fontStyle": "italic"
 			}
 		}
 	]
-- 
cgit v1.2.3