fix: Fix selectionHighlightBackground color

Close #38
This commit is contained in:
Mattia Astorino 2017-05-16 22:32:56 +02:00
parent 100397c187
commit 9578f38a94
6 changed files with 7 additions and 2 deletions

View file

@ -12,7 +12,7 @@
"lineNumbers": "#3A3F58",
"invisibles": "#4E5579",
"lineHighlight": "#000000",
"selection": "#717CB440",
"selection": "#717CB450",
"shadow": "#00000030",
"inputBackground": "#FFFFFF05",
"inputForeground": "#EEFFFF",

View file

@ -678,6 +678,7 @@
"editorLineNumber.foreground": "{{variant.scheme.lineNumbers}}",
"editor.lineHighlightBackground": "{{variant.scheme.lineHighlight}}50",
"editor.selectionBackground": "{{variant.scheme.selection}}",
"editor.selectionHighlightBackground": "{{variant.scheme.caret}}20",
"editorHoverWidget.background": "{{variant.scheme.background}}",
"editorIndentGuide.background": "{{variant.scheme.guides}}",
"editorGroupHeader.tabsBackground": "{{variant.scheme.background}}",

View file

@ -678,6 +678,7 @@
"editorLineNumber.foreground": "#424242",
"editor.lineHighlightBackground": "#00000050",
"editor.selectionBackground": "#61616150",
"editor.selectionHighlightBackground": "#FFCC0020",
"editorHoverWidget.background": "#212121",
"editorIndentGuide.background": "#42424270",
"editorGroupHeader.tabsBackground": "#212121",

View file

@ -678,6 +678,7 @@
"editorLineNumber.foreground": "#37474F",
"editor.lineHighlightBackground": "#00000050",
"editor.selectionBackground": "#80CBC420",
"editor.selectionHighlightBackground": "#FFCC0020",
"editorHoverWidget.background": "#263238",
"editorIndentGuide.background": "#37474F80",
"editorGroupHeader.tabsBackground": "#263238",

View file

@ -678,6 +678,7 @@
"editorLineNumber.foreground": "#CFD8DC",
"editor.lineHighlightBackground": "#CCD7DA50",
"editor.selectionBackground": "#80CBC440",
"editor.selectionHighlightBackground": "#27272720",
"editorHoverWidget.background": "#FAFAFA",
"editorIndentGuide.background": "#B0BEC570",
"editorGroupHeader.tabsBackground": "#FAFAFA",

View file

@ -677,7 +677,8 @@
"editor.foreground": "#A6ACCD",
"editorLineNumber.foreground": "#3A3F58",
"editor.lineHighlightBackground": "#00000050",
"editor.selectionBackground": "#717CB440",
"editor.selectionBackground": "#717CB450",
"editor.selectionHighlightBackground": "#FFCC0020",
"editorHoverWidget.background": "#292D3E",
"editorIndentGuide.background": "#4E557980",
"editorGroupHeader.tabsBackground": "#292D3E",