This commit is contained in:
Mattia Astorino 2018-06-18 22:13:21 +02:00
parent 8aaabe848c
commit 1b49c2edca
11 changed files with 11 additions and 1 deletions

View file

@ -26,6 +26,7 @@
"statusbarForeground": "#616161",
"listHoverForeground": "#FFFFFF",
"tabActiveForeground": "#FFFFFF",
"inactiveSelectionBackground": "#00000030",
"base": {
"white": "#ffffff",
"black": "#000000",

View file

@ -28,6 +28,7 @@
"listHoverForeground": "#FFFFFF",
"listHoverBackground": "#212121",
"tabActiveForeground": "#FFFFFF",
"inactiveSelectionBackground": "#00000030",
"base": {
"white": "#ffffff",
"black": "#000000",

View file

@ -28,6 +28,7 @@
"listHoverForeground": "#FFFFFF",
"listHoverBackground": "#263238",
"tabActiveForeground": "#FFFFFF",
"inactiveSelectionBackground": "#00000030",
"base": {
"white": "#ffffff",
"black": "#000000",

View file

@ -28,6 +28,7 @@
"listHoverForeground": "#FFFFFF",
"listHoverBackground": "#263238",
"tabActiveForeground": "#FFFFFF",
"inactiveSelectionBackground": "#00000030",
"base": {
"white": "#ffffff",
"black": "#000000",

View file

@ -28,6 +28,7 @@
"listHoverForeground": "#B1C7D3",
"listHoverBackground": "#FAFAFA",
"tabActiveForeground": "#000000",
"inactiveSelectionBackground": "#CCD7DA50",
"base": {
"white": "#FFFFFF",
"black": "#000000",

View file

@ -28,6 +28,7 @@
"listHoverForeground": "#B1C7D3",
"listHoverBackground": "#FAFAFA",
"tabActiveForeground": "#000000",
"inactiveSelectionBackground": "#CCD7DA50",
"base": {
"white": "#FFFFFF",
"black": "#000000",

View file

@ -28,6 +28,7 @@
"listHoverForeground": "#FFFFFF",
"listHoverBackground": "#292D3E",
"tabActiveForeground": "#FFFFFF",
"inactiveSelectionBackground": "#00000030",
"base": {
"white": "#ffffff",
"black": "#000000",

View file

@ -28,6 +28,7 @@
"listHoverForeground": "#FFFFFF",
"listHoverBackground": "#292D3E",
"tabActiveForeground": "#FFFFFF",
"inactiveSelectionBackground": "#00000030",
"base": {
"white": "#ffffff",
"black": "#000000",

View file

@ -28,6 +28,7 @@
"listHoverForeground": "#FFFFFF",
"listHoverBackground": "#292D3E",
"tabActiveForeground": "#FFFFFF",
"inactiveSelectionBackground": "#00000030",
"base": {
"white": "#ffffff",
"black": "#000000",

View file

@ -28,6 +28,7 @@
"listHoverForeground": "#FFFFFF",
"listHoverBackground": "#292D3E",
"tabActiveForeground": "#FFFFFF",
"inactiveSelectionBackground": "#00000030",
"base": {
"white": "#ffffff",
"black": "#000000",

View file

@ -756,7 +756,7 @@
"list.activeSelectionBackground": "{{variant.scheme.backgroundAlt}}",
"list.activeSelectionForeground": "{{commons.accents.Teal}}",
"list.inactiveSelectionForeground": "{{commons.accents.Teal}}",
"list.inactiveSelectionBackground": "#00000030",
"list.inactiveSelectionBackground": "{{variant.scheme.inactiveSelectionBackground}}",
"list.focusBackground": "{{variant.scheme.foreground}}20",
"list.focusForeground": "{{variant.scheme.foreground}}",
"list.highlightForeground": "{{commons.accents.Teal}}",