Skip to content

Instantly share code, notes, and snippets.

@cvgellhorn
Created July 7, 2020 08:16
Show Gist options
  • Save cvgellhorn/ed87443cc487731642ed3b95f12c693b to your computer and use it in GitHub Desktop.
Save cvgellhorn/ed87443cc487731642ed3b95f12c693b to your computer and use it in GitHub Desktop.
{
"editor.fontSize": 13,
"editor.renderWhitespace": "selection",
"editor.cursorSurroundingLines": 5,
"editor.minimap.showSlider": "always",
"editor.scrollbar.verticalScrollbarSize": 10,
"editor.scrollbar.horizontalScrollbarSize": 10,
"explorer.confirmDragAndDrop": false,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"[markdown]":{
"editor.wordWrap": "off"
},
"workbench.colorTheme": "Atom One Dark",
"workbench.iconTheme": "material-icon-theme",
"workbench.editor.highlightModifiedTabs": true,
"workbench.colorCustomizations": {
"[Atom One Dark]": {
"titleBar.activeBackground": "#1D2026",
"statusBar.background": "#1D2026",
"sideBar.border": "#1D2026",
"sideBarSectionHeader.border": "#21252C",
"activityBar.border": "#1D2026",
"activityBar.activeBorder": "#F28467",
"editorOverviewRuler.border": "#282C35",
"minimap.selectionHighlight": "#3e4451"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment