diff options
| author | 2018-10-26 11:34:04 -0400 | |
|---|---|---|
| committer | 2018-10-26 11:34:04 -0400 | |
| commit | a6d232d837e807a6e52fbb154543a765cab9b0f0 (patch) | |
| tree | 77a7d33d942c71b96f4ddac1b9af919838fd1a6b /themes/ambiance.json | |
| parent | 0258eba386a15238e38e92151ed950757e1fa192 (diff) | |
Group themes by light/dark
Diffstat (limited to 'themes/ambiance.json')
| -rw-r--r-- | themes/ambiance.json | 1197 | 
1 files changed, 0 insertions, 1197 deletions
diff --git a/themes/ambiance.json b/themes/ambiance.json deleted file mode 100644 index e0b2af4..0000000 --- a/themes/ambiance.json +++ /dev/null @@ -1,1197 +0,0 @@ -{ -    "type": "dark", -    "include": "./include/dark+_vs.json", -	"colors": { -		"selection.background": "#403f3a", -		"input.background": "#2d2c2a", -		"input.border": "#00000000", -		"inputOption.activeBorder": "#82457c", -		"inputValidation.infoBackground": "#48a4b2", -		"inputValidation.warningBackground": "#ea7221", -		"inputValidation.errorBackground": "#ea2121", -		"dropdown.background": "#2d2c2a", -		"list.dropBackground": "#383b3d", -		"button.foreground": "#ffffff", -		"button.background": "#ec6a3f", -		"badge.background": "#ec6a3f", -		"badge.foreground": "#ffffff", -		"scrollbarSlider.background": "#a0391664", -		"scrollbarSlider.hoverBackground": "#802e1264", -		"scrollbarSlider.activeBackground": "#ea5421", -		"editor.background": "#31312e", -		"editor.foreground": "#dddddd", -		"editor.selectionBackground": "#e0dedc20", -		"editor.inactiveSelectionBackground": "#3a3d41", -		"editor.selectionHighlightBackground": "#31312e13", -		"editor.hoverHighlightBackground": "#e0dedc13", -		"editor.lineHighlightBackground": "#11111130", -		"editorCursor.foreground": "#ea5421", -		"editorIndentGuide.background": "#404040", -		"editorBracketMatch.background": "#ea542130", -		"editor.wordHighlightBackground": "#e0dedc13", -		"tab.inactiveBackground": "#373633", -		"tab.border": "#00000000", -		"tab.inactiveForeground": "#cccccc", -		"editorGroup.background": "#111111", -		"editorGroupHeader.tabsBackground": "#3c3b37", -		"editorGroupHeader.noTabsBackground": "#111111", -		"statusBar.background": "#31312e", -		"statusBar.noFolderBackground": "#31312e", -		"activityBar.background": "#31312e", -		"activityBar.foreground": "#f3f2f1", -		"activityBarBadge.background": "#ec6a3f", -		"activityBarBadge.foreground": "#dddddd", -		"sideBar.background": "#373633", -		"sideBar.foreground": "#f1f2f3", -		"sideBarTitle.foreground": "#ffffff", -		"sideBarSectionHeader.background": "#3c3b37", -		"titleBar.activeForeground": "#dddddd", -		"titleBar.inactiveForeground": "#999999", -		"titleBar.activeBackground": "#111111", -		"titleBar.inactiveBackground": "#111111", -		"debugToolBar.background": "#403f3a", -		"statusBar.debuggingBackground": "#82457c" -	}, -	"tokenColors": [ -		{ -			"settings": { -				"foreground": "#ddddddff", -				"background": "#31312eff" -			} -		}, -		{ -			"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" -			], -			"settings": { -				"foreground": "#569cd6" -			} -		}, -		{ -			"scope": [ -				"support.type.vendored.property-name", -				"support.type.property-name", -				"variable.css", -				"variable.scss", -				"variable.other.less" -			], -			"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", -				"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" -			} -		}, -		{ -			"name": "Comment", -			"scope": [ -				"comment", -				"punctuation.definition.comment" -			], -			"settings": { -				"fontStyle": "italic", -				"foreground": "#6c6c66" -			} -		}, -		{ -			"name": "Variables", -			"scope": [ -				"variable", -				"string constant.other.placeholder" -			], -			"settings": { -				"foreground": "#ff6c60" -			} -		}, -		{ -			"name": "Colors", -			"scope": [ -				"constant.other.color" -			], -			"settings": { -				"foreground": "#0f0" -			} -		}, -		{ -			"name": "Invalid", -			"scope": [ -				"invalid", -				"invalid.illegal" -			], -			"settings": { -				"foreground": "#ff6c60" -			} -		}, -		{ -			"name": "Invalid - Deprecated", -			"scope": [ -				"invalid.deprecated" -			], -			"settings": { -				"foreground": "#b18a3d" -			} -		}, -		{ -			"name": "Keyword, Storage", -			"scope": [ -				"keyword", -				"storage.type", -				"storage.modifier" -			], -			"settings": { -				"foreground": "#ff73fd" -			} -		}, -		{ -			"name": "Keyword Control", -			"scope": [ -				"keyword.control.flow" -			], -			"settings": { -				"foreground": "#ff73fd" -			} -		}, -		{ -			"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": "#b5b3aa" -			} -		}, -		{ -			"name": "Embedded", -			"scope": [ -				"punctuation.section.embedded", -				"variable.interpolation" -			], -			"settings": { -				"foreground": "#b18a3d" -			} -		}, -		{ -			"name": "Tag", -			"scope": [ -				"entity.name.tag", -				"meta.tag.sgml", -				"markup.deleted.git_gutter" -			], -			"settings": { -				"foreground": "#ff6c60" -			} -		}, -		{ -			"name": "Function, Special Method", -			"scope": [ -				"entity.name.function", -				"meta.function-call", -				"variable.function", -				"support.function", -				"keyword.other.special-method" -			], -			"settings": { -				"foreground": "#96cbfe" -			} -		}, -		{ -			"name": "Block Level Variables", -			"scope": [ -				"meta.block variable.other" -			], -			"settings": { -				"foreground": "#ff6c60" -			} -		}, -		{ -			"name": "Other Variable, String Link", -			"scope": [ -				"support.other.variable", -				"string.other.link" -			], -			"settings": { -				"foreground": "#ff6c60" -			} -		}, -		{ -			"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": "#e9c062" -			} -		}, -		{ -			"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": "#a8ff60" -			} -		}, -		{ -			"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": "#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" -			} -		}, -		{ -			"name": "CSS Classes", -			"scope": [ -				"entity.other.attribute-name.class" -			], -			"settings": { -				"foreground": "#ffffb6" -			} -		}, -		{ -			"name": "CSS ID's", -			"scope": [ -				"source.sass keyword.control" -			], -			"settings": { -				"foreground": "#96cbfe" -			} -		}, -		{ -			"name": "Inserted", -			"scope": [ -				"markup.inserted" -			], -			"settings": { -				"foreground": "#a8ff60" -			} -		}, -		{ -			"name": "Deleted", -			"scope": [ -				"markup.deleted" -			], -			"settings": { -				"foreground": "#ff6c60" -			} -		}, -		{ -			"name": "Changed", -			"scope": [ -				"markup.changed" -			], -			"settings": { -				"foreground": "#ff73fd" -			} -		}, -		{ -			"name": "Regular Expressions", -			"scope": [ -				"string.regexp" -			], -			"settings": { -				"foreground": "#c6c5fe" -			} -		}, -		{ -			"name": "Escape Characters", -			"scope": [ -				"constant.character.escape" -			], -			"settings": { -				"foreground": "#c6c5fe" -			} -		}, -		{ -			"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": "#96cbfe" -			} -		}, -		{ -			"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": "#96cbfe" -			} -		}, -		{ -			"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": "#96cbfe" -			} -		}, -		{ -			"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": "#96cbfe" -			} -		}, -		{ -			"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": "#96cbfe" -			} -		}, -		{ -			"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": "#96cbfe" -			} -		}, -		{ -			"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": "#96cbfe" -			} -		}, -		{ -			"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": "#96cbfe" -			} -		}, -		{ -			"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": "#96cbfe" -			} -		}, -		{ -			"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": "#96cbfe" -			} -		}, -		{ -			"name": "Markdown - Plain", -			"scope": [ -				"text.html.markdown", -				"punctuation.definition.list_item.markdown" -			], -			"settings": { -				"foreground": "#b5b3aa" -			} -		}, -		{ -			"name": "Markdown - Markup Raw Inline", -			"scope": [ -				"text.html.markdown markup.inline.raw.markdown" -			], -			"settings": { -				"foreground": "#ff73fd" -			} -		}, -		{ -			"name": "Markdown - Markup Raw Inline Punctuation", -			"scope": [ -				"text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown" -			], -			"settings": { -				"foreground": "#c6c5fe" -			} -		}, -		{ -			"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": "#96cbfe" -			} -		}, -		{ -			"name": "Markup - Italic", -			"scope": [ -				"markup.italic" -			], -			"settings": { -				"fontStyle": "italic", -				"foreground": "#ff6c60" -			} -		}, -		{ -			"name": "Markup - Bold", -			"scope": [ -				"markup.bold", -				"markup.bold string" -			], -			"settings": { -				"fontStyle": "bold", -				"foreground": "#ff6c60" -			} -		}, -		{ -			"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": "#ff6c60" -			} -		}, -		{ -			"name": "Markup - Underline", -			"scope": [ -				"markup.underline" -			], -			"settings": { -				"fontStyle": "underline", -				"foreground": "#e9c062" -			} -		}, -		{ -			"name": "Markup - Strike", -			"scope": [ -				"markup.strike" -			], -			"settings": { -				"fontStyle": "strike", -				"foreground": "" -			} -		}, -		{ -			"name": "Markdown - Blockquote", -			"scope": [ -				"markup.quote punctuation.definition.blockquote.markdown" -			], -			"settings": { -				"background": "#c6c5fe", -				"foreground": "#c6c5fe" -			} -		}, -		{ -			"name": "Markup - Quote", -			"scope": [ -				"markup.quote" -			], -			"settings": { -				"fontStyle": "italic", -				"foreground": "" -			} -		}, -		{ -			"name": "Markdown - Link", -			"scope": [ -				"string.other.link.title.markdown" -			], -			"settings": { -				"foreground": "#96cbfe" -			} -		}, -		{ -			"name": "Markdown - Link Description", -			"scope": [ -				"string.other.link.description.title.markdown" -			], -			"settings": { -				"foreground": "#ff73fd" -			} -		}, -		{ -			"name": "Markdown - Link Anchor", -			"scope": [ -				"constant.other.reference.link.markdown" -			], -			"settings": { -				"foreground": "#ffffb6" -			} -		}, -		{ -			"name": "Markup - Raw Block", -			"scope": [ -				"markup.raw.block" -			], -			"settings": { -				"foreground": "#ff73fd" -			} -		}, -		{ -			"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" -			], -			"settings": { -				"foreground": "#f0f" -			} -		}, -		{ -			"name": "Markdown - Fenced Language", -			"scope": [ -				"variable.language.fenced.markdown" -			], -			"settings": { -				"foreground": "#f00" -			} -		}, -		{ -			"name": "Markdown - Separator", -			"scope": [ -				"meta.separator" -			], -			"settings": { -				"fontStyle": "bold", -				"background": "#00000050", -				"foreground": "#f0f" -			} -		}, -		{ -			"name": "Markup - Table", -			"scope": [ -				"markup.table" -			], -			"settings": { -				"foreground": "#f0f" -			} -		}, -		{ -			"scope": "token.info-token", -			"settings": { -				"foreground": "#96cbfe" -			} -		}, -		{ -			"scope": "token.warn-token", -			"settings": { -				"foreground": "#ffffb6" -			} -		}, -		{ -			"scope": "token.error-token", -			"settings": { -				"foreground": "#ff6c60" -			} -		}, -		{ -			"scope": "token.debug-token", -			"settings": { -				"foreground": "#ff73fd" -			} -		}, -		{ -			"scope": "comment", -			"settings": { -				"foreground": "#747c84", -				"fontStyle": "italic" -			} -		}, -		{ -			"scope": "comment", -			"settings": { -				"foreground": "#747c84", -				"fontStyle": "italic" -			} -		} -	] -}
\ No newline at end of file  | 
