721 lines
17 KiB
JSON
721 lines
17 KiB
JSON
{
|
|
"name": "linco",
|
|
"colors": {
|
|
//statusbar
|
|
"activityBarBadge.background": "#8dbe1a",
|
|
"activityBarBadge.foreground": "#0e1113",
|
|
"statusBar.background": "#0e1113",
|
|
//sidebar
|
|
"sideBarTitle.background": "#0e1113",
|
|
"sideBar.background": "#0e1113",
|
|
"sideBarTitle.foreground": "#aaccb7",
|
|
"sideBar.border": "#181d20",
|
|
"sideBarSectionHeader.background": "#14181b",
|
|
//abas
|
|
"editorGroupHeader.tabsBackground": "#0e1113", //fundo das abas
|
|
"tab.activeBackground": "#1b3000",
|
|
"tab.inactiveBackground": "#0e1113",
|
|
"tab.border": "#0e1113",
|
|
"tab.activeModifiedBorder": "#8dbe1a",
|
|
"tab.inactiveModifiedBorder": "#42580d",
|
|
"tab.selectedBorderTop": "#0e1900",
|
|
"tab.selectedBackground": "#0e1113",
|
|
"tab.hoverBackground": "#121803",
|
|
//terminal
|
|
"panel.background": "#0e1113",
|
|
"panel.border": "#181d20",
|
|
"terminal.background": "#0e1113",
|
|
"terminal.selectionBackground": "#42580d",
|
|
"terminal.tab.activeBorder" : "#0e1900",
|
|
//barra de titulo
|
|
"titleBar.activeBackground": "#0e1113",
|
|
"titleBar.inactiveBackground": "#0e1113ef",
|
|
//barra lateral
|
|
"activityBar.activeBackground": "#1b3000",
|
|
"activityBar.background": "#13171a",
|
|
"activityBar.border": "#181d20",
|
|
"activityBar.activeBorder": "#8dbe1a",
|
|
//editor
|
|
"editor.background": "#0b0f0e",
|
|
"editor.foldBackground": "#0e1900e3",
|
|
"editor.foreground": "#FFF",
|
|
//linha do editor
|
|
"editorGutter.background": "#0e1113",
|
|
"editorGutter.modifiedBackground": "#8dbe1a",
|
|
"editorGutter.modifiedSecondaryBackground": "#1b3000",
|
|
"editor.selectionBackground": "#193f3a",
|
|
"editor.lineHighlightBackground": "#0e1113",
|
|
"editorIndentGuide.activeBackground1": "#8dbe1a",
|
|
"editorIndentGuide.background1": "#0e1900",
|
|
//barra de menus
|
|
"menu.background": "#0e1113",
|
|
"menu.selectionBackground": "#1b3000",
|
|
"menu.border": "#1b3000",
|
|
"menu.separatorBackground": "#1b3000",
|
|
"menubar.selectionBackground": "#1b3000",
|
|
//commandcenter
|
|
"commandCenter.background": "#0e1113",
|
|
"commandCenter.activeBackground": "#0e1113",
|
|
//widgets janelas suspensas
|
|
"editorWidget.background": "#0e1113",
|
|
"editorWidget.border": "#8dbe1a",
|
|
"editorHoverWidget.background": "#181d20",
|
|
"editorSuggestWidget.selectedBackground": "#8dbe1a",
|
|
//links
|
|
"textLink.foreground": "#8dbe1a",
|
|
"textLink.activeForeground": "#c4db3f",
|
|
"editorLink.activeForeground": "#8dbe1a",
|
|
|
|
//janela
|
|
"window.activeBorder": "#8dbe1a",
|
|
"window.inactiveBorder": "#3a4d0e",
|
|
|
|
//searchbar e inputs
|
|
"input.background": "#0e1113",
|
|
"input.foreground": "#8dbe1a",
|
|
"input.border": "#48610f",
|
|
"input.placeholderForeground": "#45551f",
|
|
"button.background":"#618313",
|
|
//area de foco, normalmente era azul
|
|
"focusBorder": "#8dbe1a",
|
|
//barra de rolagem
|
|
"scrollbarSlider.activeBackground": "#8dbe1a",
|
|
"scrollbarSlider.hoverBackground": "#618313",
|
|
//barra de progresso
|
|
"progressBar.background": "#8dbe1a",
|
|
|
|
//seleção da arvore de arquivos, tambem serve para o command chat
|
|
"list.activeSelectionBackground": "#618313",
|
|
"list.hoverBackground": "#31420a",
|
|
"list.inactiveSelectionBackground": "#618313",
|
|
|
|
//fundo da marcação ao dropar um painel ou janela
|
|
"editorGroup.dropBackground": "#8dbe1a4f",
|
|
|
|
//marcador / brackets
|
|
"editorBracketMatch.background": "#8dbe1a15",
|
|
"editorBracketMatch.border":"#6c738000",
|
|
|
|
},
|
|
"tokenColors": [
|
|
{
|
|
"name": "Comment",
|
|
"scope": [
|
|
"comment",
|
|
"punctuation.definition.comment"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#2c3a41"
|
|
}
|
|
},
|
|
{
|
|
"name": "Variables",
|
|
"scope": [
|
|
"variable",
|
|
"string constant.other.placeholder"
|
|
],
|
|
"settings": {
|
|
"foreground": "#9bd4c1"
|
|
}
|
|
},
|
|
{
|
|
"name": "Colors",
|
|
"scope": [
|
|
"constant.other.color"
|
|
],
|
|
"settings": {
|
|
"foreground": "#9bd4c1"
|
|
}
|
|
},
|
|
{
|
|
"name": "Invalid",
|
|
"scope": [
|
|
"invalid",
|
|
"invalid.illegal"
|
|
],
|
|
"settings": {
|
|
"foreground": "#FF5370"
|
|
}
|
|
},
|
|
{
|
|
"name": "Keyword, Storage",
|
|
"scope": [
|
|
"keyword",
|
|
"storage.type",
|
|
"storage.modifier"
|
|
],
|
|
"settings": {
|
|
"foreground": "#f88e38"
|
|
}
|
|
},
|
|
{
|
|
"name": "Operator, Misc, Return",
|
|
"scope": [
|
|
"keyword.control",
|
|
"constant.other.color",
|
|
"punctuation.section.embedded",
|
|
"keyword.other.template",
|
|
"keyword.other.substitution"
|
|
],
|
|
"settings": {
|
|
"foreground": "#ac315a"
|
|
}
|
|
},
|
|
{
|
|
"name": "OperatorPhp, Tag, HTML, Misc2",
|
|
"scope": [
|
|
"punctuation",
|
|
"meta.tag",
|
|
"entity.name.tag",
|
|
"meta.tag.sgml",
|
|
"markup.deleted.git_gutter",
|
|
"punctuation.definition.tag",
|
|
"punctuation.separator.inheritance.php",
|
|
"punctuation.definition.tag.html",
|
|
"punctuation.definition.tag.begin.html",
|
|
"punctuation.definition.tag.end.html"
|
|
],
|
|
"settings": {
|
|
"foreground": "#7da532"
|
|
}
|
|
},
|
|
{
|
|
"name": "Function, Special Method",
|
|
"scope": [
|
|
"entity.name.function",
|
|
"meta.function-call",
|
|
"variable.function",
|
|
"support.function",
|
|
"keyword.other.special-method"
|
|
],
|
|
"settings": {
|
|
"foreground": "#8284e0"
|
|
}
|
|
},
|
|
{
|
|
"name": "Block Level Variables",
|
|
"scope": [
|
|
"meta.block variable.other"
|
|
],
|
|
"settings": {
|
|
"foreground": "#f1a193"
|
|
}
|
|
},
|
|
{
|
|
"name": "Other Variable, String Link",
|
|
"scope": [
|
|
"support.other.variable",
|
|
"string.other.link"
|
|
],
|
|
"settings": {
|
|
"foreground": "#ee585f"
|
|
}
|
|
},
|
|
{
|
|
"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": "#F78C6C"
|
|
}
|
|
},
|
|
{
|
|
"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": {
|
|
"foreground": "#C3E88D"
|
|
}
|
|
},
|
|
{
|
|
"name": "Class, Support",
|
|
"scope": [
|
|
"entity.name",
|
|
"support.type",
|
|
"support.class",
|
|
"support.other.namespace.use.php",
|
|
"meta.use.php",
|
|
"support.other.namespace.php",
|
|
"markup.changed.git_gutter",
|
|
"support.type.sys-types"
|
|
],
|
|
"settings": {
|
|
"foreground": "#FFCB6B"
|
|
}
|
|
},
|
|
{
|
|
"name": "Entity Types",
|
|
"scope": [
|
|
"support.type"
|
|
],
|
|
"settings": {
|
|
"foreground": "#B2CCD6"
|
|
}
|
|
},
|
|
{
|
|
"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": "#B2CCD6"
|
|
}
|
|
},
|
|
{
|
|
"name": "Sub-methods",
|
|
"scope": [
|
|
"entity.name.module.js",
|
|
"variable.import.parameter.js",
|
|
"variable.other.class.js"
|
|
],
|
|
"settings": {
|
|
"foreground": "#FF5370"
|
|
}
|
|
},
|
|
{
|
|
"name": "Language methods",
|
|
"scope": [
|
|
"variable.language"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#FF5370"
|
|
}
|
|
},
|
|
{
|
|
"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": "#82AAFF"
|
|
}
|
|
},
|
|
{
|
|
"name": "Attributes",
|
|
"scope": [
|
|
"entity.other.attribute-name"
|
|
],
|
|
"settings": {
|
|
"foreground": "#f3b166"
|
|
}
|
|
},
|
|
{
|
|
"name": "HTML Attributes",
|
|
"scope": [
|
|
"text.html.basic entity.other.attribute-name.html",
|
|
"text.html.basic entity.other.attribute-name"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#FFCB6B"
|
|
}
|
|
},
|
|
{
|
|
"name": "CSS Classes",
|
|
"scope": [
|
|
"entity.other.attribute-name.class"
|
|
],
|
|
"settings": {
|
|
"foreground": "#FFCB6B"
|
|
}
|
|
},
|
|
{
|
|
"name": "CSS ID's",
|
|
"scope": [
|
|
"source.sass keyword.control"
|
|
],
|
|
"settings": {
|
|
"foreground": "#82AAFF"
|
|
}
|
|
},
|
|
{
|
|
"name": "Inserted",
|
|
"scope": [
|
|
"markup.inserted"
|
|
],
|
|
"settings": {
|
|
"foreground": "#C3E88D"
|
|
}
|
|
},
|
|
{
|
|
"name": "Deleted",
|
|
"scope": [
|
|
"markup.deleted"
|
|
],
|
|
"settings": {
|
|
"foreground": "#FF5370"
|
|
}
|
|
},
|
|
{
|
|
"name": "Changed",
|
|
"scope": [
|
|
"markup.changed"
|
|
],
|
|
"settings": {
|
|
"foreground": "#C792EA"
|
|
}
|
|
},
|
|
{
|
|
"name": "Regular Expressions",
|
|
"scope": [
|
|
"string.regexp"
|
|
],
|
|
"settings": {
|
|
"foreground": "#89DDFF"
|
|
}
|
|
},
|
|
{
|
|
"name": "Escape Characters",
|
|
"scope": [
|
|
"constant.character.escape"
|
|
],
|
|
"settings": {
|
|
"foreground": "#89DDFF"
|
|
}
|
|
},
|
|
{
|
|
"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": "#82AAFF"
|
|
}
|
|
},
|
|
{
|
|
"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": "#C792EA"
|
|
}
|
|
},
|
|
{
|
|
"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": "#FFCB6B"
|
|
}
|
|
},
|
|
{
|
|
"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": "#F78C6C"
|
|
}
|
|
},
|
|
{
|
|
"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": "#FF5370"
|
|
}
|
|
},
|
|
{
|
|
"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": "#82AAFF"
|
|
}
|
|
},
|
|
{
|
|
"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": "#f07178"
|
|
}
|
|
},
|
|
{
|
|
"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": "#C792EA"
|
|
}
|
|
},
|
|
{
|
|
"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": "#C3E88D"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Plain",
|
|
"scope": [
|
|
"text.html.markdown",
|
|
"punctuation.definition.list_item.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#FEEFFF"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Markup Raw Inline",
|
|
"scope": [
|
|
"text.html.markdown markup.inline.raw.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#C792EA"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Markup Raw Inline Punctuation",
|
|
"scope": [
|
|
"text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#65737E"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Heading",
|
|
"scope": [
|
|
"markdown.heading",
|
|
"markup.heading | markup.heading entity.name",
|
|
"markup.heading.markdown punctuation.definition.heading.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#C3E88D"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Italic",
|
|
"scope": [
|
|
"markup.italic"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#f07178"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Bold",
|
|
"scope": [
|
|
"markup.bold",
|
|
"markup.bold string"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "bold",
|
|
"foreground": "#f07178"
|
|
}
|
|
},
|
|
{
|
|
"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": "#f07178"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Underline",
|
|
"scope": [
|
|
"markup.underline"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "underline",
|
|
"foreground": "#F78C6C"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Blockquote",
|
|
"scope": [
|
|
"markup.quote punctuation.definition.blockquote.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#65737E"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Quote",
|
|
"scope": [
|
|
"markup.quote"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Link",
|
|
"scope": [
|
|
"string.other.link.title.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#82AAFF"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Link Description",
|
|
"scope": [
|
|
"string.other.link.description.title.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#C792EA"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Link Anchor",
|
|
"scope": [
|
|
"constant.other.reference.link.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#FFCB6B"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Raw Block",
|
|
"scope": [
|
|
"markup.raw.block"
|
|
],
|
|
"settings": {
|
|
"foreground": "#C792EA"
|
|
}
|
|
},
|
|
{
|
|
"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": "#EEFFFF"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Fenced Language",
|
|
"scope": [
|
|
"variable.language.fenced.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#65737E"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Separator",
|
|
"scope": [
|
|
"meta.separator"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "bold",
|
|
"foreground": "#65737E"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Table",
|
|
"scope": [
|
|
"markup.table"
|
|
],
|
|
"settings": {
|
|
"foreground": "#EEFFFF"
|
|
}
|
|
}
|
|
],
|
|
|
|
}
|