Skip to content

Instantly share code, notes, and snippets.

@abdulkader
Created September 8, 2023 14:24
Show Gist options
  • Select an option

  • Save abdulkader/281ad2eef6fc882e705974bda80453a0 to your computer and use it in GitHub Desktop.

Select an option

Save abdulkader/281ad2eef6fc882e705974bda80453a0 to your computer and use it in GitHub Desktop.
VS Code Settings
{
"editor.formatOnSave": true,
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#276680",
"activityBar.activeBorder": "#49163a",
"activityBar.background": "#276680",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#49163a",
"activityBarBadge.foreground": "#e7e7e7",
"sash.hoverBorder": "#276680",
"statusBar.background": "#1b4759",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#276680",
"statusBarItem.remoteBackground": "#1b4759",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#1b4759",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#1b475999",
"titleBar.inactiveForeground": "#e7e7e799",
"commandCenter.border": "#e7e7e799",
"tree.indentGuidesStroke": "#48e0ee"
},
"peacock.color": "#1B4759",
"workbench.tree.indent": 15,
"workbench.tree.renderIndentGuides": "always",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment