fix: Fix bracket match border color

This commit is contained in:
Mattia Astorino 2017-05-16 23:27:17 +02:00
parent eb4f886ab2
commit 4f778f163d
9 changed files with 18 additions and 9 deletions

View file

@ -20,6 +20,7 @@
"inputBorder": "#FFFFFF10",
"scrollbars": "#00000050",
"scrollbarsHover": "#00000030",
"statusbarForeground": "#4A4A4A",
"base": {
"white": "#ffffff",
"black": "#000000",

View file

@ -20,6 +20,7 @@
"inputBorder": "#FFFFFF10",
"scrollbars": "#00000050",
"scrollbarsHover": "#00000030",
"statusbarForeground": "#546E7A",
"base": {
"white": "#ffffff",
"black": "#000000",

View file

@ -20,6 +20,7 @@
"inputBorder": "#00000010",
"scrollbars": "#00000050",
"scrollbarsHover": "#00000030",
"statusbarForeground": "#90A4AE",
"base": {
"white": "#FFFFFF",
"black": "#000000",

View file

@ -20,6 +20,7 @@
"inputBorder": "#FFFFFF10",
"scrollbars": "#00000050",
"scrollbarsHover": "#00000030",
"statusbarForeground": "#676E95",
"base": {
"white": "#ffffff",
"black": "#000000",

View file

@ -674,9 +674,10 @@
"scrollbar.shadow": "{{variant.scheme.background}}00",
"editorLink.activeForeground": "{{variant.scheme.foreground}}",
"selection.background": "{{variant.scheme.foreground}}",
"editorLineNumber.foreground": "{{variant.scheme.lineNumbers}}",
"editorBracketMatch.border": "{{variant.scheme.caret}}",
"editor.background": "{{variant.scheme.background}}",
"editor.foreground": "{{variant.scheme.foreground}}",
"editorLineNumber.foreground": "{{variant.scheme.lineNumbers}}",
"editor.lineHighlightBackground": "{{variant.scheme.lineHighlight}}50",
"editor.selectionBackground": "{{variant.scheme.selection}}",
"editor.selectionHighlightBackground": "{{variant.scheme.caret}}20",
@ -689,7 +690,7 @@
"tab.border": "{{variant.scheme.background}}",
"statusBar.background": "{{variant.scheme.background}}",
"statusBar.noFolderBackground": "{{variant.scheme.background}}",
"statusBar.foreground": "{{variant.scheme.foreground}}",
"statusBar.foreground": "{{variant.scheme.statusbarForeground}}",
"activityBar.background": "{{variant.scheme.background}}",
"activityBar.foreground": "{{variant.scheme.foreground}}",
"activityBarBadge.background": "{{commons.accents.teal}}",

View file

@ -674,9 +674,10 @@
"scrollbar.shadow": "#21212100",
"editorLink.activeForeground": "#EEFFFF",
"selection.background": "#EEFFFF",
"editorLineNumber.foreground": "#424242",
"editorBracketMatch.border": "#FFCC00",
"editor.background": "#212121",
"editor.foreground": "#EEFFFF",
"editorLineNumber.foreground": "#424242",
"editor.lineHighlightBackground": "#00000050",
"editor.selectionBackground": "#61616150",
"editor.selectionHighlightBackground": "#FFCC0020",
@ -689,7 +690,7 @@
"tab.border": "#212121",
"statusBar.background": "#212121",
"statusBar.noFolderBackground": "#212121",
"statusBar.foreground": "#EEFFFF",
"statusBar.foreground": "#4A4A4A",
"activityBar.background": "#212121",
"activityBar.foreground": "#EEFFFF",
"activityBarBadge.background": "#80CBC4",

View file

@ -674,9 +674,10 @@
"scrollbar.shadow": "#26323800",
"editorLink.activeForeground": "#EEFFFF",
"selection.background": "#EEFFFF",
"editorLineNumber.foreground": "#37474F",
"editorBracketMatch.border": "#FFCC00",
"editor.background": "#263238",
"editor.foreground": "#EEFFFF",
"editorLineNumber.foreground": "#37474F",
"editor.lineHighlightBackground": "#00000050",
"editor.selectionBackground": "#80CBC420",
"editor.selectionHighlightBackground": "#FFCC0020",
@ -689,7 +690,7 @@
"tab.border": "#263238",
"statusBar.background": "#263238",
"statusBar.noFolderBackground": "#263238",
"statusBar.foreground": "#EEFFFF",
"statusBar.foreground": "#546E7A",
"activityBar.background": "#263238",
"activityBar.foreground": "#EEFFFF",
"activityBarBadge.background": "#80CBC4",

View file

@ -674,9 +674,10 @@
"scrollbar.shadow": "#FAFAFA00",
"editorLink.activeForeground": "#90A4AE",
"selection.background": "#90A4AE",
"editorLineNumber.foreground": "#CFD8DC",
"editorBracketMatch.border": "#272727",
"editor.background": "#FAFAFA",
"editor.foreground": "#90A4AE",
"editorLineNumber.foreground": "#CFD8DC",
"editor.lineHighlightBackground": "#CCD7DA50",
"editor.selectionBackground": "#80CBC440",
"editor.selectionHighlightBackground": "#27272720",

View file

@ -674,9 +674,10 @@
"scrollbar.shadow": "#292D3E00",
"editorLink.activeForeground": "#A6ACCD",
"selection.background": "#A6ACCD",
"editorLineNumber.foreground": "#3A3F58",
"editorBracketMatch.border": "#FFCC00",
"editor.background": "#292D3E",
"editor.foreground": "#A6ACCD",
"editorLineNumber.foreground": "#3A3F58",
"editor.lineHighlightBackground": "#00000050",
"editor.selectionBackground": "#717CB450",
"editor.selectionHighlightBackground": "#FFCC0020",
@ -689,7 +690,7 @@
"tab.border": "#292D3E",
"statusBar.background": "#292D3E",
"statusBar.noFolderBackground": "#292D3E",
"statusBar.foreground": "#A6ACCD",
"statusBar.foreground": "#676E95",
"activityBar.background": "#292D3E",
"activityBar.foreground": "#A6ACCD",
"activityBarBadge.background": "#80CBC4",