fix: Fix tree selected foreground when sidebar is inactive

This commit is contained in:
Mattia Astorino 2017-05-25 08:44:26 +02:00
parent 6d5cef6684
commit 351cd20bb5
5 changed files with 5 additions and 0 deletions

View file

@ -727,6 +727,7 @@
"list.hoverBackground": "{{variant.scheme.background}}",
"list.activeSelectionBackground": "{{variant.scheme.background}}",
"list.activeSelectionForeground": "{{commons.accents.teal}}",
"list.inactiveSelectionForeground": "{{commons.accents.teal}}",
"list.inactiveSelectionBackground": "{{variant.scheme.background}}",
"list.focusBackground": "{{variant.scheme.foreground}}10",
"list.focusForeground": "{{variant.scheme.foreground}}",

View file

@ -727,6 +727,7 @@
"list.hoverBackground": "#212121",
"list.activeSelectionBackground": "#212121",
"list.activeSelectionForeground": "#80CBC4",
"list.inactiveSelectionForeground": "#80CBC4",
"list.inactiveSelectionBackground": "#212121",
"list.focusBackground": "#EEFFFF10",
"list.focusForeground": "#EEFFFF",

View file

@ -727,6 +727,7 @@
"list.hoverBackground": "#263238",
"list.activeSelectionBackground": "#263238",
"list.activeSelectionForeground": "#80CBC4",
"list.inactiveSelectionForeground": "#80CBC4",
"list.inactiveSelectionBackground": "#263238",
"list.focusBackground": "#EEFFFF10",
"list.focusForeground": "#EEFFFF",

View file

@ -727,6 +727,7 @@
"list.hoverBackground": "#FAFAFA",
"list.activeSelectionBackground": "#FAFAFA",
"list.activeSelectionForeground": "#80CBC4",
"list.inactiveSelectionForeground": "#80CBC4",
"list.inactiveSelectionBackground": "#FAFAFA",
"list.focusBackground": "#90A4AE10",
"list.focusForeground": "#90A4AE",

View file

@ -727,6 +727,7 @@
"list.hoverBackground": "#292D3E",
"list.activeSelectionBackground": "#292D3E",
"list.activeSelectionForeground": "#80CBC4",
"list.inactiveSelectionForeground": "#80CBC4",
"list.inactiveSelectionBackground": "#292D3E",
"list.focusBackground": "#A6ACCD10",
"list.focusForeground": "#A6ACCD",