Merge pull request #152973 from microsoft/tyriar/152780

Fix terminal selection contrast in solarized light
This commit is contained in:
Daniel Imms 2022-06-23 08:28:13 -07:00 committed by GitHub
commit e733f73119
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -488,6 +488,9 @@
"terminal.ansiBrightMagenta": "#6c71c4",
"terminal.ansiBrightCyan": "#93a1a1",
"terminal.ansiBrightWhite": "#fdf6e3",
// Set terminal background explicitly, otherwise selection becomes invisible when the
// terminal is in the side bar
"terminal.background": "#FDF6E3",
// Interactive Playground
"walkThrough.embeddedEditorBackground": "#00000014"
},