Skip to content
This repository was archived by the owner on Apr 9, 2020. It is now read-only.

Commit 9cc1e4b

Browse files
authored
Update README.md
1 parent 6114651 commit 9cc1e4b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,15 @@ The following Visual Studio Code setting is available for the SVG Viewer. This
4343
```javascript
4444
{
4545
// Show Transparency Grid
46-
"svgviewer.transparencygrid": true,
46+
"svgviewer.transparencygrid": true,
4747

4848
// Open or not open the preview screen automatically
4949
"svgviewer.enableautopreview": true,
5050

5151
// How to open the screen (vscode.ViewColumn)
52-
"svgviewer.previewcolumn": true
52+
"svgviewer.previewcolumn": Two,
53+
54+
// Color setting for transparency
55+
"svgviewer.transparencycolor": "#2BD163"
5356
}
5457
```

0 commit comments

Comments
 (0)