Skip to content

Instantly share code, notes, and snippets.

@williamsiuhang
Created May 17, 2020 05:20
Show Gist options
  • Save williamsiuhang/eb19ea10a4f6cd1732f7851ef2799d9f to your computer and use it in GitHub Desktop.
Save williamsiuhang/eb19ea10a4f6cd1732f7851ef2799d9f to your computer and use it in GitHub Desktop.
VS Code default dark + theme modification
{
"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