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": { "colors": {
"focusBorder": "{{variant.scheme.focusBorder}}00", "focusBorder": "{{variant.scheme.focusBorder}}00",
"editorCursor.foreground": "{{variant.scheme.caret}}", "editorCursor.foreground": "{{variant.scheme.caret}}",
"scrollbar.shadow": "{{variant.scheme.shadow}}", "scrollbar.shadow": "{{variant.scheme.background}}",
"editor.background": "{{variant.scheme.background}}", "editor.background": "{{variant.scheme.background}}",
"editor.foreground": "{{variant.scheme.foreground}}", "editor.foreground": "{{variant.scheme.foreground}}",
"editorLineNumber.foreground": "{{variant.scheme.lineNumbers}}", "editorLineNumber.foreground": "{{variant.scheme.lineNumbers}}",

View file

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

View file

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

View file

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

View file

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