chore: Merges remote
This commit is contained in:
commit
49c1f0c78b
8 changed files with 553 additions and 32 deletions
|
@ -11,6 +11,7 @@ let accentsProperties: IGenericObject<string> = {
|
||||||
"list.highlightForeground": undefined,
|
"list.highlightForeground": undefined,
|
||||||
"scrollbarSlider.activeBackground": undefined,
|
"scrollbarSlider.activeBackground": undefined,
|
||||||
"editorSuggestWidget.highlightForeground": undefined,
|
"editorSuggestWidget.highlightForeground": undefined,
|
||||||
|
"textLink.foreground": undefined,
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
{
|
{
|
||||||
"category": "Material theme",
|
"category": "Material theme",
|
||||||
"command": "material.theme.config",
|
"command": "material.theme.config",
|
||||||
"title": "Material theme settings"
|
"title": "Settings"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"themes": [
|
"themes": [
|
||||||
|
@ -115,7 +115,7 @@
|
||||||
"rimraf": "^2.6.1",
|
"rimraf": "^2.6.1",
|
||||||
"run-sequence": "^1.2.2",
|
"run-sequence": "^1.2.2",
|
||||||
"svgo": "^0.7.1",
|
"svgo": "^0.7.1",
|
||||||
"typescript": "2.3.3",
|
"typescript": "2.3.4",
|
||||||
"vscode": "^1.1.0",
|
"vscode": "^1.1.0",
|
||||||
"yamljs": "^0.2.10",
|
"yamljs": "^0.2.10",
|
||||||
"yargs": "^7.1.0"
|
"yargs": "^7.1.0"
|
||||||
|
|
|
@ -683,7 +683,8 @@
|
||||||
"scrollbar.shadow": "{{variant.scheme.background}}00",
|
"scrollbar.shadow": "{{variant.scheme.background}}00",
|
||||||
"editorLink.activeForeground": "{{variant.scheme.foreground}}",
|
"editorLink.activeForeground": "{{variant.scheme.foreground}}",
|
||||||
"selection.background": "{{variant.scheme.foreground}}",
|
"selection.background": "{{variant.scheme.foreground}}",
|
||||||
"textLink.foreground": "{{commons.accents.teal}}",
|
"textLink.foreground": "{{commons.accents.Teal}}",
|
||||||
|
"textLink.activeForeground": "{{variant.scheme.foreground}}",
|
||||||
"editorLineNumber.foreground": "{{variant.scheme.lineNumbers}}",
|
"editorLineNumber.foreground": "{{variant.scheme.lineNumbers}}",
|
||||||
"editorBracketMatch.border": "{{variant.scheme.caret}}",
|
"editorBracketMatch.border": "{{variant.scheme.caret}}",
|
||||||
"editor.background": "{{variant.scheme.background}}",
|
"editor.background": "{{variant.scheme.background}}",
|
||||||
|
|
|
@ -684,6 +684,7 @@
|
||||||
"editorLink.activeForeground": "#EEFFFF",
|
"editorLink.activeForeground": "#EEFFFF",
|
||||||
"selection.background": "#EEFFFF",
|
"selection.background": "#EEFFFF",
|
||||||
"textLink.foreground": "#80CBC4",
|
"textLink.foreground": "#80CBC4",
|
||||||
|
"textLink.activeForeground": "#EEFFFF",
|
||||||
"editorLineNumber.foreground": "#424242",
|
"editorLineNumber.foreground": "#424242",
|
||||||
"editorBracketMatch.border": "#FFCC00",
|
"editorBracketMatch.border": "#FFCC00",
|
||||||
"editor.background": "#212121",
|
"editor.background": "#212121",
|
||||||
|
|
|
@ -684,6 +684,7 @@
|
||||||
"editorLink.activeForeground": "#EEFFFF",
|
"editorLink.activeForeground": "#EEFFFF",
|
||||||
"selection.background": "#EEFFFF",
|
"selection.background": "#EEFFFF",
|
||||||
"textLink.foreground": "#80CBC4",
|
"textLink.foreground": "#80CBC4",
|
||||||
|
"textLink.activeForeground": "#EEFFFF",
|
||||||
"editorLineNumber.foreground": "#37474F",
|
"editorLineNumber.foreground": "#37474F",
|
||||||
"editorBracketMatch.border": "#FFCC00",
|
"editorBracketMatch.border": "#FFCC00",
|
||||||
"editor.background": "#263238",
|
"editor.background": "#263238",
|
||||||
|
|
|
@ -684,6 +684,7 @@
|
||||||
"editorLink.activeForeground": "#90A4AE",
|
"editorLink.activeForeground": "#90A4AE",
|
||||||
"selection.background": "#90A4AE",
|
"selection.background": "#90A4AE",
|
||||||
"textLink.foreground": "#80CBC4",
|
"textLink.foreground": "#80CBC4",
|
||||||
|
"textLink.activeForeground": "#90A4AE",
|
||||||
"editorLineNumber.foreground": "#CFD8DC",
|
"editorLineNumber.foreground": "#CFD8DC",
|
||||||
"editorBracketMatch.border": "#272727",
|
"editorBracketMatch.border": "#272727",
|
||||||
"editor.background": "#FAFAFA",
|
"editor.background": "#FAFAFA",
|
||||||
|
|
|
@ -684,6 +684,7 @@
|
||||||
"editorLink.activeForeground": "#A6ACCD",
|
"editorLink.activeForeground": "#A6ACCD",
|
||||||
"selection.background": "#A6ACCD",
|
"selection.background": "#A6ACCD",
|
||||||
"textLink.foreground": "#80CBC4",
|
"textLink.foreground": "#80CBC4",
|
||||||
|
"textLink.activeForeground": "#A6ACCD",
|
||||||
"editorLineNumber.foreground": "#3A3F58",
|
"editorLineNumber.foreground": "#3A3F58",
|
||||||
"editorBracketMatch.border": "#FFCC00",
|
"editorBracketMatch.border": "#FFCC00",
|
||||||
"editor.background": "#292D3E",
|
"editor.background": "#292D3E",
|
||||||
|
|
Loading…
Reference in a new issue