Skip to content

Commit

Permalink
Update VSCode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
n1amr committed Nov 24, 2024
1 parent 88359a8 commit 6f869e0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
5 changes: 5 additions & 0 deletions config/vscode/User/keybindings.macos.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,5 +279,10 @@
{
"key": "ctrl+shift+g",
"command": "gitlens.views.searchAndCompare.focus"
},
{
"key": "shift+cmd+[",
"command": "-guid.insert",
"when": "editorTextFocus"
}
]
11 changes: 5 additions & 6 deletions config/vscode/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,14 @@
https://material.io/design/color/the-color-system.html#tools-for-picking-colors
*/
"[Visual Studio 2019 Dark]": {
"activityBar.background": "#202020",
"activityBar.activeBackground": "#404040",
"titleBar.activeBackground": "#3c3c3c",

"activityBar.background": "#202020",
"list.hoverBackground": "#001064",
"quickInputList.focusBackground": "#1A237E",
"statusBar.background": "#263238",
"statusBar.debuggingBackground": "#6A1B9A",

"quickInputList.focusBackground": "#1A237E",
"list.hoverBackground": "#001064"
"tab.activeBackground": "#1B237D",
"titleBar.activeBackground": "#3c3c3c",
}
},

Expand Down

0 comments on commit 6f869e0

Please sign in to comment.