chore: Remove sidebar tree shadow

This commit is contained in:
Mattia Astorino 2017-05-11 08:53:44 +02:00
parent 85375e5891
commit 2f468a2461
5 changed files with 13 additions and 9 deletions

View file

@ -665,7 +665,7 @@
"colors": {
"focusBorder": "{{variant.scheme.focusBorder}}00",
"editorCursor.foreground": "{{variant.scheme.caret}}",
"scrollbar.shadow": "{{variant.scheme.shadow}}",
"scrollbar.shadow": "{{variant.scheme.background}}",
"editor.background": "{{variant.scheme.background}}",
"editor.foreground": "{{variant.scheme.foreground}}",
"editorLineNumber.foreground": "{{variant.scheme.lineNumbers}}",

View file

@ -3,7 +3,8 @@
"tokenColors": [
{
"settings": {
"background": "#212121"
"background": "#212121",
"foreground": "#ffffff"
}
},
{
@ -664,7 +665,7 @@
"colors": {
"focusBorder": "#FFFFFF00",
"editorCursor.foreground": "#FFCC00",
"scrollbar.shadow": "#00000030",
"scrollbar.shadow": "#212121",
"editor.background": "#212121",
"editor.foreground": "#EEFFFF",
"editorLineNumber.foreground": "#424242",

View file

@ -3,7 +3,8 @@
"tokenColors": [
{
"settings": {
"background": "#263238"
"background": "#263238",
"foreground": "#ffffff"
}
},
{
@ -664,7 +665,7 @@
"colors": {
"focusBorder": "#FFFFFF00",
"editorCursor.foreground": "#FFCC00",
"scrollbar.shadow": "#00000030",
"scrollbar.shadow": "#263238",
"editor.background": "#263238",
"editor.foreground": "#EEFFFF",
"editorLineNumber.foreground": "#37474F",

View file

@ -3,7 +3,8 @@
"tokenColors": [
{
"settings": {
"background": "#FAFAFA"
"background": "#FAFAFA",
"foreground": "#FFFFFF"
}
},
{
@ -664,7 +665,7 @@
"colors": {
"focusBorder": "#FFFFFF00",
"editorCursor.foreground": "#272727",
"scrollbar.shadow": "#00000030",
"scrollbar.shadow": "#FAFAFA",
"editor.background": "#FAFAFA",
"editor.foreground": "#90A4AE",
"editorLineNumber.foreground": "#CFD8DC",

View file

@ -3,7 +3,8 @@
"tokenColors": [
{
"settings": {
"background": "#292D3E"
"background": "#292D3E",
"foreground": "#ffffff"
}
},
{
@ -664,7 +665,7 @@
"colors": {
"focusBorder": "#FFFFFF00",
"editorCursor.foreground": "#FFCC00",
"scrollbar.shadow": "#00000030",
"scrollbar.shadow": "#292D3E",
"editor.background": "#292D3E",
"editor.foreground": "#A6ACCD",
"editorLineNumber.foreground": "#3A3F58",