Last active
January 29, 2019 23:21
-
-
Save mkorkmaz/b8045f18908e1f8371bd7c05d0315e46 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
{ | |
"telemetry.enableCrashReporter": false, | |
"cSpell.userWords": [ | |
], | |
"editor.tabSize": 2, | |
"editor.insertSpaces": true, | |
"editor.detectIndentation": false, | |
"editor.fontFamily": "Consolas, Menlo, Monaco, 'Courier New', monospace", | |
"editor.fontSize": 13, | |
"editor.minimap.enabled": false, | |
"editor.renderWhitespace": "all", | |
"editor.renderControlCharacters": true, | |
"workbench.colorCustomizations": { | |
"editor.background": "#272933", | |
"activityBar.background": "#272933", | |
"panel.background": "#1A1D2D", | |
"sideBar.background": "#1A1D2D", | |
"editor.selectionBackground": "#1A1D2D", | |
"sideBarSectionHeader.background": "#272933", | |
"sideBar.foreground": "#ddddff", | |
"list.activeSelectionBackground": "#444466", | |
"list.activeSelectionForeground": "#ddddff" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment