Skip to content

Instantly share code, notes, and snippets.

@MEXdave1997
Created September 12, 2017 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MEXdave1997/ecaa0cefd35e660cb8825fef85ba3852 to your computer and use it in GitHub Desktop.
Save MEXdave1997/ecaa0cefd35e660cb8825fef85ba3852 to your computer and use it in GitHub Desktop.
{
"extensions.autoUpdate": true,
"workbench.activityBar.visible": true,
"editor.minimap.enabled": true,
"editor.renderIndentGuides": true,
"editor.tabSize": 4,
"editor.wordWrap": "on",
"workbench.colorTheme": "Material Theme",
"workbench.iconTheme": "material-icon-theme",
"vsicons.projectDetection.autoReload": true,
"terminal.integrated.shell.windows": "C:\\Windows\\sysnative\\bash.exe",
"window.zoomLevel": -1,
"workbench.startupEditor": "welcomePage",
"materialTheme.cache.workbench.settings": {
"accent": "Breaking Bad",
"themeColours": "Palenight"
},
"workbench.colorCustomizations": {
"activityBarBadge.background": "#388E3C",
"list.activeSelectionForeground": "#388E3C",
"list.inactiveSelectionForeground": "#388E3C",
"list.highlightForeground": "#388E3C",
"scrollbarSlider.activeBackground": "#388E3C50",
"editorSuggestWidget.highlightForeground": "#388E3C",
"textLink.foreground": "#388E3C",
"progressBar.background": "#388E3C",
"pickerGroup.foreground": "#388E3C"
},
"editor.cursorStyle": "line-thin",
"editor.renderWhitespace": "boundary"
}
{
"extensions.autoUpdate": true,
"workbench.activityBar.visible": true,
"editor.minimap.enabled": true,
"editor.renderIndentGuides": true,
"editor.tabSize": 4,
"editor.wordWrap": "on",
"workbench.colorTheme": "Material Theme",
"workbench.iconTheme": "material-icon-theme","vsicons.projectDetection.autoReload": true,
"terminal.integrated.shell.windows": "C:\\Windows\\sysnative\\bash.exe",
"window.zoomLevel": -1,
"materialTheme.cache.workbench.settings": {
"themeColours": "Palenight",
"accent": "Breaking Bad"
},
"workbench.colorCustomizations": {
"activityBarBadge.background": "#388E3C",
"list.activeSelectionForeground": "#388E3C",
"list.inactiveSelectionForeground": "#388E3C",
"list.highlightForeground": "#388E3C",
"scrollbarSlider.activeBackground": "#388E3C50",
"editorSuggestWidget.highlightForeground": "#388E3C",
"textLink.foreground": "#388E3C",
"progressBar.background": "#388E3C",
"pickerGroup.foreground": "#388E3C"
},
"editor.cursorStyle": "line-thin",
"editor.renderWhitespace": "boundary"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment