Skip to content

Instantly share code, notes, and snippets.

@klebercode
Created October 12, 2017 13:36
Show Gist options
  • Select an option

  • Save klebercode/dbd5ede1f0df8d2598f43a602e5d92c3 to your computer and use it in GitHub Desktop.

Select an option

Save klebercode/dbd5ede1f0df8d2598f43a602e5d92c3 to your computer and use it in GitHub Desktop.
{
"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