Skip to content

Commit

Permalink
vscode: fix typo in template.mustache (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
dafitt authored Jun 15, 2024
1 parent 76d6ca2 commit 64c5bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/vscode/template.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 64c5bd0

Please sign in to comment.