cssho / vscode-svgviewer

SVG Viewer for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=cssho.vscode-svgviewer
MIT License
67 stars 20 forks source link

Option to set the background to white #38

Closed clankill3r closed 6 years ago

clankill3r commented 6 years ago

I would really prefer a white background over the checker pattern. For the rest great extension!

cssho commented 6 years ago

@clankill3r Sorry for replying so late. Override SVGViewer settings to this:

"svgviewer.transparencycolor": "white"

transparencycolor:null image

transparencycolor:white image