Skip to content

Instantly share code, notes, and snippets.

@aidantwoods
Created May 8, 2017 18:14
Show Gist options
  • Save aidantwoods/3c70ec7a6ff5047da09696809c5732fb to your computer and use it in GitHub Desktop.
Save aidantwoods/3c70ec7a6ff5047da09696809c5732fb to your computer and use it in GitHub Desktop.
// Place your settings in this file to overwrite the default settings
{
"editor.tabSize": 4,
"editor.rulers": [80],
"window.zoomLevel": 0,
"window.openFilesInNewWindow": "on",
"git.enabled": true,
"[php]": {
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true
},
"workbench.colorTheme": "Quiet Light",
"editor.cursorBlinking": "solid",
"workbench.colorCustomizations": {
"activityBar.background": "#e5e5e5",
"activityBar.foreground": "#5e5e5e",
"statusBar.background": "#32a7bc",
"titleBar.activeBackground": "#e6e6e6",
"list.focusBackground": "#dcebfc",
"list.highlightForeground": "#186b9e",
"list.activeSelectionBackground": "#6bb5ff",
"list.activeSelectionForeground": "#ffffff",
"list.inactiveSelectionBackground": "#cccedb",
"sideBarSectionHeader.background": "#dcdcdc"
},
"workbench.activityBar.visible": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment