vscode: fix typo in template.mustache (#434)

This commit is contained in:
David Schaller 2024-06-15 12:01:52 +02:00 committed by GitHub
parent 76d6ca2224
commit 64c5bd0fbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -155,7 +155,7 @@
"tab.activeForeground": "#{{base05-hex}}", "tab.activeForeground": "#{{base05-hex}}",
"tab.border": "#00000000", "tab.border": "#00000000",
"tab.activeBorder": null, "tab.activeBorder": null,
"tab.dragAndDropBorder": "#${{base03-hex}}", "tab.dragAndDropBorder": "#{{base03-hex}}",
"tab.unfocusedActiveBorder": null, "tab.unfocusedActiveBorder": null,
"tab.activeBorderTop": null, "tab.activeBorderTop": null,
"tab.unfocusedActiveBorderTop": null, "tab.unfocusedActiveBorderTop": null,