Fix terminal selection contrast in solarized light

Fixes #152780
This commit is contained in:
Daniel Imms 2022-06-23 06:05:06 -07:00
parent 72c723502f
commit fc7ba026bf
No known key found for this signature in database
GPG Key ID: E5CF412B63651C69

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"
},