Skip to content

Instantly share code, notes, and snippets.

@robcowart
Created November 19, 2018 18:46
Show Gist options
  • Save robcowart/eb545bf7af5f05446eb4d4d2e89a80c0 to your computer and use it in GitHub Desktop.
Save robcowart/eb545bf7af5f05446eb4d4d2e89a80c0 to your computer and use it in GitHub Desktop.
{
"editor.minimap.enabled": false,
"editor.tabSize": 2,
"window.zoomLevel": 0,
"workbench.colorCustomizations":{
"activityBar.background": "#282c34",
"editor.background": "#1c2024",
"editorCursor.foreground": "#528bff",
"editorGroup.background": "#282c34",
"editorGroupHeader.tabsBackground": "#282c34",
"editorSuggestWidget.background": "#282c34",
"foreground": "#b0b0b0",
"input.background": "#282c34",
"sideBar.background": "#1c2024",
"statusBar.foreground": "#d0d0d0",
"tab.activeBackground": "#1c2024",
"tab.inactiveBackground": "#282c34",
"titleBar.activeBackground": "#282c34",
"titleBar.inactiveBackground": "#282c34"
},
"workbench.colorTheme": "One Dark Pro",
"workbench.sideBar.location": "right",
"workbench.startupEditor": "newUntitledFile",
"git.enableSmartCommit": true,
"git.confirmSync": false,
"gitlens.currentLine.enabled": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment