Created
October 12, 2017 13:36
-
-
Save klebercode/dbd5ede1f0df8d2598f43a602e5d92c3 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.fontFamily": "Fira Code", | |
| "editor.fontLigatures": true, | |
| "terminal.integrated.shell.osx": "/bin/zsh", | |
| "window.zoomLevel": 0, | |
| "shareCode.github.username": "klebercode", | |
| "shareCode.github.authtoken": "fa88936ee0c5b25b6486392bd2684ddbc68e91be", | |
| "workbench.colorTheme": "Dracula", | |
| "editor.renderLineHighlight": "all", | |
| "editor.minimap.enabled": false, | |
| "vim.statusBarColorControl": true, | |
| "vim.statusBarColors": { | |
| "normal": "#5e35b1", | |
| "insert": "#7cb342", | |
| "visual": "#ffb300", | |
| "visualline": "#fb8c00", | |
| "visualblock": "#f4511e", | |
| "replace": "#000000" | |
| }, | |
| // "workbench.colorCustomizations": { | |
| // "statusBar.background": "#005f5f", | |
| // "statusBar.noFolderBackground": "#005f5f", | |
| // "statusBar.debuggingBackground": "#005f5f" | |
| // }, | |
| // "vim.disableAnnoyingNeovimMessage": true, | |
| "python.pythonPath": "${workspaceRoot}/.venv/bin/python", | |
| "vim.disableAnnoyingNeovimMessage": true, | |
| "workbench.colorCustomizations": { | |
| "statusBar.background": "#5e35b1", | |
| "statusBar.noFolderBackground": "#5e35b1", | |
| "statusBar.debuggingBackground": "#5e35b1" | |
| }, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment