Created
May 17, 2020 05:20
-
-
Save williamsiuhang/eb19ea10a4f6cd1732f7851ef2799d9f to your computer and use it in GitHub Desktop.
VS Code default dark + theme modification
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
{ | |
"workbench.preferredDarkColorTheme": "Seti Monokai", | |
"workbench.preferredHighContrastColorTheme": "Seti Monokai", | |
"window.zoomLevel": 0, | |
"workbench.colorCustomizations": { | |
"[Default Dark+]": { | |
"editor.background": "#161616", | |
"editorIndentGuide.background": "#2c2c2c", | |
"editor.selectionBackground": "#135564", | |
"editor.selectionHighlightBackground": "#135564", | |
"titleBar.activeBackground": "#222222", | |
"statusBar.background" : "#222222", | |
"activityBar.background": "#313131" | |
} | |
}, | |
"breadcrumbs.enabled": false, | |
"editor.minimap.enabled": false, | |
"editor.renderLineHighlight": "none", | |
"explorer.openEditors.visible": 0, | |
"workbench.iconTheme": null, | |
"editor.tabSize": 2, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.detectIndentation": false, | |
"workbench.editor.showIcons": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment