Created
November 19, 2018 18:46
-
-
Save robcowart/eb545bf7af5f05446eb4d4d2e89a80c0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"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