Last active
November 17, 2017 03:41
-
-
Save jssee/820553c01b281f1d25ece107c329cc55 to your computer and use it in GitHub Desktop.
vscode
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
{ | |
"workbench.colorTheme": "Panda Syntax", | |
"workbench.colorCustomizations": { | |
"activityBar.background": "#0b0b0c", | |
"editor.background": "#141416", | |
"sideBar.background": "#141416", | |
"editorGroupHeader.tabsBackground": "#141416", | |
"tab.activeBackground": "#141416", | |
"tab.inactiveBackground": "#141416" | |
}, | |
"atomKeymap.promptV3Features": true, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.formatOnPaste": true, | |
"editor.fontSize": 10, | |
"editor.fontFamily": "'Input',Menlo, Monaco, 'Courier New', monospace", | |
"editor.tabSize": 2, | |
"editor.lineHeight": 23, | |
"editor.minimap.enabled": false, | |
"window.zoomLevel": 0 | |
} |
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
{ | |
"atomKeymap.promptV3Features": true, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.formatOnPaste": true, | |
"workbench.startupEditor": "newUntitledFile", | |
"editor.formatOnSave": true, | |
"editor.fontSize": 13, | |
"editor.fontFamily": | |
"'IBM Plex Mono',Menlo, Monaco, 'Courier New', monospace", | |
"editor.tabSize": 2, | |
"editor.lineHeight": 25, | |
"editor.minimap.enabled": false, | |
"editor.formatOnPaste": true, | |
"workbench.colorTheme": "Panda Syntax", | |
"workbench.colorCustomizations": { | |
"activityBar.background": "#171726", | |
"editor.background": "#1a1a2b", | |
"sideBar.background": "#1a1a2b", | |
"editorGroupHeader.tabsBackground": "#1a1a2b", | |
"tab.activeBackground": "#1a1a2b", | |
"tab.inactiveBackground": "#1a1a2b" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment