Polish embeddedEditorBackground

This commit is contained in:
Christof Marti 2018-07-27 14:43:32 +02:00
parent 500a35cfdb
commit d757b21c45
2 changed files with 6 additions and 2 deletions

View File

@ -529,6 +529,7 @@
"inputValidation.errorBorder": "#f1897f",
"errorForeground": "#f1897f",
"badge.background": "#705697AA",
"progressBar.background": "#705697"
"progressBar.background": "#705697",
"walkThrough.embeddedEditorBackground": "#00000014"
}
}

View File

@ -481,6 +481,9 @@
"terminal.ansiBrightBlue": "#839496",
"terminal.ansiBrightMagenta": "#6c71c4",
"terminal.ansiBrightCyan": "#93a1a1",
"terminal.ansiBrightWhite": "#eee8d5"
"terminal.ansiBrightWhite": "#eee8d5",
// Interactive Playground
"walkThrough.embeddedEditorBackground": "#00000014"
}
}