722 lines
No EOL
19 KiB
JSON
722 lines
No EOL
19 KiB
JSON
{
|
|
"name": "Material-Theme-Lighter",
|
|
"tokenColors": [
|
|
{
|
|
"settings": {
|
|
"background": "#FAFAFA",
|
|
"foreground": "#FFFFFF"
|
|
}
|
|
},
|
|
{
|
|
"name": "Comment",
|
|
"scope": [
|
|
"comment",
|
|
"punctuation.definition.comment"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#CCD7DA"
|
|
}
|
|
},
|
|
{
|
|
"name": "Variables",
|
|
"scope": [
|
|
"variable",
|
|
"string constant.other.placeholder"
|
|
],
|
|
"settings": {
|
|
"foreground": "#90A4AE"
|
|
}
|
|
},
|
|
{
|
|
"name": "Colors",
|
|
"scope": [
|
|
"constant.other.color"
|
|
],
|
|
"settings": {
|
|
"foreground": "#FFFFFF"
|
|
}
|
|
},
|
|
{
|
|
"name": "Invalid",
|
|
"scope": [
|
|
"invalid",
|
|
"invalid.illegal",
|
|
"invalid.broken"
|
|
],
|
|
"settings": {
|
|
"background": "#E53935",
|
|
"foreground": "#FFFFFF"
|
|
}
|
|
},
|
|
{
|
|
"name": "Invalid unimplemented",
|
|
"scope": [
|
|
"invalid.unimplemented"
|
|
],
|
|
"settings": {
|
|
"background": "#91B859",
|
|
"foreground": "#FFFFFF"
|
|
}
|
|
},
|
|
{
|
|
"name": "Invalid deprecated",
|
|
"scope": [
|
|
"invalid.deprecated"
|
|
],
|
|
"settings": {
|
|
"background": "#7C4DFF",
|
|
"foreground": "#FFFFFF"
|
|
}
|
|
},
|
|
{
|
|
"name": "Keyword, Storage",
|
|
"scope": [
|
|
"keyword",
|
|
"storage.type",
|
|
"storage.modifier"
|
|
],
|
|
"settings": {
|
|
"foreground": "#7C4DFF"
|
|
}
|
|
},
|
|
{
|
|
"name": "Keyword, Storage",
|
|
"scope": [
|
|
"Keyword",
|
|
"Storage"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic"
|
|
}
|
|
},
|
|
{
|
|
"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": "#39ADB5"
|
|
}
|
|
},
|
|
{
|
|
"name": "Tag",
|
|
"scope": [
|
|
"entity.name.tag",
|
|
"meta.tag.sgml",
|
|
"markup.deleted.git_gutter"
|
|
],
|
|
"settings": {
|
|
"foreground": "#FF5370"
|
|
}
|
|
},
|
|
{
|
|
"name": "Function, Special Method, Block Level",
|
|
"scope": [
|
|
"entity.name.function",
|
|
"meta.function-call",
|
|
"variable.function",
|
|
"support.function",
|
|
"keyword.other.special-method",
|
|
"meta.block-level"
|
|
],
|
|
"settings": {
|
|
"foreground": "#6182B8"
|
|
}
|
|
},
|
|
{
|
|
"name": "Other Variable, String Link",
|
|
"scope": [
|
|
"support.other.variable",
|
|
"string.other.link"
|
|
],
|
|
"settings": {
|
|
"foreground": "#FF5370"
|
|
}
|
|
},
|
|
{
|
|
"name": "Number, Constant, Function Argument, Tag Attribute, Embedded",
|
|
"scope": [
|
|
"constant.numeric",
|
|
"constant.language",
|
|
"support.constant",
|
|
"constant.character",
|
|
"variable.parameter",
|
|
"keyword.other.unit"
|
|
],
|
|
"settings": {
|
|
"foreground": "#F76D47"
|
|
}
|
|
},
|
|
{
|
|
"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": "#91B859"
|
|
}
|
|
},
|
|
{
|
|
"name": "Class, Support",
|
|
"scope": [
|
|
"entity.name.class",
|
|
"entity.name.type.class",
|
|
"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": "#FFB62C"
|
|
}
|
|
},
|
|
{
|
|
"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": "#8796B0"
|
|
}
|
|
},
|
|
{
|
|
"name": "Sub-methods",
|
|
"scope": [
|
|
"entity.name.module.js",
|
|
"variable.import.parameter.js",
|
|
"variable.other.class.js"
|
|
],
|
|
"settings": {
|
|
"foreground": "#E53935"
|
|
}
|
|
},
|
|
{
|
|
"name": "Language methods",
|
|
"scope": [
|
|
"variable.language"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#E53935"
|
|
}
|
|
},
|
|
{
|
|
"name": "entity.name.method.js",
|
|
"scope": [
|
|
"entity.name.method.js"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#6182B8"
|
|
}
|
|
},
|
|
{
|
|
"name": "meta.method.js",
|
|
"scope": [
|
|
"meta.class-method.js entity.name.function.js",
|
|
"variable.function.constructor"
|
|
],
|
|
"settings": {
|
|
"foreground": "#6182B8"
|
|
}
|
|
},
|
|
{
|
|
"name": "Attributes",
|
|
"scope": [
|
|
"entity.other.attribute-name"
|
|
],
|
|
"settings": {
|
|
"foreground": "#7C4DFF"
|
|
}
|
|
},
|
|
{
|
|
"name": "HTML Attributes",
|
|
"scope": [
|
|
"text.html.basic entity.other.attribute-name.html",
|
|
"text.html.basic entity.other.attribute-name"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#FFB62C"
|
|
}
|
|
},
|
|
{
|
|
"name": "CSS Classes",
|
|
"scope": [
|
|
"entity.other.attribute-name.class"
|
|
],
|
|
"settings": {
|
|
"foreground": "#FFB62C"
|
|
}
|
|
},
|
|
{
|
|
"name": "CSS ID's",
|
|
"scope": [
|
|
"source.sass keyword.control"
|
|
],
|
|
"settings": {
|
|
"foreground": "#6182B8"
|
|
}
|
|
},
|
|
{
|
|
"name": "Inserted",
|
|
"scope": [
|
|
"markup.inserted"
|
|
],
|
|
"settings": {
|
|
"foreground": "#91B859"
|
|
}
|
|
},
|
|
{
|
|
"name": "Deleted",
|
|
"scope": [
|
|
"markup.deleted"
|
|
],
|
|
"settings": {
|
|
"foreground": "#E53935"
|
|
}
|
|
},
|
|
{
|
|
"name": "Changed",
|
|
"scope": [
|
|
"markup.changed"
|
|
],
|
|
"settings": {
|
|
"foreground": "#7C4DFF"
|
|
}
|
|
},
|
|
{
|
|
"name": "Regular Expressions",
|
|
"scope": [
|
|
"string.regexp"
|
|
],
|
|
"settings": {
|
|
"foreground": "#39ADB5"
|
|
}
|
|
},
|
|
{
|
|
"name": "Escape Characters",
|
|
"scope": [
|
|
"constant.character.escape"
|
|
],
|
|
"settings": {
|
|
"foreground": "#39ADB5"
|
|
}
|
|
},
|
|
{
|
|
"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": "#6182B8"
|
|
}
|
|
},
|
|
{
|
|
"name": "ES7 Bind Operator",
|
|
"scope": [
|
|
"source.js constant.other.object.key.js string.unquoted.label.js"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#E53935"
|
|
}
|
|
},
|
|
{
|
|
"name": "JSON Key - Level 0",
|
|
"scope": [
|
|
"source.json meta.structure.dictionary.json support.type.property-name.json"
|
|
],
|
|
"settings": {
|
|
"foreground": "#7C4DFF"
|
|
}
|
|
},
|
|
{
|
|
"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": "#FFB62C"
|
|
}
|
|
},
|
|
{
|
|
"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": "#F76D47"
|
|
}
|
|
},
|
|
{
|
|
"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": "#E53935"
|
|
}
|
|
},
|
|
{
|
|
"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": "#6182B8"
|
|
}
|
|
},
|
|
{
|
|
"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": "#FF5370"
|
|
}
|
|
},
|
|
{
|
|
"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": "#7C4DFF"
|
|
}
|
|
},
|
|
{
|
|
"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": "#91B859"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Plain",
|
|
"scope": [
|
|
"text.html.markdown",
|
|
"punctuation.definition.list_item.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#90A4AE"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Markup Raw Inline",
|
|
"scope": [
|
|
"text.html.markdown markup.inline.raw.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#7C4DFF"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Markup Raw Inline Punctuation",
|
|
"scope": [
|
|
"text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#E7EAEC"
|
|
}
|
|
},
|
|
{
|
|
"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": "#91B859"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Italic",
|
|
"scope": [
|
|
"markup.italic"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#FF5370"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Bold",
|
|
"scope": [
|
|
"markup.bold",
|
|
"markup.bold string"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "bold",
|
|
"foreground": "#FF5370"
|
|
}
|
|
},
|
|
{
|
|
"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": "#FF5370"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Underline",
|
|
"scope": [
|
|
"markup.underline"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "underline",
|
|
"foreground": "#F76D47"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Strike",
|
|
"scope": [
|
|
"markup.strike"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "strike",
|
|
"foreground": ""
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Blockquote",
|
|
"scope": [
|
|
"markup.quote punctuation.definition.blockquote.markdown"
|
|
],
|
|
"settings": {
|
|
"background": "#E7EAEC",
|
|
"foreground": "#E7EAEC"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Quote",
|
|
"scope": [
|
|
"markup.quote"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": ""
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Link",
|
|
"scope": [
|
|
"string.other.link.title.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#6182B8"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Link Description",
|
|
"scope": [
|
|
"string.other.link.description.title.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#7C4DFF"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Link Anchor",
|
|
"scope": [
|
|
"constant.other.reference.link.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#FFB62C"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Raw Block",
|
|
"scope": [
|
|
"markup.raw.block"
|
|
],
|
|
"settings": {
|
|
"foreground": "#7C4DFF"
|
|
}
|
|
},
|
|
{
|
|
"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": "#90A4AE"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Fenced Language",
|
|
"scope": [
|
|
"variable.language.fenced.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#E7EAEC"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Separator",
|
|
"scope": [
|
|
"meta.separator"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "bold",
|
|
"background": "#00000050",
|
|
"foreground": "#E7EAEC"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Table",
|
|
"scope": [
|
|
"markup.table"
|
|
],
|
|
"settings": {
|
|
"foreground": "#90A4AE"
|
|
}
|
|
}
|
|
],
|
|
"colors": {
|
|
"focusBorder": "#FFFFFF00",
|
|
"editorCursor.foreground": "#27272790",
|
|
"scrollbar.shadow": "#00000030",
|
|
"widget.shadow": "#00000030",
|
|
"editor.background": "#FAFAFA",
|
|
"editor.foreground": "#90A4AE",
|
|
"editorLineNumber.foreground": "#CFD8DC",
|
|
"editor.lineHighlightBackground": "#90A4AE20",
|
|
"editor.selectionBackground": "#80CBC440",
|
|
"editorHoverWidget.background": "#FAFAFA",
|
|
"editorIndentGuide.background": "#B0BEC570",
|
|
"editorGroupHeader.tabsBackground": "#FAFAFA",
|
|
"editorGroup.border": "#00000030",
|
|
"tab.inactiveBackground": "#FAFAFA",
|
|
"tab.inactiveForeground": "#CCD7DA",
|
|
"tab.border": "#FAFAFA",
|
|
"statusBar.background": "#FAFAFA",
|
|
"statusBar.foreground": "#CCD7DA",
|
|
"activityBar.background": "#FAFAFA",
|
|
"activityBar.foreground": "#90A4AE",
|
|
"titleBar.activeBackground": "#FAFAFA",
|
|
"titleBar.activeForeground": "#CCD7DA",
|
|
"titleBar.inactiveBackground": "#FAFAFA",
|
|
"titleBar.inactiveForeground": "#CCD7DA",
|
|
"sideBar.background": "#FAFAFA",
|
|
"sideBarTitle.foreground": "#90A4AE",
|
|
"dropdown.background": "#FAFAFA",
|
|
"input.background": "#00000005",
|
|
"input.foreground": "#90A4AE",
|
|
"input.border": "#00000010",
|
|
"list.hoverBackground": "#FAFAFA",
|
|
"list.activeSelectionBackground": "#90A4AE20",
|
|
"list.activeSelectionForeground": "#80CBC4",
|
|
"list.inactiveSelectionBackground": "#90A4AE20",
|
|
"list.highlightForeground": "#80CBC4",
|
|
"list.focusBackground": "#CFD8DC",
|
|
"terminal.ansiWhite": "#FFFFFF",
|
|
"terminal.ansiBlack": "#000000",
|
|
"terminal.ansiBlue": "#6182B8",
|
|
"terminal.ansiCyan": "#39ADB5",
|
|
"terminal.ansiGreen": "#91B859",
|
|
"terminal.ansiMagenta": "#7C4DFF",
|
|
"terminal.ansiRed": "#E53935",
|
|
"terminal.ansiYellow": "#FFB62C",
|
|
"scrollbarSlider.background": "#00000050",
|
|
"scrollbarSlider.hoverBackground": "#00000030",
|
|
"scrollbarSlider.activeBackground": "#80CBC4",
|
|
"editorSuggestWidget.background": "#FAFAFA",
|
|
"editorSuggestWidget.foreground": "#90A4AE",
|
|
"editorSuggestWidget.highlightForeground": "#80CBC4",
|
|
"editorSuggestWidget.selectedBackground": "#90A4AE20",
|
|
"editorSuggestWidget.border": "#00000010",
|
|
"activityBarBadge.background": "#80CBC4",
|
|
"activityBarBadge.foreground": "#000000",
|
|
"panel.border": "#FAFAFA"
|
|
}
|
|
} |