Skip to content

Commit

Permalink
Update VSCode titlebar style
Browse files Browse the repository at this point in the history
  • Loading branch information
serverwentdown committed May 15, 2023
1 parent 2cbe4ec commit d04435c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .config/Code/User/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"window.autoDetectColorScheme": true,
"window.titleBarStyle": "custom",
"workbench.sideBar.location": "right",
"workbench.preferredDarkColorTheme": "Solarized Dark",
"workbench.preferredLightColorTheme": "Solarized Light",
Expand Down Expand Up @@ -61,6 +62,15 @@
"workbench.action.toggleSidebarVisibility",
],
},
{
"before": [
"<space>",
"$",
],
"commands": [
"workbench.action.terminal.focusTabs",
],
},
],
"redhat.telemetry.enabled": false,
"gitlens.statusBar.enabled": false,
Expand Down

0 comments on commit d04435c

Please sign in to comment.