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", "lineNumbers": "#3A3F58",
"invisibles": "#4E5579", "invisibles": "#4E5579",
"lineHighlight": "#000000", "lineHighlight": "#000000",
"selection": "#717CB440", "selection": "#717CB450",
"shadow": "#00000030", "shadow": "#00000030",
"inputBackground": "#FFFFFF05", "inputBackground": "#FFFFFF05",
"inputForeground": "#EEFFFF", "inputForeground": "#EEFFFF",

View file

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

View file

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

View file

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

View file

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

View file

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