mirror of
https://invent.kde.org/guoyunhe/breeze-vs-code.git
synced 2024-12-22 11:48:38 +00:00
695 lines
16 KiB
JSON
695 lines
16 KiB
JSON
{
|
|
"name": "Breeze Dark",
|
|
"type": "dark",
|
|
"colors": {
|
|
"focusBorder": "#3daee9",
|
|
"foreground": "#eff0f1",
|
|
"selection.background": "#3daee9",
|
|
"descriptionForeground": "#bdc3c7",
|
|
"errorForeground": "#da4453",
|
|
"icon.foreground": "#eff0f1",
|
|
"textBlockQuote.background": "#232629",
|
|
"textBlockQuote.border": "#3daee9",
|
|
"textCodeBlock.background": "#232629",
|
|
"textLink.activeForeground": "#3daee6",
|
|
"textLink.foreground": "#3daee6",
|
|
"textPreformat.foreground": "#f67400",
|
|
"textSeparator.foreground": "#bdc3c7",
|
|
"button.background": "#31363b",
|
|
"button.foreground": "#eff0f1",
|
|
"button.hoverBackground": "#4d4d4d",
|
|
"checkbox.background": "#31363b",
|
|
"checkbox.foreground": "#eff0f1",
|
|
"checkbox.border": "#31363b",
|
|
"dropdown.background": "#31363b",
|
|
"dropdown.foreground": "#eff0f1",
|
|
"dropdown.listBackground": "#31363b",
|
|
"dropdown.border": "#31363b",
|
|
"input.background": "#31363b",
|
|
"input.foreground": "#eff0f1",
|
|
"input.placeholderForeground": "#bdc3c7",
|
|
"input.border": "#31363b",
|
|
"scrollbarSlider.background": "#2980b988",
|
|
"scrollbarSlider.hoverBackground": "#2980b9cc",
|
|
"scrollbarSlider.activeBackground": "#2980b9",
|
|
"badge.background": "#2980b9",
|
|
"badge.foreground": "#eff0f1",
|
|
"list.activeSelectionBackground": "#2980b9",
|
|
"list.activeSelectionForeground": "#eff0f1",
|
|
"list.inactiveSelectionBackground": "#2980b988",
|
|
"list.inactiveSelectionForeground": "#eff0f1",
|
|
"list.focusBackground": "#2980b988",
|
|
"list.focusForeground": "#eff0f1",
|
|
"list.inactiveFocusBackground": "#2980b988",
|
|
"list.dropBackground": "#2980b988",
|
|
"list.errorForeground": "#da4453",
|
|
"list.warningForeground": "#f67400",
|
|
"listFilterWidget.background": "#31363b",
|
|
"listFilterWidget.outline": "#2980b9",
|
|
"listFilterWidget.noMatchesOutline": "#f67400",
|
|
"list.filterMatchBackground": "#f67400",
|
|
"list.filterMatchBorder": "#f67400",
|
|
"tree.indentGuidesStroke": "#7f8c8d",
|
|
"activityBar.background": "#31363b",
|
|
"activityBar.dropBackground": "#232629",
|
|
"activityBar.foreground": "#eff0f1",
|
|
"activityBar.inactiveForeground": "#7f8c8d",
|
|
"activityBar.activeBorder": "#2980b9",
|
|
"sideBar.background": "#232629",
|
|
"sideBar.border": "#4d4d4d",
|
|
"sideBarSectionHeader.background": "#31363b",
|
|
"sideBarSectionHeader.foreground": "#eff0f1",
|
|
"editorGroupHeader.tabsBackground": "#31363b",
|
|
"tab.border": "#4d4d4d",
|
|
"tab.activeBackground": "#31363b",
|
|
"tab.activeBorderTop": "#2980b9",
|
|
"tab.inactiveBackground": "#31363b",
|
|
"breadcrumb.background": "#31363b",
|
|
"editorPane.background": "#31363b",
|
|
"editor.background": "#232629",
|
|
"editor.foreground": "#eff0f1",
|
|
"statusBar.background": "#31363b",
|
|
"statusBar.debuggingBackground": "#31363b",
|
|
"statusBar.noFolderBackground": "#31363b"
|
|
},
|
|
"tokenColors": [
|
|
{
|
|
"name": "Comment",
|
|
"scope": [
|
|
"comment",
|
|
"punctuation.definition.comment"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#7f8c8d"
|
|
}
|
|
},
|
|
{
|
|
"name": "Variables",
|
|
"scope": [
|
|
"variable",
|
|
"string constant.other.placeholder"
|
|
],
|
|
"settings": {
|
|
"foreground": "#eff0f1"
|
|
}
|
|
},
|
|
{
|
|
"name": "Colors",
|
|
"scope": [
|
|
"constant.other.color"
|
|
],
|
|
"settings": {
|
|
"foreground": "#fcfcfc"
|
|
}
|
|
},
|
|
{
|
|
"name": "Invalid",
|
|
"scope": [
|
|
"invalid",
|
|
"invalid.illegal"
|
|
],
|
|
"settings": {
|
|
"foreground": "#ed1515"
|
|
}
|
|
},
|
|
{
|
|
"name": "Keyword, Storage",
|
|
"scope": [
|
|
"keyword",
|
|
"storage.type",
|
|
"storage.modifier"
|
|
],
|
|
"settings": {
|
|
"foreground": "#9b59b6"
|
|
}
|
|
},
|
|
{
|
|
"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": "#3daee9"
|
|
}
|
|
},
|
|
{
|
|
"name": "Tag",
|
|
"scope": [
|
|
"entity.name.tag",
|
|
"meta.tag.sgml",
|
|
"markup.deleted.git_gutter"
|
|
],
|
|
"settings": {
|
|
"foreground": "#f47750"
|
|
}
|
|
},
|
|
{
|
|
"name": "Function, Special Method",
|
|
"scope": [
|
|
"entity.name.function",
|
|
"meta.function-call",
|
|
"variable.function",
|
|
"support.function",
|
|
"keyword.other.special-method"
|
|
],
|
|
"settings": {
|
|
"foreground": "#3498db"
|
|
}
|
|
},
|
|
{
|
|
"name": "Block Level Variables",
|
|
"scope": [
|
|
"meta.block variable.other"
|
|
],
|
|
"settings": {
|
|
"foreground": "#f47750"
|
|
}
|
|
},
|
|
{
|
|
"name": "Other Variable, String Link",
|
|
"scope": [
|
|
"support.other.variable",
|
|
"string.other.link"
|
|
],
|
|
"settings": {
|
|
"foreground": "#f47750"
|
|
}
|
|
},
|
|
{
|
|
"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": "#f67400"
|
|
}
|
|
},
|
|
{
|
|
"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",
|
|
"punctuation.definition.string"
|
|
],
|
|
"settings": {
|
|
"foreground": "#23cc71"
|
|
}
|
|
},
|
|
{
|
|
"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": "#fdbc4b"
|
|
}
|
|
},
|
|
{
|
|
"name": "Entity Types",
|
|
"scope": [
|
|
"support.type"
|
|
],
|
|
"settings": {
|
|
"foreground": "#1abc9c"
|
|
}
|
|
},
|
|
{
|
|
"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": "#1abc9c"
|
|
}
|
|
},
|
|
{
|
|
"name": "Sub-methods",
|
|
"scope": [
|
|
"entity.name.module.js",
|
|
"variable.import.parameter.js",
|
|
"variable.other.class.js"
|
|
],
|
|
"settings": {
|
|
"foreground": "#da4453"
|
|
}
|
|
},
|
|
{
|
|
"name": "Language methods",
|
|
"scope": [
|
|
"variable.language"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#da4453"
|
|
}
|
|
},
|
|
{
|
|
"name": "entity.name.method.js",
|
|
"scope": [
|
|
"entity.name.method.js"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#1d99f3"
|
|
}
|
|
},
|
|
{
|
|
"name": "meta.method.js",
|
|
"scope": [
|
|
"meta.class-method.js entity.name.function.js",
|
|
"variable.function.constructor"
|
|
],
|
|
"settings": {
|
|
"foreground": "#1d99f3"
|
|
}
|
|
},
|
|
{
|
|
"name": "Attributes",
|
|
"scope": [
|
|
"entity.other.attribute-name"
|
|
],
|
|
"settings": {
|
|
"foreground": "#9b59b6"
|
|
}
|
|
},
|
|
{
|
|
"name": "HTML Attributes",
|
|
"scope": [
|
|
"text.html.basic entity.other.attribute-name.html",
|
|
"text.html.basic entity.other.attribute-name"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#fdbc4b"
|
|
}
|
|
},
|
|
{
|
|
"name": "CSS Classes",
|
|
"scope": [
|
|
"entity.other.attribute-name.class"
|
|
],
|
|
"settings": {
|
|
"foreground": "#fdbc4b"
|
|
}
|
|
},
|
|
{
|
|
"name": "CSS ID's",
|
|
"scope": [
|
|
"source.sass keyword.control"
|
|
],
|
|
"settings": {
|
|
"foreground": "#1d99f3"
|
|
}
|
|
},
|
|
{
|
|
"name": "Inserted",
|
|
"scope": [
|
|
"markup.inserted"
|
|
],
|
|
"settings": {
|
|
"foreground": "#23cc71"
|
|
}
|
|
},
|
|
{
|
|
"name": "Deleted",
|
|
"scope": [
|
|
"markup.deleted"
|
|
],
|
|
"settings": {
|
|
"foreground": "#da4453"
|
|
}
|
|
},
|
|
{
|
|
"name": "Changed",
|
|
"scope": [
|
|
"markup.changed"
|
|
],
|
|
"settings": {
|
|
"foreground": "#9b59b6"
|
|
}
|
|
},
|
|
{
|
|
"name": "Regular Expressions",
|
|
"scope": [
|
|
"string.regexp"
|
|
],
|
|
"settings": {
|
|
"foreground": "#3daee9"
|
|
}
|
|
},
|
|
{
|
|
"name": "Escape Characters",
|
|
"scope": [
|
|
"constant.character.escape"
|
|
],
|
|
"settings": {
|
|
"foreground": "#3daee9"
|
|
}
|
|
},
|
|
{
|
|
"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": "#1d99f3"
|
|
}
|
|
},
|
|
{
|
|
"name": "ES7 Bind Operator",
|
|
"scope": [
|
|
"source.js constant.other.object.key.js string.unquoted.label.js"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#da4453"
|
|
}
|
|
},
|
|
{
|
|
"name": "JSON Key - Level 0",
|
|
"scope": [
|
|
"source.json meta.structure.dictionary.json support.type.property-name.json"
|
|
],
|
|
"settings": {
|
|
"foreground": "#9b59b6"
|
|
}
|
|
},
|
|
{
|
|
"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": "#fdbc4b"
|
|
}
|
|
},
|
|
{
|
|
"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": "#f67400"
|
|
}
|
|
},
|
|
{
|
|
"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": "#da4453"
|
|
}
|
|
},
|
|
{
|
|
"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": "#8e44ad"
|
|
}
|
|
},
|
|
{
|
|
"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": "#1d99f3"
|
|
}
|
|
},
|
|
{
|
|
"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": "#f47750"
|
|
}
|
|
},
|
|
{
|
|
"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": "#9b59b6"
|
|
}
|
|
},
|
|
{
|
|
"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": "#23cc71"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Plain",
|
|
"scope": [
|
|
"text.html.markdown",
|
|
"punctuation.definition.list_item.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#eff0f1"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Markup Raw Inline",
|
|
"scope": [
|
|
"text.html.markdown markup.inline.raw.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#9b59b6"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Markup Raw Inline Punctuation",
|
|
"scope": [
|
|
"text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#34495e"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Heading",
|
|
"scope": [
|
|
"markdown.heading",
|
|
"markup.heading | markup.heading entity.name",
|
|
"markup.heading.markdown punctuation.definition.heading.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#23cc71"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Italic",
|
|
"scope": [
|
|
"markup.italic"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#f47750"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Bold",
|
|
"scope": [
|
|
"markup.bold",
|
|
"markup.bold string"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "bold",
|
|
"foreground": "#f47750"
|
|
}
|
|
},
|
|
{
|
|
"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": "#f47750"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Underline",
|
|
"scope": [
|
|
"markup.underline"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "underline",
|
|
"foreground": "#f67400"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Blockquote",
|
|
"scope": [
|
|
"markup.quote punctuation.definition.blockquote.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#34495e"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Quote",
|
|
"scope": [
|
|
"markup.quote"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Link",
|
|
"scope": [
|
|
"string.other.link.title.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#1d99f3"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Link Description",
|
|
"scope": [
|
|
"string.other.link.description.title.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#9b59b6"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Link Anchor",
|
|
"scope": [
|
|
"constant.other.reference.link.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#fdbc4b"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Raw Block",
|
|
"scope": [
|
|
"markup.raw.block"
|
|
],
|
|
"settings": {
|
|
"foreground": "#9b59b6"
|
|
}
|
|
},
|
|
{
|
|
"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": "#eff0f1"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Fenced Language",
|
|
"scope": [
|
|
"variable.language.fenced.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#34495e"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Separator",
|
|
"scope": [
|
|
"meta.separator"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "bold",
|
|
"foreground": "#34495e"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Table",
|
|
"scope": [
|
|
"markup.table"
|
|
],
|
|
"settings": {
|
|
"foreground": "#eff0f1"
|
|
}
|
|
}
|
|
]
|
|
} |