fix: Panel hover borders

This commit is contained in:
Mattia Astorino 2017-05-17 15:04:56 +02:00
parent 0e50966a91
commit a83dfcbcbf
5 changed files with 6 additions and 0 deletions

View file

@ -682,6 +682,7 @@
"editor.selectionBackground": "{{variant.scheme.selection}}",
"editor.selectionHighlightBackground": "{{variant.scheme.caret}}20",
"editorHoverWidget.background": "{{variant.scheme.background}}",
"editorHoverWidget.border": "{{variant.scheme.inputBorder}}",
"editorIndentGuide.background": "{{variant.scheme.guides}}",
"editorGroupHeader.tabsBackground": "{{variant.scheme.background}}",
"editorGroup.border": "{{variant.scheme.shadow}}",
@ -741,6 +742,7 @@
"editorSuggestWidget.highlightForeground": "{{commons.accents.teal}}",
"editorSuggestWidget.selectedBackground": "{{variant.scheme.lineHighlight}}50",
"editorSuggestWidget.border": "{{variant.scheme.inputBorder}}",
"widget.shadow": "{{variant.scheme.shadow}}",
"editorWidget.background": "{{variant.scheme.background}}",
"panel.border": "{{variant.scheme.background}}",

View file

@ -682,6 +682,7 @@
"editor.selectionBackground": "#61616150",
"editor.selectionHighlightBackground": "#FFCC0020",
"editorHoverWidget.background": "#212121",
"editorHoverWidget.border": "#FFFFFF10",
"editorIndentGuide.background": "#42424270",
"editorGroupHeader.tabsBackground": "#212121",
"editorGroup.border": "#00000030",

View file

@ -682,6 +682,7 @@
"editor.selectionBackground": "#80CBC420",
"editor.selectionHighlightBackground": "#FFCC0020",
"editorHoverWidget.background": "#263238",
"editorHoverWidget.border": "#FFFFFF10",
"editorIndentGuide.background": "#37474F80",
"editorGroupHeader.tabsBackground": "#263238",
"editorGroup.border": "#00000030",

View file

@ -682,6 +682,7 @@
"editor.selectionBackground": "#80CBC440",
"editor.selectionHighlightBackground": "#27272720",
"editorHoverWidget.background": "#FAFAFA",
"editorHoverWidget.border": "#00000010",
"editorIndentGuide.background": "#B0BEC570",
"editorGroupHeader.tabsBackground": "#FAFAFA",
"editorGroup.border": "#00000020",

View file

@ -682,6 +682,7 @@
"editor.selectionBackground": "#717CB450",
"editor.selectionHighlightBackground": "#FFCC0020",
"editorHoverWidget.background": "#292D3E",
"editorHoverWidget.border": "#FFFFFF10",
"editorIndentGuide.background": "#4E557980",
"editorGroupHeader.tabsBackground": "#292D3E",
"editorGroup.border": "#00000030",