mirror of
https://github.com/danth/stylix
synced 2024-11-10 06:34:15 +00:00
vscode: fix typo in template.mustache (#434)
This commit is contained in:
parent
76d6ca2224
commit
64c5bd0fbe
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@
|
|||
"tab.activeForeground": "#{{base05-hex}}",
|
||||
"tab.border": "#00000000",
|
||||
"tab.activeBorder": null,
|
||||
"tab.dragAndDropBorder": "#${{base03-hex}}",
|
||||
"tab.dragAndDropBorder": "#{{base03-hex}}",
|
||||
"tab.unfocusedActiveBorder": null,
|
||||
"tab.activeBorderTop": null,
|
||||
"tab.unfocusedActiveBorderTop": null,
|
||||
|
|
Loading…
Reference in a new issue