Skip to content

Instantly share code, notes, and snippets.

@AkashRajvanshi
Created September 20, 2019 18:56
Show Gist options
  • Save AkashRajvanshi/6c98e521537f0d0802c12fdafed472b1 to your computer and use it in GitHub Desktop.
Save AkashRajvanshi/6c98e521537f0d0802c12fdafed472b1 to your computer and use it in GitHub Desktop.
Settings JSON Part 2
"workbench.statusBar.visible": true,
"workbench.activityBar.visible": true,
"workbench.colorTheme": "Cobalt2",
"workbench.iconTheme": "vscode-icons",
"workbench.colorCustomizations": {
"statusBar.background": "#333333",
"statusBar.noFolderBackground": "#333333",
"statusBar.debuggingBackground": "#263238",
"activityBarBadge.background": "#616161",
"list.activeSelectionForeground": "#616161",
"list.inactiveSelectionForeground": "#616161",
"list.highlightForeground": "#616161",
"scrollbarSlider.activeBackground": "#61616150",
"editorSuggestWidget.highlightForeground": "#616161",
"textLink.foreground": "#616161",
"progressBar.background": "#616161",
"pickerGroup.foreground": "#616161",
"tab.activeBorder": "#616161",
"notificationLink.foreground": "#616161"
},
"workbench.editor.showTabs": true,
"workbench.commandPalette.preserveInput": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editor.enablePreview": true,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment