sporo zmian, nie pamiętam czego :)
This commit is contained in:
736
.config/wal/templates/colors-vscode-theme.json
Normal file
736
.config/wal/templates/colors-vscode-theme.json
Normal file
@ -0,0 +1,736 @@
|
||||
{{
|
||||
"name": "vs-wal",
|
||||
"type": "dark",
|
||||
"colors": {{
|
||||
"editor.background": "{background}",
|
||||
"editor.foreground": "{foreground}",
|
||||
"activityBarBadge.background": "{color9}",
|
||||
"sideBarTitle.foreground": "{foreground}",
|
||||
"activityBar.background": "{background}",
|
||||
"activityBar.dropBackground": "{color3}",
|
||||
"activityBar.foreground": "{foreground}",
|
||||
"activityBarBadge.foreground": "{foreground}",
|
||||
"badge.foreground": "{foreground}",
|
||||
"badge.background": "{background}",
|
||||
"terminal.background": "{background}",
|
||||
"terminal.foreground": "{foreground}",
|
||||
"terminal.ansiBlack": "{color0}",
|
||||
"terminal.ansiRed": "{color1}",
|
||||
"terminal.ansiGreen": "{color2}",
|
||||
"terminal.ansiYellow": "{color3}",
|
||||
"terminal.ansiBlue": "{color4}",
|
||||
"terminal.ansiMagenta": "{color5}",
|
||||
"terminal.ansiCyan": "{color6}",
|
||||
"terminal.ansiWhite": "{color7}",
|
||||
"terminal.ansiBrightBlack": "{color8}",
|
||||
"terminal.ansiBrightRed": "{color9}",
|
||||
"terminal.ansiBrightGreen": "{color10}",
|
||||
"terminal.ansiBrightYellow": "{color11}",
|
||||
"terminal.ansiBrightBlue": "{color12}",
|
||||
"terminal.ansiBrightMagenta": "{color13}",
|
||||
"terminal.ansiBrightCyan": "{color14}",
|
||||
"terminal.ansiBrightWhite": "{color15}",
|
||||
"sideBar.background": "{background}",
|
||||
"sideBar.foreground": "{foreground}",
|
||||
"statusBar.background": "{background}",
|
||||
"statusBar.debuggingBackground": "{foreground}",
|
||||
"statusBar.debuggingForeground": "{background}",
|
||||
"statusBar.noFolderForeground": "{foreground}",
|
||||
"statusBar.noFolderBackground": "{background}",
|
||||
"statusBar.foreground": "{foreground}",
|
||||
"tab.activeBorder": "{color0}",
|
||||
"tab.unfocusedActiveBorder": "{color0}",
|
||||
"tab.activeBackground": "{foreground}10",
|
||||
"tab.activeForeground": "{foreground}",
|
||||
"tab.inactiveBackground": "{background}",
|
||||
"tab.inactiveForeground": "{foreground}",
|
||||
"tab.unfocusedActiveForeground": "{color1}",
|
||||
"tab.unfocusedInactiveForeground": "{background}",
|
||||
"input.background": "{background}",
|
||||
"input.foreground": "{foreground}",
|
||||
"button.background": "{color1}",
|
||||
"button.foreground": "{foreground}",
|
||||
"editorGroupHeader.tabsBackground": "{background}",
|
||||
"editorGroup.dropBackground": "{color1}60",
|
||||
"textLink.activeForeground": "{color3}",
|
||||
"textLink.foreground": "{color2}",
|
||||
"list.activeSelectionBackground": "{color2}",
|
||||
"list.focusBackground": "{color2}",
|
||||
"list.hoverForeground": "{foreground}",
|
||||
"list.hoverBackground": "{color2}30",
|
||||
"list.dropBackground": "{color2}30"
|
||||
|
||||
}},
|
||||
"tokenColors": [
|
||||
{{
|
||||
"settings": {{
|
||||
"foreground": "{color1}",
|
||||
"background": "{background}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Comment",
|
||||
"scope": [
|
||||
"comment",
|
||||
"punctuation.definition.comment"
|
||||
],
|
||||
"settings": {{
|
||||
"fontStyle": "italic",
|
||||
"foreground": "{color8}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Variables",
|
||||
"scope": [
|
||||
"variable",
|
||||
"string constant.other.placeholder"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color6}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Colors",
|
||||
"scope": [
|
||||
"constant.other.color"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color7}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Invalid",
|
||||
"scope": [
|
||||
"invalid",
|
||||
"invalid.illegal"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color9}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Keyword, Storage",
|
||||
"scope": [
|
||||
"keyword",
|
||||
"storage.type",
|
||||
"storage.modifier"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color2}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"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": "{color6}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Tag",
|
||||
"scope": [
|
||||
"entity.name.tag",
|
||||
"meta.tag.sgml",
|
||||
"markup.deleted.git_gutter"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color9}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Function, Special Method",
|
||||
"scope": [
|
||||
"entity.name.function",
|
||||
"meta.function-call",
|
||||
"variable.function",
|
||||
"support.function",
|
||||
"keyword.other.special-method"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color1}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Block Level Variables",
|
||||
"scope": [
|
||||
"meta.block variable.other"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color9}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Other Variable, String Link",
|
||||
"scope": [
|
||||
"support.other.variable",
|
||||
"string.other.link"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color9}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"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": "{color3}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"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": "{color4}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"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": "{color5}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Entity Types",
|
||||
"scope": [
|
||||
"support.type"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color14}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"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": "{color14}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Sub-methods",
|
||||
"scope": [
|
||||
"entity.name.module.js",
|
||||
"variable.import.parameter.js",
|
||||
"variable.other.class.js"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color9}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Language methods",
|
||||
"scope": [
|
||||
"variable.language"
|
||||
],
|
||||
"settings": {{
|
||||
"fontStyle": "italic",
|
||||
"foreground": "{color9}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "entity.name.method.js",
|
||||
"scope": [
|
||||
"entity.name.method.js"
|
||||
],
|
||||
"settings": {{
|
||||
"fontStyle": "italic",
|
||||
"foreground": "{color12}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "meta.method.js",
|
||||
"scope": [
|
||||
"meta.class-method.js entity.name.function.js",
|
||||
"variable.function.constructor"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color12}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Attributes",
|
||||
"scope": [
|
||||
"entity.other.attribute-name"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color13}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "HTML Attributes",
|
||||
"scope": [
|
||||
"text.html.basic entity.other.attribute-name.html",
|
||||
"text.html.basic entity.other.attribute-name"
|
||||
],
|
||||
"settings": {{
|
||||
"fontStyle": "italic",
|
||||
"foreground": "{color3}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "CSS Classes",
|
||||
"scope": [
|
||||
"entity.other.attribute-name.class"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color3}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "CSS ID's",
|
||||
"scope": [
|
||||
"source.sass keyword.control"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color12}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Inserted",
|
||||
"scope": [
|
||||
"markup.inserted"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color10}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Deleted",
|
||||
"scope": [
|
||||
"markup.deleted"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color9}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Changed",
|
||||
"scope": [
|
||||
"markup.changed"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color13}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Regular Expressions",
|
||||
"scope": [
|
||||
"string.regexp"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color14}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Escape Characters",
|
||||
"scope": [
|
||||
"constant.character.escape"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color14}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"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": "{color12}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "ES7 Bind Operator",
|
||||
"scope": [
|
||||
"source.js constant.other.object.key.js string.unquoted.label.js"
|
||||
],
|
||||
"settings": {{
|
||||
"fontStyle": "italic",
|
||||
"foreground": "{color9}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "JSON Key - Level 0",
|
||||
"scope": [
|
||||
"source.json meta.structure.dictionary.json support.type.property-name.json"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color6}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"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": "{color7}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"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": "{color8}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"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": "{color9}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"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": "{color10}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"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": "{color12}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"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": "{color9}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"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": "{color13}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"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": "{color10}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Markdown - Plain",
|
||||
"scope": [
|
||||
"text.html.markdown",
|
||||
"punctuation.definition.list_item.markdown"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color7}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Markdown - Markup Raw Inline",
|
||||
"scope": [
|
||||
"text.html.markdown markup.inline.raw.markdown"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color13}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Markdown - Markup Raw Inline Punctuation",
|
||||
"scope": [
|
||||
"text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color8}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"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": "{color10}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Markup - Italic",
|
||||
"scope": [
|
||||
"markup.italic"
|
||||
],
|
||||
"settings": {{
|
||||
"fontStyle": "italic",
|
||||
"foreground": "{color9}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Markup - Bold",
|
||||
"scope": [
|
||||
"markup.bold",
|
||||
"markup.bold string"
|
||||
],
|
||||
"settings": {{
|
||||
"fontStyle": "bold",
|
||||
"foreground": "{color9}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"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": "{color9}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Markup - Underline",
|
||||
"scope": [
|
||||
"markup.underline"
|
||||
],
|
||||
"settings": {{
|
||||
"fontStyle": "underline",
|
||||
"foreground": "{color10}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Markup - Strike",
|
||||
"scope": [
|
||||
"markup.strike"
|
||||
],
|
||||
"settings": {{
|
||||
"fontStyle": "strike",
|
||||
"foreground": ""
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Markdown - Blockquote",
|
||||
"scope": [
|
||||
"markup.quote punctuation.definition.blockquote.markdown"
|
||||
],
|
||||
"settings": {{
|
||||
"background": "{color8}",
|
||||
"foreground": "{color8}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Markup - Quote",
|
||||
"scope": [
|
||||
"markup.quote"
|
||||
],
|
||||
"settings": {{
|
||||
"fontStyle": "italic",
|
||||
"foreground": ""
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Markdown - Link",
|
||||
"scope": [
|
||||
"string.other.link.title.markdown"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color12}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Markdown - Link Description",
|
||||
"scope": [
|
||||
"string.other.link.description.title.markdown"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color13}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Markdown - Link Anchor",
|
||||
"scope": [
|
||||
"constant.other.reference.link.markdown"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color3}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Markup - Raw Block",
|
||||
"scope": [
|
||||
"markup.raw.block"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color13}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Markdown - Raw Block Fenced",
|
||||
"scope": [
|
||||
"markup.raw.block.fenced.markdown"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color15}50"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Markdown - Fenced Bode Block",
|
||||
"scope": [
|
||||
"punctuation.definition.fenced.markdown"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color15}50"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Markdown - Fenced Bode Block Variable",
|
||||
"scope": [
|
||||
"markup.raw.block.fenced.markdown",
|
||||
"variable.language.fenced.markdown",
|
||||
"punctuation.section.class.end"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color7}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Markdown - Fenced Language",
|
||||
"scope": [
|
||||
"variable.language.fenced.markdown"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color8}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Markdown - Separator",
|
||||
"scope": [
|
||||
"meta.separator"
|
||||
],
|
||||
"settings": {{
|
||||
"fontStyle": "bold",
|
||||
"background": "{color15}50",
|
||||
"foreground": "{color8}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"name": "Markup - Table",
|
||||
"scope": [
|
||||
"markup.table"
|
||||
],
|
||||
"settings": {{
|
||||
"foreground": "{color7}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"scope": "token.info-token",
|
||||
"settings": {{
|
||||
"foreground": "{color6}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"scope": "token.warn-token",
|
||||
"settings": {{
|
||||
"foreground": "{color3}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"scope": "token.error-token",
|
||||
"settings": {{
|
||||
"foreground": "{color9}"
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"scope": "token.debug-token",
|
||||
"settings": {{
|
||||
"foreground": "{color13}"
|
||||
}}
|
||||
}}
|
||||
]
|
||||
}}
|
Reference in New Issue
Block a user