Created
September 12, 2017 19:04
-
-
Save MEXdave1997/ecaa0cefd35e660cb8825fef85ba3852 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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